From bonsaipowers
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
/bonsaipowers: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.
nestjs-best-practices, owasp-security). These are active constraints for the entire execution — not optional. If a listed skill can't be found, STOP and tell the user.For each task:
Just-in-time API verification: If a task step references a library API and you're not sure of the exact signature or behavior:
verifyAsync({ algorithms: ['RS256'] }), you confirm that's the right signature for @nestjs/[email protected], then write it.Security gates (from loaded owasp-security skill):
If a task step has OWASP constraints (marked with ⚠ or explicit "MUST" requirements):
Best-practices compliance (from loaded skills):
If a required skill is loaded (e.g. nestjs-best-practices):
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.
Required workflow skills:
Optional workflow skills:
npx claudepluginhub bonsaisoftware/bonsaipowersCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.