From silver-bullet
Bootstraps, reconciles, and audits task-level documentation from doc-scheme.md and doc-scheme.json. Handles greenfield init, brownfield migration, hook-gap remediation, and semantic freshness checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/silver-bullet:silver-ensure-docs [--bootstrap | --reconcile-brownfield | --from-hook --task <id> --gaps <path> | --recover-scheme][--bootstrap | --reconcile-brownfield | --from-hook --task <id> --gaps <path> | --recover-scheme]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single source of docs governance in Silver Bullet:
Single source of docs governance in Silver Bullet:
docs/doc-scheme.mddocs/doc-scheme.jsonThis skill is the only doc orchestrator for:
--bootstrap)--reconcile-brownfield)--from-hook --task ... --gaps ...)--recover-scheme)docs/archive/<timestamp>/... with a manifest record.docs/doc-scheme.md and docs/doc-scheme.json synchronized.silver:ensure-docs is not satisfied by structural validation alone. It must:
--bootstrapUse during /silver:init for both greenfield and brownfield repos.
docs/doc-scheme.md and docs/doc-scheme.json.required_docs inventory, mandatory_updated_docs, and enforcement.granularity_levels=[2,3].docs/task-doc-checklist.json scaffold aligned to contract keys using real governed doc keys only.doc-scheme.json (preserved_mappings)doc-scheme.md to reflect mapping decisiondocs/archive/<timestamp>/...archive_moves and archive manifest--from-hook --task <id> --gaps <path>This is the zero-miss remediation path after stop/completion hooks find gaps.
--gaps.doc-scheme.json.required_docs.Important:
--recover-schemeIf docs/doc-scheme.json is missing/invalid:
docs/doc-scheme.mddocs/doc-scheme.json)At minimum:
enforcement.granularity_levels with [2,3]required_docs[] with canonical keys and optional required_sections[]mandatory_updated_docs[]preserved_mappings[] for brownfield preserve decisionsarchive_moves[] for switch-to-SB move operationssync pointers for doc-scheme.md and task-doc-checklist.jsonAdopt:
Delegation rule:
silver:ensure-docs.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.