← Back to Silver Bullet

Silver Bullet vs Plain GSD

Plain GSD gives agents a strong planning and execution engine. Silver Bullet is the Agentic Process Orchestrator (APO) around it: the operating layer teams need when work must be routed, reviewed, traced, documented, verified, and safely shipped.

v0.35.1 Dynamic workflow composition Hook-enforced gates Spec-to-PR traceability

GSD Executes. Silver Bullet Keeps Delivery Governed.

Silver Bullet does not replace GSD. GSD helps an agent do the work well; Silver Bullet helps ensure the whole delivery path happens before code, PRs, deploys, or releases move forward.

Plain GSD
Planning And Execution Engine

GSD owns the core project lifecycle: .planning/ artifacts, roadmap and phase management, requirements, discussion, planning, wave-based execution, verification, review, shipping, and milestone completion.

  • Breaks work into phases and tasks.
  • Executes with fresh agent context and atomic task commits.
  • Maintains project planning state and phase artifacts.
Silver Bullet + GSD
Orchestration And Enforcement Layer

Silver Bullet wraps GSD with task-shaped routing, cross-plugin sequencing, spec and UAT gates, artifact review, DevOps risk controls, docs governance, session supervision, and hook-enforced delivery gates.

  • Chooses the right workflow chain for the task.
  • Blocks unsafe edits, PRs, deploys, and releases.
  • Preserves evidence across specs, plans, UAT, PRs, docs, and release state.

What Silver Bullet Adds Over Plain GSD

The most important gains are practical: fewer skipped steps, stronger traceability, better artifact quality, safer DevOps work, and clearer release readiness.

Enforcement Hooks

SB records skill use, blocks code edits before planning, blocks direct planning-file edits, prevents state tampering, blocks red-CI pushes, and stops completion when required gates are missing.

Dynamic Workflow Composition

GSD has gsd:do; SB’s value is composing a broader task-specific chain for feature, bugfix, UI, DevOps, research, release, or fast-path work.

Cross-Plugin Orchestration

SB sequences GSD with selected helper plugins for review, design, Product Management, DevOps enrichments, and SB-owned gates into one governed process.

Spec And Acceptance Governance

silver:spec, silver:ingest, silver:validate, spec-floor checks, UAT gates, and PR traceability connect accepted requirements to delivery evidence.

Pre-Code Quality Gates

Product work gets 8 core dimensions, with AI/LLM safety added where applicable. DevOps work gets seven IaC-adapted dimensions before high-risk implementation.

Test Freshness Gate

/verify-tests runs configured commands, writes a session freshness marker, invalidates it after source edits, and blocks stale PR/deploy/release attempts.

Release Governance

SB adds release-gate architecture around GSD milestone completion. The full four-stage pre-release gate is currently proven for this Claude/Codex plugin project and should be generalized.

DevOps Safety

Blast-radius ratings, incident paths, CAB hard stops, environment promotion, deploy checklists, rollback/runbook requirements, and IaC routing reduce production risk.

State And Artifact Protection

SB protects GSD-owned planning files, SB state markers, legacy bypass markers, instruction files, and third-party plugin surfaces from unsafe direct edits.

Traceability And Preservation

Roadmap freshness, spec-session capture, PR traceability blocks, validation warnings, implementation links, and phase archives reduce artifact drift and data loss.

Artifact Review Governance

SB reviews specs, requirements, design, roadmap, context, research, ingestion manifests, UAT, and cross-artifact consistency with audit trails and analytics.

Knowledge And Lesson Capture

/silver-add, /silver-rem, /silver-scan, and /silver-handoff convert deferred items, lessons, knowledge, and session residue into durable memory.

Session Forensics

SB investigates enforcement failures, stalls, abandoned sessions, hook failures, wrong output, and task-level drift beyond GSD’s planning-artifact forensics.

Prompt And Stall Reinforcement

UserPromptSubmit hooks, semantic compression, session logs, timeout sentinels, branch warnings, and anti-stall messages keep process state visible in long sessions.

Compliance Visibility

SB shows live workflow progress on tool use, including composed-flow progress or required-skill progress, so the missing next step is visible before finalization.

Safer Fast Path

silver:fast keeps small edits lightweight while preventing agents from directly arming legacy bypass markers or treating DevOps files as harmless text.

Multi-Runtime Coordination

Phase locks, runtime identities, heartbeats, stale-lock handling, and controlled delegation let multiple SB-bearing hosts share a worktree more safely.

Documentation Governance

