prd-taskmaster

Solid

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 508 stars 52 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
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
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category