rules/common/development-workflow.md
This file extends common/git-workflow.md with the full feature development process that happens before git operations.
The Feature Implementation Workflow describes the development pipeline: research, planning, TDD, code review, and then committing to git.
Research & Reuse (mandatory before any new implementation)
gh search repos and gh search code to find existing implementations, templates, and patterns before writing anything new.Plan First
TDD Approach
Code Review
Commit & Push
Pre-Review Checks