AI SummaryA comprehensive, structured workflow for feature development with specialized agents for codebase exploration, architecture design, and quality review. Launch the guided feature development workflow: The workflow will guide you through 7 distinct phases automatically.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "feature-dev" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/feature-dev && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/feature-dev/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/orchestration/feature-dev/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/feature-dev/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/orchestration/feature-dev/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or encountering ambiguous requirements, integration patterns, design approach errors.
Overview
Building features requires more than just writing code. This skill provides a systematic approach that: • Understands the codebase before making changes • Asks clarifying questions to resolve ambiguities • Designs thoughtfully with multiple architecture options • Reviews for quality after implementation
Full workflow (recommended for new features)
`bash /feature-dev Add rate limiting to API endpoints `
Requirements
• Claude Code installed • Git repository (for code review) • Existing codebase (workflow learns from existing patterns)
Feature Development Workflow
A comprehensive, structured workflow for feature development with specialized agents for codebase exploration, architecture design, and quality review.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster