← ClaudeAtlas

decision-mappinglisted

Use when a loose idea is too big for one agent session and the way to the finish line is not visible yet — "where do I even start", "we need to figure out X before we can plan", a space with several open questions that hang on each other. Charts a committed markdown decision map: a named destination, explicit out-of-scope, typed tickets (research / prototype / grilling / task, each HITL or AFK), blocking edges, and a fog frontier that advances one resolved ticket at a time. Produces decisions, not deliverables. Not for scoring options against criteria (`decision-matrix`) or for sequencing work already decided (`roadmap`, `blueprint`).
RubyEyedReaper/Odin-Skills · ★ 0 · DevOps & Infrastructure · score 68
Install: claude install-skill RubyEyedReaper/Odin-Skills
# Decision Mapping — chart the way before planning it A loose idea has arrived: too big for one agent session, and wrapped in fog. The way from here to the **destination** is not visible yet. This skill charts that way as a **decision map** — a single committed markdown file — then works its **decision tickets** one at a time until the route is clear. The destination varies per effort, and naming it is the first act of charting: a spec to hand off, a decision to lock before planning starts, or a change made in place. The map is domain-agnostic. **Plan, don't do.** Each ticket resolves a decision; the map is done when nothing is left to decide before someone goes and builds. The pull to just do the work is the signal you have reached the edge of the map and it is time to hand off — to `writing-plans`, `superplan`, or `blueprint`. An effort can override this in its `## Notes`; absent that, produce decisions, not deliverables. **Refer by name.** Tickets have names — their headings. In everything a human reads, use the name, never a bare number. A wall of `#3, #4, #7` is illegible; names read at a glance. The numbers exist so blocking edges can point at something stable, and they ride inside the name, never instead of it. ## Where the map lives One markdown file per effort, **committed** alongside the work it plans: | Effort | Path | |---|---| | Harness | `.claude/docs/plans/<YYYY-MM-DD>-<effort>-map.md` | | Project | `<project>/docs/plans/<YYYY-MM-DD>-<effort>-map.md` |