← ClaudeAtlas

vaultspec-executelisted

Execute an approved implementation plan, dispatching agent personas per step. Use when a plan document is ready to build.
nevenincs/vaultspec-rag · ★ 1 · AI & Automation · score 67
Install: claude install-skill nevenincs/vaultspec-rag
# Plan execution skill (vaultspec-execute) Use this skill: - To begin the execution of an implementation plan. - To ensure code is written by the appropriate agent. **Announce at start:** "I'm using the `vaultspec-execute` skill to execute the implementation plan." ## Required steps - This skill MUST be invoked to execute an implementation plan located at `.vault/plan/yyyy-mm-dd-{feature}-plan.md`. - Read and parse the Plan to understand the scope, complexity, and specific Steps. - Read and parse all linked documents to understand the coding challenge. - **Ground each Step in real code before editing.** Locate a Step's target in the live codebase before changing it - lead with `vaultspec-rag search "<intent>" --type code`, the fastest way to the right file - then read the epicenter or nearest existing analogue in full and confirm exact symbols with a targeted grep; for an extension, diff the requirements against the nearest analogue. Instruct every dispatched executor to do the same. Where `vaultspec-rag` is not installed, the `vaultspec-core` discovery verbs and grep carry the same sequence. ## Executor delegation Assume the persona of a delegator. - Use parallel sub-agents, or an autonomous agent team, to execute complex plans. - Use the appropriate executor agent persona. When the work needs multiple specialists, coordinate them. - Always instruct the coders to execute the current plan, and to read grounding research, ADRs, and the `[[...-pla