prd-taskmaster
FeaturedZero-config goal-to-tasks engine (the Atlas engine). Takes any goal (software, pentest, business, learning), runs adaptive discovery via brainstorming, generates a validated spec, parses into TaskMaster tasks, and hands off to execution. Use when user says "PRD", "product requirements", "I want to build", invokes /atlas, or wants task-driven development.
Install
Quality Score: 92/100
Skill Content
Details
- Author
- anombyte93
- Repository
- anombyte93/prd-taskmaster
- Created
- 10 months ago
- Last Updated
- 4 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
go
Zero-config goal-to-tasks engine. Takes any goal (software, pentest, business, learning), runs adaptive discovery, generates a validated spec, parses into TaskMaster tasks, creates an implementation plan, and executes with built-in CDD verification. Use when user says "PRD", "product requirements", "I want to build", or any goal-driven phrase.
prd-to-tasks
Break down a PRD.md into a concrete, executable `tasks.md` checklist that a developer or an AI agent can pick up and ship. Reads `.workflow/PRD.md` (and `.workflow/PROJECT.md` for context), produces `.workflow/tasks.md` with one task per checkable bullet, grouped by user story or epic, sized to ~2–8 hours each. Output is compatible with beads, GitHub Issues import, `linear-scrum` (via Linear MCP), and ralph-tui task sources. Use when the user says "split this into tasks", "make the issues", "ticket the PRD", "task breakdown", "create the issues from the PRD", or the orchestrator routes here from phase `prd_drafted`. Not for: writing code or implementing the tasks (those run later).
prd-taskbreaker
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).