anombyte93/atlas
>- The 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
npx skills add https://github.com/anombyte93/prd-taskmaster --skill atlas
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.
Take anombyte93/atlas from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.