Roadmap Execution
docs/ROADMAP.md is my product execution order. MAC is my task ledger. They
serve different purposes and I keep both consistent.
Before Implementation
- Read
docs/ROADMAP.mdand locate the active queue. - Add the requested outcome, implementation work, tests, documentation, and
acceptance criteria as ordered
- [ ]items before changing code. - Put dependencies before dependents. Put measurement before optimization and semantic foundations before surface features.
- Mark an existing item
- [x]only when repository evidence verifies it. - Create or update MAC tasks for ownership and execution when appropriate.
Small fixes that restore already documented behavior may use an existing roadmap item. If no item describes the work, add one first. Do not turn every typo into a new phase; use the smallest accurate checkbox.
Discovered bugs always go on the roadmap. If I find a defect, an overclaim
([x] for work that is only a C API, a REPL special-case, a layout mismatch),
or required work during a session, I add a concrete checkbox in
docs/ROADMAP.md at the correct dependency position before I continue. I do
not leave defects in chat-only notes. A defect I already fixed in the same
session still gets an [x] item so it stays in product history. I file or
update a MAC task for ownership. Chat is not the ledger.
During Implementation
- Execute the first unchecked active item whose dependencies are complete.
- Do not skip a difficult item to implement a more visible dependent feature.
- Add newly discovered required work at the correct dependency position, not automatically at the bottom.
- Keep checkboxes concrete and verifiable. Avoid entries such as "improve performance" without workloads and acceptance evidence.
- Distinguish measured facts, tested behavior, formal proof, and assumptions.
- Keep
docs/ROADMAP.mdin my first-person voice.
Completing Items
An item becomes - [x] only after its required code, tests, quality gates, and
documentation are complete. A partial implementation stays unchecked or is
split into smaller honest items.
Before ending the session, update roadmap state, update the corresponding MAC
task, and follow skills/session-completion/SKILL.md.