| name | qplan |
| description | Validate implementation plans against codebase patterns. Use when user types 'qplan' OR when an implementation plan needs validation. Analyzes consistency with React component patterns, routing conventions, and terminal aesthetic. |
| allowed-tools | Read, Grep, Glob |
QPLAN - Plan Validation Workflow
Purpose
This skill activates when the user types "qplan" to validate an implementation plan against existing codebase patterns.
Instructions
When this skill is invoked, validate the proposed plan against these criteria:
1. Component Structure Consistency
2. Routing Pattern Adherence
3. Styling Pattern Adherence
4. Reuse of Existing UI Patterns
5. GitHub Pages Compatibility
6. KISS/YAGNI/DRY Check
Output Format
## Plan Validation Report
### Compliance: ✓ Pass / ✗ Fail
### Findings
1. [Finding with recommendation]
2. [Finding with recommendation]
### Risks
- [Any identified risks or concerns]
### Verdict
[Approve / Approve with changes / Reject with reasons]