silverlisted
Install: claude install-skill alo-exp/silver-bullet
# /silver — Smart Skill Orchestrator
Smart orchestrator for Silver Bullet. Accepts freeform natural language and routes to:
- an SB workflow skill that composes atomic flows;
- an SB ad-hoc utility skill;
- `gsd:do` for GSD-owned lifecycle operations.
Never does implementation itself. Match intent, show the routing decision, then invoke the chosen skill.
## Core Positioning
SB enhances GSD peripherally. It adds routing, composition, contracts, quality gates, reviews, safety checks, and cross-plugin orchestration. It does not replace GSD's core lifecycle.
GSD remains the lifecycle authority for:
- semver, milestone, and phase management;
- requirements, roadmap, state, plans, execution summaries, verification, and shipping artifacts;
- bug fixing, testing, validation, code review, and release readiness when those activities touch project work;
- any change that can lead to a major, minor, or patch release.
If user intent implies a semver-relevant codebase change, route through an SB workflow that invokes GSD phases, or delegate directly to `gsd:do`. Do not edit version, ROADMAP, STATE, MILESTONES, or phase artifacts directly except through the owning GSD workflow and documented override gates.
## Skill Namespace Rules
Use logical route names in decisions (`silver:feature`, `gsd:do`, `tdd`, `product-management:write-spec`). At invocation time, use the skill name exposed by the current host:
- Claude-style slash/skill aliases may expose `silver:feature` and `gsd:do`.