ワンクリックで
workflow-orchestrator
Orchestrates a complete multi-step development workflow from analysis through documentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Orchestrates a complete multi-step development workflow from analysis through documentation
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 development workflow by delegating steps to specialized sub-agents
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
| name | workflow-orchestrator |
| description | Orchestrates a complete multi-step development workflow from analysis through documentation |
| argument-hint | [detailed task description] |
This skill coordinates a complete development workflow with five sequential steps, from initial analysis to final documentation.
/analyze-requirements skill with the user's task description/create-plan skill/implement skill/test-validate skill/document skillAll intermediate artifacts are stored in workflow-state/:
Invoke with: /workflow-orchestrator [detailed task description]
Example: /workflow-orchestrator Add user authentication with JWT tokens