원클릭으로
workflow-orchestrator
Orchestrates a complete development workflow by delegating steps to specialized sub-agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrates a complete development workflow by delegating steps to specialized sub-agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating, managing, or pushing user stories to JIRA, gathering context from local files or Confluence, or when the user asks to draft stories from requirements
Orchestrates a complete multi-step development workflow from analysis through documentation
Analyze project requirements and codebase state to determine what needs to be built or changed
Create a detailed implementation plan with phases, file changes, and testing strategy based on analysis results
Execute the approved implementation plan phase by phase with checkpoints and deviation tracking
Validate the implementation by running tests, checking quality, and verifying requirements are met
| name | workflow-orchestrator |
| description | Orchestrates a complete development workflow by delegating steps to specialized sub-agents |
| argument-hint | [detailed task description] |
This skill coordinates a full development workflow by dispatching each step to a specialized sub-agent. Each agent works in isolation and writes results to shared state files.
All intermediate artifacts are stored in workflow-state/:
Invoke with: /workflow-orchestrator [detailed task description]
Example: /workflow-orchestrator Add user authentication with JWT tokens