Loading...

/hypr:assess

Start the assessment wizard to analyze your codebase and generate specialized 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/
    frontend-executor/AGENT.md
    backend-executor/AGENT.md
    feature-planner/AGENT.md
    code-reviewer/AGENT.md
  patterns/
    frontend-patterns.md
    backend-patterns.md

Example

$ /hypr:assess

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
Found: JWT authentication
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.

Related Commands