$npx -y skills add anombyte93/prd-taskmaster --skill atlasThe Atlas engine — turn any goal into a validated PRD and an executable, verified task graph. Brand-name entrypoint; a thin alias for the go orchestrator. Use when the user types /prd:atlas, says "I want to build", or asks for a PRD / task-driven build.
| 1 | # atlas (entrypoint alias) |
| 2 | |
| 3 | This is the brand-name entrypoint for the Atlas engine. It holds no procedure of its |
| 4 | own — **immediately invoke the `go` orchestrator** via the Skill tool (`/prd:go`). |
| 5 | |
| 6 | `go` reads pipeline state and dispatches to the correct phase |
| 7 | (SETUP → DISCOVER → GENERATE → HANDOFF → EXECUTE). Do not duplicate that routing here. |