Loading...

Implementing Code

How to use executors to implement features following your patterns.

Implementation Flow

After planning, implement chunks one at a time:

/hypr:implement chunk-1

The executor reads your patterns and generates code that matches your conventions.

How Executors Work

  1. Reads the chunk requirements from the plan
  2. Loads your pattern documentation
  3. Examines existing similar files as examples
  4. Generates code one file at a time
  5. Validates each file before continuing

Frontend vs Backend

Hypr automatically routes to the appropriate executor based on the files being modified.

  • Frontend Executor - components, pages, styles
  • Backend Executor - APIs, services, database

Next Steps

Learn about code review