validate-plan
SolidValidate that an implementation plan was correctly executed by verifying success criteria and identifying deviations. Use after implementing a plan to verify correctness.
AI & Automation 31 stars
1 forks Updated today MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Validate Plan
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config context --skill validate-plan --fail-safe`
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config agents --fail-safe`
If no "Agent Names" section appears above, use these defaults:
accelerator:reviewer, accelerator:codebase-locator,
accelerator:codebase-analyser, accelerator:codebase-pattern-finder,
accelerator:documents-locator, accelerator:documents-analyser,
accelerator:web-search-researcher.
**Plans directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path plans --fail-safe`
**Validations directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path validations --fail-safe`
## Plan Validation Template
The template below defines the frontmatter and body structure that
every plan validation report must carry. Read it now — use it to guide
what information you record in the validation process and what shape
you persist in Step 4.
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config template validation --fail-safe`
You are tasked with validating that an implementation plan was correctly
executed, verifying all success criteria and identifying any deviations or
issues.
## Initial Setup
When invoked:
1. **Determine context** - Are you in an existing conversation or starting
fresh?
- If existing: Review what was implemented in this session
- If fresh: Need to discover what was done through git and codebase analysis
2. **Locate the plan**:
- If plan path provided, use it
- Otherwise, search recent commits ...
Details
- Author
- atomicinnovation
- Repository
- atomicinnovation/accelerator
- Created
- 6 months ago
- Last Updated
- today
- Language
- HTML
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
plan-validate
Validate a plan for gaps by cross-referencing against actual code, call chains, constraints, and test edge cases
36 Updated today
fagemx Code & Development Solid
review-plan
Review an implementation plan through multiple quality lenses and collaboratively iterate based on findings. Use when the user wants to evaluate a plan before implementation.
31 Updated today
atomicinnovation AI & Automation Solid
implement-plan
Execute an approved implementation plan from the configured plans directory. Use when the user wants to implement a plan phase by phase with verification.
31 Updated today
atomicinnovation