prd-taskmaster

Featured

Zero-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.

AI & Automation 587 stars 58 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
92
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# prd-taskmaster — the Atlas engine Zero-config goal-to-tasks engine. AI handles discovery and content; the engine backend (MCP server preferred, `script.py` fallback — see Phase 0) handles mechanics. **Command:** `/atlas` is the canonical invocation (or `/prd-taskmaster`, or just say "I want to build …"). The full plugin install also exposes phase skills; this standalone skill runs the whole pipeline inline. **Script:** `~/.claude/skills/prd-taskmaster/script.py` (all commands output JSON). It is a thin shim over the bundled `prd_taskmaster/` package — the single source of truth shared with the plugin. **Manual flag:** If the user says `--manual`, `manual=true`, or "do it manually", perform the TaskMaster mechanics yourself: write `.taskmaster/docs/prd.md`, write `.taskmaster/tasks/tasks.json` with tasks and subtasks, run `validate-tasks`, then run `enrich-tasks`. Do not block on TaskMaster CLI/MCP parsing. ## When to Use Activate: PRD, product requirements, taskmaster, task-driven development, "I want to build X", any goal. Skip: API docs, test specs, project timelines, PDF creation. ## Phase 0: Engine Backend Resolution (MANDATORY — before any other engine operation) The engine has two interchangeable backends: the **atlas-engine MCP server** (preferred) and **script.py** (zero-dependency fallback). Resolve which one this session uses NOW. Do NOT silently default to script.py. **Claude Code note — deferred tools:** MCP tools are often *deferred*: their names appea...

Details

Author
anombyte93
Repository
anombyte93/prd-taskmaster
Created
10 months ago
Last Updated
6 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

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.

587 Updated 6 days ago
anombyte93
AI & Automation Listed

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).

4 Updated 4 days ago
lukedj78
AI & Automation Featured

setup

Phase 0 of the prd-taskmaster pipeline. Resolves the active backend, initializes the project, configures the provider stack when the TaskMaster backend is active (DETECT-FIRST — never overwrite a working user config), and verifies the AI pipeline. Autonomous: zero user questions unless a hard block is hit. Declares the Setup phase complete so DISCOVER can follow.

587 Updated 6 days ago
anombyte93