#What it does
The /feature-dev skill provides a structured workflow for building new features. It analyzes your codebase first, designs the architecture, then implements with proper testing.
#How to use
bash
/feature-dev Add user profile page with avatar upload#Workflow
- Explore β Analyzes existing codebase patterns, identifies relevant files, maps dependencies
- Architect β Designs the feature architecture, identifies files to create/modify, considers edge cases
- Implement β Writes the code following your project conventions
- Review β Self-reviews the implementation for quality and correctness
#Specialized agents
The skill deploys three specialized sub-agents:
code-explorerβ Deep codebase analysiscode-architectβ Architecture designcode-reviewerβ Quality validation
#When to use
- Adding a new feature that touches multiple files
- Building something that needs to integrate with existing patterns
- When you want architecture decisions made explicit before coding