Vaultspec Execute
Execute an approved implementation plan, dispatching agent personas per step. Use when a plan document is ready to build.
Vaultspec Rag Discovery
Semantic codebase and architecture-decision discovery with vaultspec-rag - find code and the ADRs that govern it by meaning, then narrow with advanced filters and noise controls. Use to locate where or how something is done, or the decision behind it, instead of guessing identifiers or sweeping with keyword/grep search.
Vaultspec Adr
Capture an architectural decision as an ADR in .vault/adr/. Use after research, before planning, when a significant design choice and its trade-offs must be recorded.
Vaultspec Team
Start a multi-agent coding team for a hard challenge. Use when a problem is too large for a single agent.
Vaultspec Code Research
Ground a coding task in real source code, reference implementations, and library docs. Use before implementing a complex feature or when documentation is thin.
Vaultspec Projectmanager
Coordinate GitHub Projects: triage issues, track milestones, provision worktrees, manage releases. Use for project management outside the pipeline.
Vaultspec Documentation
Write one polished user-facing document through a structured pipeline. Use to create or rewrite a README, guide, or feature doc.
Vaultspec Curate
Reconcile the ADR architecture corpus against the codebase and the feature lifecycle documents against the single-home-fact boundary. Use to audit ADR status and supersession, find ADR-vs-ADR, ADR-vs-code, and document-vs-document conflicts (restated grounding, displaced decisions, forked facts), and action them. Mechanical .vault/ hygiene is the CLI''s job; this skill does the semantic reconcili…
Vaultspec Write
Write an implementation plan of waves, phases, and steps. Use only after the authorizing ADR - or the cluster of ADRs a roll-up plan executes - is approved.
Vaultspec Research
Explore an unfamiliar problem and weigh options before committing. Use when unsure how to approach a complex feature, refactor, or bug.
Vaultspec Code Review
Run a formal code review for safety, intent, and quality. Use to verify completed work before marking it done.