roadmap-status

Track roadmap task status and archive completed blocks from markdown.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/supermalang/ai-augmented-coding --skill roadmap-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap-status
Source: https://github.com/supermalang/ai-augmented-coding/tree/main/.claude/skills/roadmap-status
Command: npx skills add https://github.com/supermalang/ai-augmented-coding --skill roadmap-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams keep a project roadmap accurate and lightweight by tracking task status, marking completed work, and archiving delivered items without losing history.

Core Features & Use Cases

  • Progress Tracking: Check what is next, what is in progress, and what has already shipped from docs/ROADMAP.md.
  • Completion Updates: Mark roadmap tasks complete while keeping sprint summaries, global status, and delivery ledgers in sync.
  • Safe Archiving: Move completed task blocks into per-sprint archive files so the live roadmap stays focused on active work.
  • Use Case: A developer finishes a sprint item and uses this Skill to confirm the task is done, update the roadmap, and archive the delivered block in one safe workflow.

Quick Start

Use roadmap-status to review the live roadmap, mark the selected task complete, and archive delivered work safely.

Frequently Asked Questions about roadmap-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track project roadmap progress in markdown without losing task history?

Track project roadmap progress in markdown by checking task status, marking completed work, and archiving delivered blocks into per-sprint files. This ensures the live roadmap stays focused on active work while preserving a compact sprint history and a delivered-task ledger.

How do I archive completed task blocks from a markdown roadmap safely?

Archive completed task blocks from a markdown roadmap safely by moving delivered items into per-sprint archive files. This process requires lossless markdown block parsing and CRLF-safe writes to ensure no task history is lost during the update.

Can I use Claude Code to update roadmap task status and sync sprint summaries?

Claude Code can update roadmap task status and sync sprint summaries by marking tasks complete. It applies an idempotent archive update to keep the global status, delivery ledgers, and sprint summaries in sync across the markdown workflow.

What is the best way to keep a markdown project roadmap focused on active work?

The best way to keep a markdown project roadmap focused on active work is archiving delivered task blocks. Moving completed items into separate per-sprint archive files reduces clutter and maintains an accurate delivered-task ledger without losing historical data.

Does roadmap archiving support lossless markdown block parsing for complex tasks?

Roadmap archiving supports lossless markdown block parsing to ensure complex task structures remain intact. It also features CRLF-safe writes and idempotent archive updates, guaranteeing that repeated operations do not duplicate or corrupt task history.

Why do I need an idempotent archive update for markdown task tracking?

You need an idempotent archive update for markdown task tracking to prevent data duplication when marking deliveries. Idempotent operations ensure that applying the same archive command multiple times yields the same result, keeping the sprint history compact and accurate.