원클릭으로
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.