From prd
Entrypoint alias that immediately delegates to the `go` orchestrator to turn a project goal into a validated PRD and executable task graph.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prd:atlasThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is the brand-name entrypoint for the Atlas engine. It holds no procedure of its
This is the brand-name entrypoint for the Atlas engine. It holds no procedure of its
own — immediately invoke the go orchestrator via the Skill tool (/prd:go).
go reads pipeline state and dispatches to the correct phase
(SETUP → DISCOVER → GENERATE → HANDOFF → EXECUTE). Do not duplicate that routing here.
npx claudepluginhub anombyte93/prd-taskmaster --plugin prdCreates structured product plans and build plans with acceptance criteria, architecture, and verification using the planr CLI.
Orchestrates a full build pipeline from PRD: plans tasks, implements in parallel, and reviews results. Routes simple work to a lighter workflow.