workflow-practices
Quick Start
- •Read codebase -> Create todo list -> Check plan -> Execute
- •NEVER revert user changes or overwrite intentional code
- •Do NOT create git commits unless explicitly requested
- •Respect project's tooling decisions
Key Principles
- •Work WITH user changes, not against them
- •Fully implement all functionality (no placeholders)
- •Be concise, minimize prose
- •If uncertain, say so
References
See rules.md for complete conventions.