| name | ctx-plan-execution |
| description | Execution discipline skill adapted from obra/superpowers. Ensures plans translate into tracked tasks, orchestration, and verification runs. |
| license | MIT (obra/superpowers) |
| command | /ctx:execute-plan |
/ctx:execute-plan
Locks in the plan and drives it through claude-ctx’s orchestration + verification stack.
Prereqs
/ctx:planoutput in the thread.- Tasks captured in the Task view (
T) or ready to be created now. - Relevant modes/agents activated.
Steps
- Create/Sync Tasks
- For each plan item, add/edit a task (Task view
T→A/E). - Ensure category + workstream mirror the plan’s stream names.
- For each plan item, add/edit a task (Task view
- Activate Modes & Rules
- Toggle required modes (
3view) and rules (4view) to match plan.
- Toggle required modes (
- Run Workstream Loops
- Pick a task → do the work → update status/progress.
- Use
/ctx:verifyrules (tests, lint, Supersaiyan visual check) before moving to next task.
- Update Stakeholders
- For finished streams, summarize progress + next up; attach screenshots/logs when relevant.
- Retrospective Hooks
- When all tasks complete, close them in Task view, capture learnings in chat, and link to plan doc.
Output
- Tasks JSON updated under
tasks/current/active_agents.json. - Status update message covering completed tasks, blockers, verification evidence.
- Next steps or follow-up issues if needed.
Resources
- Execution checklist:
skills/collaboration/executing-plans/resources/checklist.md.