← ClaudeAtlas

prd-taskbreakerlisted

Turn an idea into a spec-driven PRD (goals, non-goals, EARS-style numbered requirements, technical decisions), then numbered tasks each tracing to one requirement with a runnable "Done when" — ready for an AI coding agent to build without over-engineering. Output PRD.md (+PLAN.md when architectural) + TASKS.md. Use on a feature request, when starting a project, or when planning must precede coding. Triggers: 'buat PRD', 'tulis PRD', 'write a PRD', 'pecah jadi task', 'break into tasks', 'planning fitur baru', 'spec this feature', 'rencanakan sebelum coding', 'plan before coding'. Diagrams (ERD/sequence/C4) to mermaid-diagram, API contracts to openapi-spec, rewriting an existing PRD to volumx-writer. NOT code, NOT marketing copy (content, copywriting).
ongkipro/dotfiles · ★ 0 · Code & Development · score 53
Install: claude install-skill ongkipro/dotfiles
# PRD Taskbreaker Raw idea → spec-driven PRD → numbered tasks an AI agent can build **without over-engineering**. The binding rule: **every task has exactly one primary accepted requirement; any other requirement or quality IDs are constraints.** A task with no primary requirement is YAGNI — cut it. Requirement acceptance criteria, task completion, test procedures, and observed evidence remain separate (see Verification vocabulary). ## Flow ``` [Idea] → [0. Inspect authority, repository, and existing flow] → [1. Clarify — GATE, resolve material ambiguity] → [2. PRD.md — context + goals + non-goals + numbered requirements] → [3. UX/design handoff — only when browser-visible] → [4. PLAN.md — ONLY if it touches architecture/DB/integration] → [5. Review contract and real alternatives] → [6. TASKS.md — each task → one primary requirement, constraints, deps, Done-when] → (per task) implement → run its TEST → record observed EVID → commit additively ``` ## Modes - **`prd`** — PRD only, from a description - **`plan`** — technical PLAN from an existing PRD (architectural features) - **`tasks`** — break an existing PRD/PLAN into tasks - **`full`** *(default)* — clarify → PRD → (plan if needed) → tasks in one run - **`update`** — update existing artifacts; preserve every accepted requirement and task ID (never renumber or reuse it); append new IDs and explicitly supersede changed accepted items ### Suite-pack mode If a `developmen