From cipherpowers
Evaluates implementation plans before execution using checklists for security, testing, architecture, error handling, and code quality. Provides structured feedback saved to work directory.
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowersThis skill uses the workspace's default tool permissions.
Systematic plan evaluation process ensuring plans are comprehensive, executable, and account for all quality criteria (security, testing, architecture, error handling, code quality, process) before implementation begins.
Reviews implementation plans for completeness, feasibility, risks, scope adherence, and alignment with codebase patterns. Provides structured feedback with strengths, concerns, gaps, and improvements before execution.
Validates implementation plans against codebase reality, architecture, quality, risks, and conventions before execution using four parallel specialized reviewers.
Reviews implementation plans across 5 dimensions: data flow, failure modes, edge cases & invariants, test matrix, rollback & migration. Scores 0-10 each, proposes concrete fixes, applies user-selected ones.
Share bugs, ideas, or general feedback.
Systematic plan evaluation process ensuring plans are comprehensive, executable, and account for all quality criteria (security, testing, architecture, error handling, code quality, process) before implementation begins.
Use verifying-plans when:
Don't use when:
Before starting:
Core workflow:
Read these to understand quality standards:
${CLAUDE_PLUGIN_ROOT}standards/code-review.md - Quality standards apply to plans too${CLAUDE_PLUGIN_ROOT}principles/development.md - Development principles (includes testing)Locate the plan:
.work/<feature-name> directoryYYYY-MM-DD-<feature-name>.mdRead the plan completely:
Review ALL categories from verify-plan-template.md:
Security & Correctness (6 items)
Testing (6 items)
Architecture (7 items)
Error Handling (3 items)
Code Quality (7 items)
Process (6 items)
Empty BLOCKING section is GOOD if you actually checked. Missing sections mean you didn't check.
BLOCKING vs SUGGESTIONS decision:
Use BLOCKING when:
Use SUGGESTIONS when:
Rule of thumb:
Task Granularity:
Completeness:
TDD Approach:
Template location:
${CLAUDE_PLUGIN_ROOT}templates/verify-plan-template.md
YOU MUST use this exact structure:
# Plan Evaluation - {Date}
## Status: [BLOCKED | APPROVED WITH SUGGESTIONS | APPROVED]
## Plan Summary
- **Feature:** [Feature name]
- **Location:** [Path to plan file]
- **Scope:** [Brief description]
## BLOCKING (Must Address Before Execution)
[Issues or "None"]
**[Issue title]:**
- Description: [what's missing or problematic]
- Impact: [why this blocks execution]
- Action: [what needs to be added/changed]
## SUGGESTIONS (Would Improve Plan Quality)
[Suggestions or "None"]
**[Suggestion title]:**
- Description: [what could be improved]
- Benefit: [how this would help]
- Action: [optional improvement]
## Plan Quality Checklist
[Check all 35 items across 6 categories]
## Plan Structure Quality
[Evaluate task granularity, completeness, TDD approach]
## Assessment
**Ready for execution?** [YES / NO / WITH CHANGES]
**Reasoning:** [Brief explanation]
File naming:
Save to .work/{YYYY-MM-DD}-verify-plan-{HHmmss}.md
Example: .work/2025-11-22-verify-plan-143052.md
Time-based naming ensures:
Do NOT create custom section structures. Use template exactly. Additional context (plan excerpts, specific examples) may be added at the end, but core template sections are mandatory.
NEVER skip:
Common rationalizations that violate workflow:
Writing plans:
${CLAUDE_PLUGIN_ROOT}skills/writing-plans/SKILL.mdExecuting plans:
${CLAUDE_PLUGIN_ROOT}skills/executing-plans/SKILL.mdSee test-scenarios.md for pressure tests validating this workflow resists rationalization.