rc-roadmap

Solid

Author and read the loop roadmap — the human-owned list of high-level phases (epics) that an autonomous creator loop walks one at a time. Use to create or reorder .rc/ROADMAP.md before starting a loop, to add the next batch of phases when a loop exhausts, or to read the next unchecked phase. Creating and reordering phases is the human intent step a loop cannot do for itself. Do not use to plan a single phase's tasks (rc-create-tasks), to run the loop (rc-loop), or to track task-level status (the task files under .rc/tasks/).

AI & Automation 19 stars 1 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Loop Roadmap `.rc/ROADMAP.md` is the **source of truth an autonomous loop reads each iteration**. It holds high-level phases (epics), not task detail — a phase is planned in full only when the one before it is done, because a creator loop builds on what already exists and cannot plan the far future blind. Authoring and reordering phases is a **human decision**: the loop executes intent, it does not invent it (a loop resolves *how*, never *whether*). Confirm the roadmap with the user before a loop consumes it. Read `references/roadmap-format.md` before creating or editing the file — it holds the exact template, the checkbox legend, and the invariants a loop depends on. ## create — author or extend the roadmap 1. Establish the project's `.rc/` base (nearest `.rc` walking up; default `./.rc`). 2. If `.rc/ROADMAP.md` is missing, do a brief exploration (or read the PRD/TechSpec under `.rc/tasks/` if present) and draft phases at **epic** granularity — each ends in something runnable, with a one-line **`> Done when:`** gate. 3. State the **hard dependency order** and mark that phases never run in parallel. 4. **Confirm the phase list and order with the user** before any loop runs. This is the intent gate; do not skip it. When a loop exhausts (see `rc-loop`), the human re-enters here to research and append the next batch of phases — the roadmap grows in stages, it is not written all at once. ## next — resolve the next actionable phase Return the first phase whose ch...

Details

Author
rodolfochicone
Repository
rodolfochicone/rc-project
Created
1 months ago
Last Updated
2 weeks ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

rc-loop

Autonomous creator-loop driver (Claude Code only) — walks .rc/ROADMAP.md one phase at a time, planning, executing, and verifying each phase without per-step human gates, until the roadmap is exhausted or a phase cannot reach a green gate. Use to advance a roadmap unattended for a long-running build/migration on a Claude Code host, after the loop-readiness gate passes. Do not use without a passing readiness gate, without a .rc/ROADMAP.md (author it with rc-roadmap first), on non–Claude Code hosts (run each phase's tasks via rc-execute-task), or for a single task (rc-execute-task) or a fixed pre-authored task set (rc-tasks-workflow).

19 Updated 2 weeks ago
rodolfochicone
AI & Automation Listed

roadmap

Use when the user asks what to work on next, wants to start the next thing, adds or tracks a feature, page, function or integration, initializes a project, asks what is left to build, wants work batched into parallel waves or phases, wants competing items prioritized or ranked, or the roadmap needs reconciling against reality.

0 Updated 2 days ago
RubyEyedReaper
AI & Automation Listed

roadmap

Tracks features across their lifecycle in a live, per-repo roadmap — every RD, plan, and task and the lifecycle stage each is in. Layout-aware: a single plans/00-roadmap.md in flat layout, or a two-tier per-feature + portfolio roadmap under codeops/ in nested layout. Use when the user says "roadmap", "make_roadmap", "update_roadmap", "review_roadmap", "show_roadmap", "archive_roadmap", or "compact_roadmap". Covers six actions: make_roadmap (create + seed rows from disk), update_roadmap (re-infer stages, sync to disk, cascade to the portfolio), review_roadmap (read-only health check for drift/broken links), show_roadmap (read-only status overview — progress, stages, and next steps), archive_roadmap (move a completed feature to the archive), and compact_roadmap (slim a bloated roadmap: strip the legacy Notes log and trim fat cells). Detects the action from the user's phrasing or arguments and branches. The roadmap is the cross-session source of truth at the RD/plan altitude, above any single execution plan.

4 Updated 3 weeks ago
blendsdk