Add A New Page
Add A New Page
Adding a New Page to Your Application
What you do: Ask Claude to add a user dashboard page following the existing patterns.
What happens:
- Claude loads your CLAUDE.md instructions, which specify:
- Your folder structure (
pages/,components/,styles/) - Component patterns and naming conventions
- State management approach
- Testing requirements
- Your folder structure (
- An Explore agent runs to understand existing page implementations.
- A Plan agent designs the implementation based on the discovered patterns.
- You approve the plan, and agents execute the implementation using skills such as:
- File creation and editing
- Code generation
- Test execution
- Once complete, you run the
/commitcommand to create a properly formatted commit.- The command respects commit conventions defined in your instructions.
- It may automatically reference relevant issues or tickets.
The model choice adapts to complexity: simpler additions use Haiku for speed, whilst complex architectural decisions use Opus for deeper reasoning.