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/