Feature Development Workflow Step-by-step process for developing features properly. Phase 1: Design Agents: - Design feature architecture - Identify components and boundaries - Define API contracts - Document data flow Output: Architecture diagram, component list, API contracts Phase 2: Planning Agents: - Break down into implementable tasks - Identify dependencies - Estimate timeline - Define acceptance criteria Output: Task breakdown, dependency graph, timeline Phase 3: Implementation - Implement feature following architecture - Work in small, testable increments - Commit frequently with cle…