Skip to content
/feature-devStable

Guided feature development with codebase understanding, architecture focus, and test-first approach.

DevelopmentArchitectureΒ· 1 min read

Quick import: Download the .md file and save it to .claude/commands/ (Claude Code), .cursorrules (Cursor), or paste as a system prompt in ChatGPT, Gemini, or any LLM API.

#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

  1. Explore β€” Analyzes existing codebase patterns, identifies relevant files, maps dependencies
  2. Architect β€” Designs the feature architecture, identifies files to create/modify, considers edge cases
  3. Implement β€” Writes the code following your project conventions
  4. Review β€” Self-reviews the implementation for quality and correctness

#Specialized agents

The skill deploys three specialized sub-agents:

  • code-explorer β€” Deep codebase analysis
  • code-architect β€” Architecture design
  • code-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
Orel OhayonΒ·
View all skills