---
name: Atlas
slug: atlas-2
category: AI Engineering
description: Atlas turns a goal into a validated PRD and an executable, verified task graph by handing off to the go orchestrator. Use it when a user asks to build something or requests a PRD-driven workflow.
github: "https://github.com/anombyte93/prd-taskmaster/tree/main/skills/atlas"
language: Python
stars: 591
forks: 58
install: "npx degit https://github.com/anombyte93/prd-taskmaster/tree/main/skills/atlas ~/.claude/skills/atlas"
installs_to: ~/.claude/skills/atlas
source_path: skills/atlas/SKILL.md
collection_size: 11
category_size: 2451
collection_url: "https://dirskills.com/collections/anombyte93/prd-taskmaster"
added: 2026-08-25T05:13:35.881Z
last_synced: 2026-08-25T05:13:35.881Z
canonical_url: "https://dirskills.com/skills/atlas-2"
---

# Atlas

Atlas turns a goal into a validated PRD and an executable, verified task graph by handing off to the go orchestrator. Use it when a user asks to build something or requests a PRD-driven workflow.

**Install:**

```bash
npx degit https://github.com/anombyte93/prd-taskmaster/tree/main/skills/atlas ~/.claude/skills/atlas
```

## README

# atlas (entrypoint alias)

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.
