Daily Workflow¶
Use this loop after the project rails exist.
Before Work¶
- Sync the default branch.
- Read
docs/PRODUCT_TIMELINE.md. - Pick the first unchecked item.
- Create a small branch.
During Work¶
- Build only that item.
- Update docs if scope or behavior changes.
- Add tests or verification notes.
- Avoid unrelated cleanup.
After Opening The PR¶
- Add the PR number to the matching timeline item.
- Change
[ ]to[x]. - Push the tracker update.
- Wait for checks or run local verification.
- Report the next unchecked item.
After Merge¶
Tell the agent:
Merged. Sync main, read docs/PRODUCT_TIMELINE.md, and build the next PR.
Keep the tracker updated.