From silver-bullet
Reads PLAN.md and validates SB phase plans against quality criteria for scope, dependencies, acceptance criteria, verification, and risk handling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/silver-bullet:review-plan <plan-path> [--source-inputs <context/spec/requirements paths>]<plan-path> [--source-inputs <context/spec/requirements paths>]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only reviewer for SB phase plans. Implements the artifact-reviewer
Read-only reviewer for SB phase plans. Implements the artifact-reviewer framework interface and returns structured PASS/ISSUES_FOUND findings.
This reviewer MUST load:
@skills/artifact-reviewer/rules/reviewer-interface.md@skills/artifact-reviewer/rules/review-loop.mdRead the full plan and relevant source inputs before evaluating.
Return structured findings using PLAN-F IDs.
status: "PASS" | "ISSUES_FOUND"
findings:
- id: "PLAN-F01"
severity: "ISSUE"
description: "..."
location: "..."
suggestion: "..."
PASS requires zero ISSUE findings. INFO findings are allowed.
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.