一键导入
phase
Execute the current phase from the development plan step by step. Triggers on 'phase', 'next phase', 'run phase', 'execute phase'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute the current phase from the development plan step by step. Triggers on 'phase', 'next phase', 'run phase', 'execute phase'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Assign agents and skills to a plan's tasks, producing docs/plans/<feature>-dispatch.md. Run after /plan.
Generate a session changelog from git diff. Triggers on 'changelog', 'what changed', 'session summary', 'diff summary'.
Run the full quality pipeline: lint, typecheck, and tests. Triggers on 'check', 'run checks', 'quality check', 'ci check'.
Pre-deployment audit: verify code quality, secrets, dependencies, and build. Triggers on 'deploy check', 'pre-deploy', 'deployment audit', 'ready to deploy'.
Maintain project documentation coverage: audit all components, update specific docs, or check coverage status. Triggers on 'docs audit', 'update docs', 'docs status', 'documentation coverage'.
Execute an approved dispatch plan task by task, producing docs/plans/<feature>-report.md. Run after /assign.
| name | phase |
| description | Execute the current phase from the development plan step by step. Triggers on 'phase', 'next phase', 'run phase', 'execute phase'. |
| version | 0.1.0 |
Execute the current development phase for Batch Creative Studio.
Check for orchestration pipeline
Check if docs/plans/ directory exists.
Approved and pending tasks → suggest: "You have an approved dispatch. Run /execute to continue."/plan to create a feature plan, then /assign to assign agents."docs/plans/ does not exist → proceed to step 2 (legacy phase execution).Read the plan
Read docs/development-plan.md and find the first phase with status Pending or In Progress.
If all phases are Done, report that the plan is complete.
Break into tasks
Decompose the phase into concrete tasks. Each task should be:
Present the task list and wait for confirmation.
Execute tasks
For each confirmed task:
Update the plan
After all tasks in the phase are complete:
Done in docs/development-plan.mdIn ProgressRun /check
After completing the phase, follow the /check procedure to verify nothing is broken.