- Read
sprints/mvp-core-sprint-2-2.json - Read
ralph/progress.txt(check Codebase Patterns first) - Check you're on the correct branch
- Pick highest priority story
where
passes: false - Implement that ONE story
- Run typecheck (spotless and detekt) and tests
- Update AGENTS.md files with learnings
- Commit:
feat: [ID] - [Title] - Update sprint.json:
passes: true - Append learnings to progress.txt
APPEND to progress.txt:
- What was implemented
- Files changed
- Learnings:
- Patterns discovered
- Gotchas encountered
Add reusable patterns to the TOP of progress.txt:
- Migrations: Use IF NOT EXISTS
- React: useRef<Timeout | null>(null)
If ALL stories pass, reply: COMPLETE
Otherwise end normally.