LLM Skills
~/catalog/project management//feature-dev
Project managementGitHub source

Phase based development

/feature-dev

Break down the development of a feature into manageable and verifiable phases.

affaan-maffaan-m
240.5k
May 24, 2026
MIT License
// skill content

--- description: Guided feature development with codebase understanding and architecture focus --- A structured feature-development workflow that emphasizes understanding existing code before writing new code. ## Phases ### 1. Discovery - read the feature request carefully - identify requirements, constraints, and acceptance criteria - ask clarifying questions if the request is ambiguous ### 2. Codebase Exploration - use code-explorer to analyze the relevant existing code - trace execution paths and architecture layers - understand integration points and conventions ### 3. Clarifying Questions - present findings from exploration - ask targeted design and edge-case questions - wait for user response before proceeding ### 4. Architecture Design - use code-architect to design the feature - provide the implementation blueprint - wait for approval before implementing ### 5. Implementation - implement the feature following the approved design - prefer TDD where appropriate - keep commits small and focused ### 6. Quality Review - use code-reviewer to review the implementation - address critical and important issues - verify test coverage ### 7. Summary - summarize what was built - list follow-up items or limitations - provide testing instructions

// original public source
affaan-m/ECC
/commands/feature-dev.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/feature-dev.md" "https://raw.githubusercontent.com/affaan-m/ECC/main/commands/feature-dev.md"
Then in Claude Code, type /feature-dev to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoraffaan-m
Stars 240.5k
LicenseMIT License
UpdatedMay 24, 2026
Format.md
AccessFree
// similar

Skills Project management

View allarrow_forward