Agent skill
validate-plan
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/validate-plan
SKILL.md
Validate Plan
When to use
- After a plan has been created
- Before starting implementation
- When reviewing someone else's plan
Instructions
-
Check for completeness:
- All acceptance criteria covered
- All files identified
- All tests specified
- Dependencies mapped
-
Check for feasibility:
- Tasks are appropriately sized
- No circular dependencies
- Technical approach is sound
-
Identify risks and blockers:
- Missing information
- Unclear requirements
- Technical challenges
Validation Checklist
Completeness
- All user stories map to tasks
- All tasks have file scope
- All tasks have test requirements
- Dependencies are explicit
Feasibility
- Tasks can be completed independently (where possible)
- Technical approach is proven or documented
- No circular dependencies
- Estimated effort is reasonable
Risk Assessment
- Known unknowns are documented
- Mitigation strategies exist for high risks
- Blockers have escalation paths
Output Format
{
"approved": true|false,
"score": 1-10,
"blocking_issues": [],
"suggestions": [],
"risks": []
}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?