Roadmap

Organize feature ideas into implementation-ready specs and a sequenced roadmap.

301|17|Updated Dec 19, 2024
One-click install
npx skills add https://github.com/pgflow-dev/pgflow --skill roadmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Roadmap
Source: https://github.com/pgflow-dev/pgflow/tree/main/.claude/skills/notes
Command: npx skills add https://github.com/pgflow-dev/pgflow --skill roadmap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill centralizes and organizes your entire feature development lifecycle, from initial ideas to implementation-ready specifications and a sequenced roadmap. It brings clarity to planning, reduces ambiguity, and ensures alignment across development stages, making complex project management feel like clockwork.

Core Features & Use Cases

  • Full Lifecycle Management: Guides ideas from scratch/ (quick captures) to brewing/ (exploration) to features/ (implementation-ready specs) and finally to roadmap.md (sequenced list).
  • Structured Planning: Provides templates and conventions for feature specifications and roadmap organization, ensuring consistency and detail.
  • Dependency Mapping: Helps define and visualize dependencies and sequencing between features, optimizing development flow.
  • Use Case: When planning the next quarter's features, use this Skill to search existing ideas, promote promising ones, refine them into detailed specs, and then sequence them in roadmap.md, ensuring everyone understands the "what" and "why" of your development plan.

Quick Start

To search for a pattern across all notes (excluding archive):

./.claude/skills/notes/scripts/search "pattern"

To list titles in specific folders:

./.claude/skills/notes/scripts/list-titles "scratch/" "brewing/"

To promote an idea from scratch to brewing (requires git mv):

git -C "$notes" mv scratch/idea-name.md brewing/