/hypr:assess
Start the assessment wizard to analyze your codebase and generate specialized agents.
Starting Hypr Assessment Wizard... [1/3] Frontend AssessmentAnalyzing component patterns...Found: React with TypeScriptFound: Tailwind CSS stylingFound: Zustand state managementGenerated: frontend-executor agent [2/3] Backend AssessmentAnalyzing API patterns...Found: NestJS frameworkFound: TypeORM with PostgreSQLGenerated: backend-executor agent [3/3] Planning AssessmentAnalyzing project structure...Generated: feature-planner agentGenerated: code-reviewer agent Assessment complete! Run /hypr:status to see your agents.Usage
/hypr:assess Description
The assessment wizard guides you through analyzing your project's patterns. It runs three assessments in sequence:
- Frontend Assessment - analyzes UI component patterns
- Backend Assessment - analyzes API and service patterns
- Planning Assessment - analyzes how features are structured
Output
Creates the following files in your project:
.claude/
agents/
frontend-executor/AGENT.md
backend-executor/AGENT.md
feature-planner/AGENT.md
code-reviewer/AGENT.md
patterns/
frontend-patterns.md
backend-patterns.md Related Commands
- /hypr:status - View generated agents
- /hypr:plan - Plan a feature