Summarize Roadmap banner
kesteva kesteva

Summarize Roadmap

Productivity community

Description

--- description: Summarize the backlog as a one-line-per-task roadmap, grouped by epic allowed-tools: [Read, Glob, Bash] --- # /soloflow:summarize-roadmap Print the current state of the backlog as a roadmap-style report: one line per active task, grouped by epic, with totals at the bottom. Read-only — no state mutations, no agent spawns. ## Steps 1. **Check initialization.** If `.soloflow/` does not exist, report: "SoloFlow not initialized. Run `/soloflow:init` first." and stop. 2. **Fetch

Installation

Installs to ~/.claude/skills/kesteva-soloflow-summarize-roadmap/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kesteva-soloflow-summarize-roadmap && curl -fsSL https://raw.githubusercontent.com/kesteva/soloflow/HEAD/commands/summarize-roadmap.md -o ~/.claude/skills/kesteva-soloflow-summarize-roadmap/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository