/hypr:plan

Create a detailed implementation plan for a feature.

Loading feature-planner agent...
Analyzing feature requirements...
Breaking into implementable chunks...
 
Chunk 1: Create ProfilePage component
- Add route /profile
- Create ProfilePage.tsx
- Add user info display
 
Chunk 2: Add profile API endpoint
- Create GET /api/profile
- Create PUT /api/profile
 
Chunk 3: Implement avatar upload
- Add file upload component
- Create POST /api/avatar
 
Plan saved to .claude/plans/user-profile.md

Usage

/hypr:plan "feature description"

Output

Creates a plan file with chunks that can be implemented with /hypr:implement.

Related