roadmap-analysis

Analyze ROADMAP.md to identify pending tasks and propose three candidates.

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/bartoszwarzocha/kalahari --skill roadmap-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap-analysis
Source: https://github.com/bartoszwarzocha/kalahari/tree/main/.claude/skills/roadmap-analysis
Command: npx skills add https://github.com/bartoszwarzocha/kalahari --skill roadmap-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams interpret ROADMAP.md, identify pending items, and propose actionable next steps.

Core Features & Use Cases

  • Finding Pending Items: search for [ ] patterns to identify unfinished work.
  • Proposing Tasks: select 3 uncompleted items and present them for selection.
  • Updating ROADMAP: mark completed tasks with [x] while keeping the format simple.

Quick Start

Scan ROADMAP.md to locate the current phase, select 3 pending [ ] items, and present them to the user.

Frequently Asked Questions about roadmap-analysis

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

FAQPage Schema
How do I identify pending tasks in a ROADMAP.md file?

Roadmap analysis scans ROADMAP.md for uncompleted items marked with [ ] checkboxes, surfaces them by phase, and presents three candidate tasks for selection. This approach locates current progress and highlights what remains unfinished in your project workflow.

Can I automate task triage from my project roadmap?

Yes. Roadmap analysis parses your ROADMAP.md to automatically extract pending items, propose actionable next tasks, and enforce consistent checkbox formatting. It eliminates manual scanning and keeps your task list organized.

How do I keep ROADMAP.md and CHANGELOG in sync when completing tasks?

Roadmap analysis updates both files consistently when you mark tasks complete. It marks items with [x] in ROADMAP.md and reflects those changes in CHANGELOG, maintaining a single source of truth across your documentation.

What format does roadmap analysis expect for task tracking?

Roadmap analysis works with standard Markdown checkbox syntax in ROADMAP.md files. It parses [ ] for pending items and [x] for completed ones, respecting OpenSpec conventions and avoiding task numbering to keep format simple and readable.

Can I use roadmap analysis with existing project management workflows?

Yes. Roadmap analysis integrates into software product workflows where ROADMAP.md serves as the source of truth. It fits teams already using Markdown-based planning and OpenSpec documentation structures.

What happens if my roadmap spans multiple phases?

Roadmap analysis locates your current phase within ROADMAP.md, identifies uncompleted items in that section, and proposes tasks in context. This helps you focus on what's active rather than scanning the entire document.