From orc
Use when you have a written implementation plan to execute in a separate session with review checkpoints
How this skill is triggered — by the user, by Claude, or both
Slash command
/orc:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute all tasks, report when complete.
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill.
For each task:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
When the plan was authored in workspace mode (caller is /orc:flow or /orc:plan with --repos), each slice carries a repo: annotation. Execution rules:
cd into the slice's repoPath (passed by the caller as input). All git, test, lint, and edit commands MUST run inside that repo's tree.repo: api may not edit files in <workspaceRoot>/ui/. The worktree-path boundary already enforces this physically; treat any urge to cross it as a bug in the plan, not in your execution — escalate.<workspaceRoot>/.orc/<branch>/files/checkpoint.md (workspace-level cursor) and <repoPath>/.orc/<branch>/files/progress.md (this repo's slice log) before executing the next slice.repo + repoPath as your full universe — sibling implementers are operating in their own repos simultaneously.Required workflow skills:
npx claudepluginhub higoralves/orc --plugin orcCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.