ワンクリックで
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.