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
- Reads the chunk requirements from the plan
- Loads your pattern documentation
- Examines existing similar files as examples
- Generates code one file at a time
- 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