一键导入
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
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 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.
/01-analyze-requirements skill with the user's task description/02-create-plan skill/03-implement skill/04-test-validate skill/05-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