home / skills / nickcrew / claude-cortex / executing-plans
This skill locks in the plan and drives its execution through cortex orchestration and verification, turning strategy into tracked tasks and progress.
npx playbooks add skill nickcrew/claude-cortex --skill executing-plansReview the files below or copy the command above to add this skill to your agents.
---
name: executing-plans
description: Execution discipline skill adapted from obra/superpowers. Ensures plans translate into tracked tasks, orchestration, and verification runs.
license: MIT (obra/superpowers)
---
# `/collaboration:executing-plans`
Locks in the plan and drives it through cortex’s orchestration + verification stack.
## Prereqs
- `/ctx:plan` output in the thread.
- Tasks captured in the Task view (`T`) or ready to be created now.
- Relevant modes/agents activated.
## Steps
1. **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.
2. **Activate Modes & Rules**
- Toggle required modes (`3` view) and rules (`4` view) to match plan.
3. **Run Workstream Loops**
- Pick a task → do the work → update status/progress.
- Use `/ctx:verify` rules (tests, lint, Supersaiyan visual check) before moving to next task.
4. **Update Stakeholders**
- For finished streams, summarize progress + next up; attach screenshots/logs when relevant.
5. **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`.
This skill ensures written plans become tracked, verifiable work by locking a plan into task flows, running orchestration loops, and collecting verification evidence. It integrates task creation, mode activation, and verification checks to drive steady progress and clear handoffs. The result is synchronized task state, status updates, and an auditable trail of verification artifacts.
The skill inspects the current plan context and creates or syncs tasks so each plan item maps to a task with matching category and workstream. It activates required modes and rules, guides repeated workstream loops (do work → run verification → update status), and produces status messages plus verification artifacts. When all tasks finish, it triggers retrospective capture and creates follow-up issues as needed.
What input does this skill require?
It requires the active plan context in the thread and tasks either ready to be created or present in the Task view.
What does the skill produce as output?
Updated tasks JSON for active agents, a status update message with completed tasks and verification evidence, and any next-step or follow-up issues.