From silver-bullet
Executes an SB PLAN.md in controlled waves with TDD, evidence capture, and summary artifacts. Automates phase execution and deferred item tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/silver-bullet:silver-execute <plan path or execution scope><plan path or execution scope>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
SB-owned execution loop keeps implementation inside the current coding agent and
SB-owned execution loop keeps implementation inside the current coding agent and SB artifacts while enforcing wave discipline, evidence capture, and deferred-item tracking.
Do not delegate core project execution to an external lifecycle plugin.
Update the current phase with:
.planning/phases/<phase>/SUMMARY.md;silver:add.SILVER BULLET > EXECUTE.tdd before code edits and establish the
failing test or explicit testability rationale.silver:add.silver:debug or
silver:bugfix; do not mark the phase complete.Execution is complete only when:
npx claudepluginhub alo-exp/silver-bullet --plugin silver-bulletGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.