← ClaudeAtlas

plan-creating-project-planslisted

Comprehensive project planning standards for plans/ directory including folder structure (ideas.md, backlog/, in-progress/, done/), stage-aware naming convention (backlog/done use YYYY-MM-DD__identifier/, in-progress uses identifier/ with no date prefix), five-document file organization (README.md, brd.md, prd.md, tech-docs.md, delivery.md for multi-file default; single README.md for trivially-small single-file exception), BRD/PRD content-placement rules, Gherkin acceptance criteria, and the mandatory structured multiple-choice grilling gates (pre-write and post-write) for resolving design decisions with the user. Essential for creating structured, executable project plans.
wahidyankf/ose-primer · ★ 2 · Data & Documents · score 75
Install: claude install-skill wahidyankf/ose-primer
# Creating Project Plans ## Purpose This Skill provides comprehensive guidance for creating **structured project plans** in the plans/ directory. Plans follow standardized organization, naming conventions, and acceptance criteria patterns for executable, traceable project work. **When to use this Skill:** - Creating new project plans - Organizing backlog items - Converting ideas to structured plans - Writing Gherkin acceptance criteria - Structuring multi-phase projects - Moving plans through workflow stages ## Mandatory Pre-Write and Post-Write Grilling Before writing any plan content, resolve all open design decisions with the user via structured multiple-choice grilling (pre-write grill). After writing the plan, validate and stress-test it with the user the same way (post-write grill). Neither gate is optional. **HARD RULE — 2-4 options required**: Every grilling question MUST present **2-4 concrete, mutually exclusive options**. Each option MUST state its trade-off in one sentence. Exactly one option MUST be marked `(Recommended)` with a one-sentence rationale. Open-ended questions without options are FORBIDDEN. Resolve one decision per question; tightly coupled decisions may be batched in a single multi-question prompt. **Mechanism**: use the `AskUserQuestion` tool (or the harness's native interactive multiple-choice tool) first when available; fall back to inline markdown options when it is not. **Explore before asking**: read the relevant repo artifacts before