plastic-roadmap

Solid

Use when the user wants to plan a delivery batch, order waves of intents, ship a batch of intents in one go, track a named collection of intents toward a goal, or asks for a "roadmap". Creates and maintains a roadmap file, a delivery-side collection of intents (the counterpart to a release), separate from INDEX.md status tracking.

AI & Automation 10 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Roadmap A roadmap is a named, ordered, delivery-side collection of intents: the delivery-side counterpart to a release (completion-side, `CHANGELOG.md`). It lives at `roadmaps/{slug}.md`, a sibling of `INDEX.md` wherever `INDEX.md` lives: the global tier's `~/.plastic/roadmaps/` (beside `~/.plastic/INDEX.md`), or a project's root, `~/.plastic/projects/{slug}/roadmaps/` (beside that project's `INDEX.md` and `project.yml`). It never sits inside `store/`, which holds intent directories, not project artifacts. A roadmap file has four parts: a title/meta header, `## Goal` (prose), `## Batches` (ordered; entries inside a batch are parallel-safe, batches run sequentially), and an append-only dated `## Log`. A roadmap written before owner ruling 145 may instead use the legacy `## Waves` heading; reading accepts both, but every new roadmap is scaffolded with `## Batches`, and an existing roadmap file's heading is never renamed to migrate it. Each batch entry mirrors that intent's status in `INDEX.md` (`queued`/`delivering`/`delivered`/`abandoned`/`blocked`). **`INDEX.md` is the single writer of intent status; on any conflict INDEX wins and the roadmap entry is corrected to match.** The skill operates on the roadmap file directly via Read/Edit. The one deterministic helper it uses is the savepoint ledger writer (`scripts/roadmap-savepoint`, `append`/`rebuild`); every verb's closing step calls `append` after its Read/Edit, and the roadmap `.md` file itself stays Read/Edit-only. #...

Details

Author
zalom
Repository
zalom/plastic
Created
3 months ago
Last Updated
today
Language
Ruby
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category