Doc schemes, doc checklists, silver:ensure-docs, brownfield reconciliation, and doc freshness gates make durable documentation part of delivery.

Non-Skippable Gates

Security, quality, GSD verification, review, release, UAT/spec, ingestion review, and acceptance coverage gates are explicit policy boundaries.

What GSD Still Owns

Silver Bullet is strongest when the ownership line is clear: GSD remains the execution engine, while SB supplies orchestration and enforcement around it.

CapabilityOwnerWhy It Is Not An SB-Over-GSD Benefit
.planning/ lifecycleGSDSB reads and gates around it; GSD writes and owns the core lifecycle artifacts.
Roadmap, phase, state, and project artifactsGSDSB protects and audits these files, but it does not replace their ownership.
Phase discussion, planning, execution, and verificationGSDSB sequences these steps; GSD performs them.
Wave-based parallel executionGSDSB may invoke the execution path, but GSD supplies the mechanism.
Fresh agent execution contextGSDThis is GSD’s core execution advantage, not a new SB capability.
Atomic per-task commitsGSDSB permits intermediate commits through enforcement; GSD creates the atomic task commits.
DimensionPlain GSDSilver Bullet + GSD
Primary rolePlanning and execution engineOrchestration and enforcement layer around GSD
User entry pointgsd:* commands and gsd:do/silver classifies intent and composes the SB/GSD/plugin chain
Process disciplineInstructional and artifact-drivenHook-enforced and state-tracked
Spec lifecycleRequirements and plans live in GSD artifactsSPEC.md, ingestion, validation findings, UAT gates, and PR traceability
Artifact reviewReview focused on GSD lifecycle workGeneral artifact-review framework across specs, design, roadmap, research, UAT, and cross-artifact sets
Delivery safetyMostly operator discipline plus GSD workflowMechanical gates on edits, commits, PRs, deploys, releases, docs, CI, and tests
DevOps workflowCan execute infrastructure tasks as project workBlast radius, incident paths, IaC gates, promotion, deployment safeguards

Who Benefits From Silver Bullet

Different teams feel the value in different places: clearer acceptance evidence, fewer skipped gates, better project memory, and safer infrastructure changes.

Users And Product Owners

Ask at the task level and get traceable delivery evidence.

  • Task-specific workflow composition
  • Spec, UAT, and PR traceability
  • Visible missing-step reporting
  • Release readiness confidence

Agents

Get clearer process boundaries and ownership rules.

  • Composed workflow files
  • Prompt reminders
  • Compliance status
  • Plugin dependency gates

Maintainers

Get stronger audit trails and cleaner project surfaces.

  • Docs governance
  • Cross-artifact reviews
  • Review analytics
  • Session forensics

DevOps Operators

Get production-safety practices around GSD execution.

  • Blast-radius assessment
  • Incident fast path
  • Environment promotion
  • Rollback and CAB gates

When Plain GSD Is Enough, And When SB Adds Clear Value

Silver Bullet is not "better GSD." It is a governance layer for projects where process drift, release risk, or traceability gaps matter.

Plain GSD May Be Enough When

  • The team already knows the GSD workflow well.
  • The task is contained inside normal GSD planning, execution, and verification.
  • The repo does not need hook-enforced compliance.
  • Review, docs, release, and CI gates can be enforced manually.
  • There is no DevOps production-risk component.
  • The work is exploratory or local-only and will not be shipped.

Silver Bullet Adds Clear Value When

  • The project ships user-facing software.
  • Multiple agents or long sessions are involved.
  • Skipped tests, review, or docs have caused risk before.
  • Requirements must trace from spec to plan, validation, UAT, PR, and implementation records.
  • Release quality, DevOps safety, docs freshness, or CI gates matter.
  • The host runtime supports enforcement hooks.

Where The Product Is Still Expanding

Silver Bullet already adds concrete value around GSD. Two areas are being expanded so that value becomes more generic and more visible during live work.

Generic Release Gate

The release-gate architecture already exists around review, tests, CI, docs, and release readiness. The full four-stage pre-release sequence is strongest in this plugin project today and is being generalized for downstream projects.

Contextual User Guidance

The next step is more contextual guidance during live work: what is happening now, why the next gate matters, what evidence was produced, and the shortest safe recovery path when a gate blocks.

Silver Bullet Makes GSD-Backed Work Safer, More Traceable, And Harder To Ship Prematurely.

The strongest claim is not that SB executes better than GSD. It is that SB makes GSD-backed work more governed, more auditable, and less dependent on the agent remembering every gate.

Install Silver Bullet