Implement the feature: $ARGUMENTS
Follow these steps:
- •Read your MEMORY.md to recall past architectural decisions
- •Find and read the spec in
docs/specs/for this feature - •If the feature requires significant architecture decisions, create an ADR in
docs/adr/ - •Implement the feature in
src/following project conventions - •Write tests in
tests/(unit + integration for critical paths) - •Run self-review against quality gates in your system prompt
- •Scan for and remove any dead code you introduced or found
- •Update CHANGELOG.md under
## [Unreleased]→### Added/Changed/Fixed - •Update TECH_DEBT.md if any debt was added or resolved
- •Update your MEMORY.md with architectural decisions made
- •Prepare a clear handoff summary for QA review