Feature Development Workflow Complete workflow for developing new features from design to deployment. Phases 1. Architecture Design Define: - Component structure - Data models - API contracts - Integration points - Dependencies Output: Architecture diagram, component list, API specs Agent: for complex features 2. Implementation Planning Break down into: - Discrete tasks (< 2 hours each) - Dependencies between tasks - Parallel workstreams Output: Task list with estimates 3. Implementation Guidelines: - Write tests alongside code (TDD optional but helpful) - Commit frequently (atomic commits) -…