From silver-bullet
Builds a requested feature using the Silver Bullet silver-feature workflow, following the SB feature flow with dependencies and quality gates.
How this command is triggered — by the user, by Claude, or both
Slash command
/silver-bullet:feature <feature description>The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the Silver Bullet `silver-feature` workflow for the requested feature. Follow the SB feature flow, including the required dependency workflows and quality gates.
Invoke the Silver Bullet silver-feature workflow for the requested feature. Follow the SB feature flow, including the required dependency workflows and quality gates.
npx claudepluginhub alo-exp/silver-bullet --plugin silver-bullet/featureOrchestrates full feature development cycle: PRD with product-owner, visual style options, architecture, code, QA, docs, delivery via phased agents and gates.
/featureCreates a lightweight feature-focused PRD via guided interactive interview (5-8 rounds) optimized for new features in existing products, saving to docs/prd/{slug}.md
/featureAutomates Rails feature/chore from Linear URL or description: creates branch, gathers context, implements/tests/lints/i18n, drafts PR, monitors CI.
/featureExecutes Mermaid flowchart workflow: two Analyze-Design(D3)-Develop(G2→G2.5→G3)-Release cycles, using Task for sub-agents, AskUserQuestion at diamonds, and F5 gates.
/featureDesigns feature flag strategies covering types, SDK integrations (LaunchDarkly, Unleash etc.), targeting rules, rollouts, kill switches, A/B tests, lifecycle. Outputs docs, flag modules, schemas, reports. Supports subcommands like --rollout, --experiment.
/featureCreates detailed implementation spec in .claude/specs/*.md for given feature-description after deep codebase analysis.