ijfw-plan
SolidUse when the user says 'plan this', 'plan it', 'make a plan', 'let's plan', 'draft a plan', 'how should we tackle this', 'break this down', or invokes '/ijfw-plan'. Produces a falsifiable PLAN.md (software, book, campaign, design, research) with task breakdown, dependency wave-table, and success criteria — gated by validatePlan() + ijfw-plan-checker before dispatch.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- FerroxLabs
- Repository
- FerroxLabs/ijfw
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
plan
Use when the user wants a plan instead of execution, or before any non-trivial implementation (multi-file, architectural choice, > 15 min). Writes a concrete actionable markdown plan with bite-sized tasks (2-5 min each), exact file paths, complete code, and verification steps. Adapted from Hermes Agent / obra/superpowers.
plan
Implementation planning skill. Decomposes a design doc, PRD, roadmap, or directly-stated topic into atomic, sequenced issues with dependency graphs and complexity classifications. Use when given a DESIGN-*.md, PRD-*.md, or ROADMAP-*.md to plan, or when the user says "break this into issues", "plan the implementation", "create issues for this", "decompose this", "what tasks do we need", or "make a plan for X". Also use for direct topic planning without a source document. Produces either a self-contained PLAN doc (single-pr) or GitHub milestone and issues (multi-pr).
do-plan
Use when creating or updating a feature plan document. Triggered by 'make a plan', 'plan this', 'flesh out the idea', or any request to scope and plan work before implementation.