From nickcrew-claude-ctx-plugin
Translates approved plans into tracked tasks with orchestration and verification loops. Use for driving plans through cortex task system, coordinating agents, or ensuring plan items are executed and verified.
npx claudepluginhub nickcrew/claude-cortexThis skill uses the workspace's default tool permissions.
Locks in an approved plan and drives it through cortex’s orchestration and verification stack, ensuring every item becomes a tracked task that is executed, verified, and reported.
Orchestrates execution of implementation plans with independent tasks by dispatching implementers and reviewers, tracking granular progress per task and phase.
Plans complex tasks into milestones with specs and reviews them, then executes approved plans by delegating to agents. Use for multi-step projects with dependencies and architectural needs.
Executes implementation plans from plan.md files via Superpower Loop phases: task creation, batch execution with verification, git commits. Use after plan ready or on 'execute the plan'.
Share bugs, ideas, or general feedback.
Locks in an approved plan and drives it through cortex’s orchestration and verification stack, ensuring every item becomes a tracked task that is executed, verified, and reported.
writing-plans or /ctx:plan is ready for executionwriting-plans firstwriting-plans or /ctx:plan)T) in cortex TUIFor each plan item, create or update a task in the Task view:
Task view (T) → Add (A) or Edit (E)
Toggle the required configuration to match the plan:
3): Activate modes needed for current workstreams4): Enable rules that apply (e.g., testing requirements, style enforcement)For each task in priority order:
pytest, vitest, or project-specific test commandjust lint or equivalent# Example verification sequence
just test && just lint && echo "Verification passed"
For each completed workstream:
When all tasks are complete:
tasks/current/active_agents.json updated with task statusesskills/collaboration/executing-plans/resources/checklist.md