Skip to main content
ClaudeWave
Skill584 estrellas del repoactualizado 19d ago

atlas

The atlas skill serves as the branded entrypoint for the Atlas engine workflow system. It immediately delegates to the `go` orchestrator, which manages pipeline state and routes execution through sequential phases: SETUP, DISCOVER, GENERATE, HANDOFF, and EXECUTE. Use atlas to initiate standardized task workflows without duplicating routing logic.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/anombyte93/prd-taskmaster /tmp/atlas && cp -r /tmp/atlas/skills/atlas ~/.claude/skills/atlas
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# 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.