Loading...

Running Assessments

How to analyze your codebase and generate specialized agents.

Assessment Overview

Assessment is the process of analyzing your existing code to discover patterns. Hypr examines multiple files to identify consistent conventions and generates agents that understand these patterns.

There are three types of assessments:

  • Frontend - component structure, styling, state management
  • Backend - API design, database patterns, services
  • Planning - how your team structures and plans work

Using the Assessment Wizard

The easiest way to run assessments is with the wizard:

/hypr:assess

The wizard guides you through each assessment type, asking questions about your project structure and preferences.

Running Individual Assessments

You can also run assessments individually:

Frontend Assessment

/hypr:assess-frontend

Backend Assessment

/hypr:assess-backend

Planning Assessment

/hypr:assess-planning

What Gets Analyzed

Frontend Assessment

Examines 17 aspects including:

  • Component file structure
  • Styling approach (CSS modules, Tailwind, etc.)
  • State management patterns
  • Form handling
  • API integration patterns

Backend Assessment

Examines 21 aspects including:

  • API route conventions
  • Database query patterns
  • Service architecture
  • Error handling
  • Authentication patterns

Re-running Assessments

As your codebase evolves, you may need to update your agents:

/hypr:refresh

This re-runs assessments and updates your agents with any new patterns.

Next Steps

Learn about planning features