Delegate the current phase's implementation work from this Forge runtime to another runtime (Claude-SB, Codex-SB, OpenCode-SB, or another Forge) under the parent's existing…
Identify, categorize, and prioritize technical debt. Trigger with "tech debt", "technical debt audit", "what should we refactor", "code health", or when the user asks about code…
Enforces open-closed design, plugin architectures, stable interfaces, and versioning
Review changed files for bugs, security issues, and code quality; produce REVIEW.md
Create PLAN.md with task breakdown, requirements mapping, and verification steps
Plan, conduct, and synthesize user research. Trigger with "user research plan", "interview guide", "usability test", "survey design", "research questions", or when the user needs…
Enforces dependency injection, pure functions, observable state, and seam-based design
Enforces safe AI usage practices, prevents prompt injection, and ensures model safety
Migrate a Silver Bullet project from older SB conventions or from Claude Desktop SB to Forge SB — reconciles paths, removes hook-only artifacts, and generates Forge-equivalent…
This skill should be used to apply 7 IaC-adapted quality dimensions against infrastructure and DevOps changes.
This skill should be used to retrospectively scan all project session logs for unaddressed deferred items and unrecorded knowledge/lessons insights, cross-reference evidence to…
This skill should be used to run the project's test execution gate before final delivery; it runs configured verify commands or stack defaults and writes the freshness marker…
This skill should be used when designing, planning, implementing, or reviewing any non-trivial change, or when the user asks to "improve error messages", "better UX for X", "make…
This skill should be used for root-cause investigation for completed sessions, abandoned sessions, verification failures, or mid-session stalls — classifies failure, walks…
This skill should be used when designing, planning, implementing, or reviewing any non-trivial change, or when the user asks to "generalize this", "extract shared util",…
This skill should be used for dual-mode: design-time checklist (pre-plan) or adversarial audit (pre-ship). Mode auto-detected from artifact state.
This skill should be used to capture a knowledge or lessons insight into the correct monthly doc file — appends to docs/knowledge/YYYY-MM.md for project-scoped insights…
This skill should be used to classify and file any deferred or identified work item to the correct PM destination — GitHub Issues + project board (when issue_tracker=github) or…
This skill should be used for pre-build gap analysis: validates SPEC.md coverage in PLAN.md, surfaces assumptions, emits machine-readable findings with BLOCK/WARN/INFO severity
This skill should be used to assess the blast radius of a proposed infrastructure or DevOps change before planning.
This skill should be used to remove a tracked work item by ID — closes a GitHub Issue as "not planned" with a removed-by-silver-bullet label (when issue_tracker=github), or marks…
This skill should be used for context-aware routing table that maps IaC toolchain, cloud provider, and DevOps context to the best available plugin skill.
This skill should be used to generate structured release notes from git history since the last tag, then create a GitHub Release (for GitHub repos) or output notes for manual…
Adaptive questioning to surface assumptions and lock decisions before planning
Orient in the existing codebase before planning or implementing changes
Security audit of changes; enforce defense in depth and OWASP best practices
Validate that implementation matches spec and requirements
Explore multiple approaches before committing to a design
Address code review findings systematically with atomic commits
Execute verification steps from PLAN.md and produce VERIFICATION.md
Execute PLAN.md with atomic commits, deviation handling, and TDD discipline