/hypr:assess

Start the assessment wizard to analyze your codebase and generate specialized agents.

Starting Hypr Assessment Wizard...
 
[1/3] Frontend Assessment
Analyzing component patterns...
Found: React with TypeScript
Found: Tailwind CSS styling
Found: Zustand state management
Generated: frontend-executor agent
 
[2/3] Backend Assessment
Analyzing API patterns...
Found: NestJS framework
Found: TypeORM with PostgreSQL
Generated: backend-executor agent
 
[3/3] Planning Assessment
Analyzing project structure...
Generated: feature-planner agent
Generated: 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:

  1. Frontend Assessment - analyzes UI component patterns
  2. Backend Assessment - analyzes API and service patterns
  3. Planning Assessment - analyzes how features are structured

Output

Creates the following files in your project:

.claude/
  agents/
    planning-agent.md
    frontend-agent.md
    backend-agent.md

Related Commands