Workflow
Development Flow
- •Brainstorm → plan → implement (for non-trivial features)
- •Write failing test first, then implementation
- •Verify with actual command output before marking done
Commits
Format: <type>: <description>
Types: feat, fix, refactor, test, docs, chore
Plans
- •Make extremely concise. Sacrifice grammar for concision.
- •End with list of unresolved questions, if any.
Don'ts
- •Don't refactor unrelated code
- •Don't add dependencies without asking
- •Don't skip verification step