executing-plans
npx machina-cli add skill NickCrew/claude-cortex/executing-plans --openclaw/collaboration:executing-plans
Locks in the plan and drives it through cortex’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.
Source
git clone https://github.com/NickCrew/claude-cortex/blob/main/skills/collaboration/executing-plans/SKILL.mdView on GitHub Overview
Executing-plans locks the plan and drives it through cortex’s orchestration + verification stack, turning plan items into tracked tasks. It relies on /ctx:plan, Task view entries, and activated modes/rules to coordinate work, verify progress, and surface learnings. When done, it closes tasks and links learnings to the plan doc.
How This Skill Works
For each plan item, create or sync a corresponding Task view entry (T → A/E) and mirror the plan’s streams in category/workstream. Activate the required modes (3 view) and rules (4 view) to reflect the plan, then run workstream loops: pick a task, perform the work, and update status. Before moving to the next task, apply /ctx:verify checks (tests, lint, Supersaiyan visual) and finally update stakeholders with progress; when all tasks finish, retire tasks and capture retrospective learnings.
When to Use It
- You have a formal plan in /ctx:plan and need to convert it into actionable tasks in the Task view.
- Multiple streams or workstreams must be synchronized with mirroring plan streams in category/workstream.
- You require strict verification before progressing to the next task (tests, lint, visual checks).
- Stakeholders need consistent progress updates with summarized status and evidence.
- All tasks are complete and you want to capture retrospective learnings and link to the plan doc.
Quick Start
- Step 1: Create/Sync Tasks from each plan item in the Task view and mirror plan streams.
- Step 2: Activate required modes and rules to match the plan.
- Step 3: Run workstream loops, perform work, use /ctx:verify before moving to the next task, then update stakeholders and close tasks when complete.
Best Practices
- Ensure /ctx:plan is present before starting.
- Mirror plan streams in task category and workstream for traceability.
- Regularly run workstream loops and promptly update task status.
- Apply /ctx:verify checks between tasks and attach evidence (screenshots, logs).
- Close tasks and record learnings in chat, linking to the plan doc after retrospective.
Example Use Cases
- Engineering sprint: Convert the sprint plan into Task view items, verify with tests, and report to stakeholders.
- Product launch: Align frontend, backend, QA streams with plan streams; run loops and verify before rollout.
- DevOps deployment: Translate deployment plan to tasks, run checks, and attach logs.
- Content release: Plan-to-task translation for editorial, design, and publishing streams with updates.
- Research data collection: Plan items turned into tasks with verification and retrospective.