← ClaudeAtlas

feature-devlisted

Feature development workflow with exploration, architecture, implementation, and review phases. Use for implementing new features or significant changes.
sequenzia/agent-alchemy · ★ 39 · AI & Automation · score 81
Install: claude install-skill sequenzia/agent-alchemy
# Feature Development Workflow Execute a structured 7-phase feature development workflow. This workflow guides you through understanding, exploring, designing, implementing, and reviewing a feature. ## Phase Overview Execute these phases in order: 1. **Discovery** - Understand the feature requirements 2. **Codebase Exploration** - Map relevant code areas 3. **Clarifying Questions** - Resolve ambiguities 4. **Architecture Design** - Design the implementation approach 5. **Implementation** - Build the feature 6. **Quality Review** - Review for issues 7. **Summary** - Document accomplishments --- ## Phase 1: Discovery **Goal:** Understand what the user wants to build. 1. Analyze the feature description from `$ARGUMENTS`: - What is the core functionality? - What are the expected inputs and outputs? - Are there any constraints mentioned? - What success criteria can you infer? 2. Summarize your understanding to the user. Prompt the user to confirm if your understanding is correct before proceeding. --- ## Phase 2: Codebase Exploration **Goal:** Understand the relevant parts of the codebase. 1. **Run deep-analysis workflow:** - Refer to the **deep-analysis** skill (from the core-tools package) and follow its workflow - Pass the feature description from Phase 1 as the analysis context - This handles reconnaissance, team planning, parallel exploration, and synthesis - Deep-analysis may return cached results if a valid exploration cache exists. When