/hypr:assess-planning
Analyze how your project plans and structures features, then generate a specialized planning agent.
Usage
/hypr:assess-planning /hypr:assess-planning quick
Alias: /hypr:assess-plan
Description
The planning-assessor agent copies the planning agent template to .claude/agents/planning-agent.md, analyzes 17 aspects of how your project plans features, extracts project-specific rules for each, and builds the agent file incrementally with checkpoints.
Process
Part 1: Feature Architecture (Aspects 1–6)
- Feature planning structure
- Database and migration patterns
- Frontend-backend integration
- Testing strategy and timing
- Page and route creation
- Service integration patterns
Part 2: Implementation Patterns (Aspects 7–12)
- Email and notification integration
- File upload and storage integration
- Background job integration
- Caching strategy integration
- Security and permissions planning
- Configuration and environment planning
Part 3: Delivery Patterns (Aspects 13–17)
- Documentation requirements
- Deployment and release planning
- Rollback and recovery planning
- Performance considerations
- Monitoring and observability
Output
.claude/agents/planning-agent.md
Contains the planning agent's rules, 25+ project-specific patterns, and examples drawn from your actual codebase.
Related Commands
- /hypr:assess — run all three assessments together
- /hypr:plan — create a feature plan
- /hypr:refresh — re-run as the codebase evolves
- /hypr:validate — verify the generated agent