# Roadmap Execution

> Plan and execute repository product work through docs/ROADMAP.md. Use this before starting features, refactors, optimization programs, or other work with multiple deliverables. Add ordered checkboxes first, execute from top to bottom, and mark only verified work complete.

- Skill: `jordanhubbard/roadmap-execution` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jordanhubbard/roadmap-execution`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jordanhubbard/roadmap-execution/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: jordanhubbard (https://skillmd.com/u/jordanhubbard)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jordanhubbard/roadmap-execution

---


# 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

1. Read `docs/ROADMAP.md` and locate the active queue.
2. Add the requested outcome, implementation work, tests, documentation, and
   acceptance criteria as ordered `- [ ]` items before changing code.
3. Put dependencies before dependents. Put measurement before optimization and
   semantic foundations before surface features.
4. Mark an existing item `- [x]` only when repository evidence verifies it.
5. 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.md` in 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`.

