Skip to content

/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 the user types /prd:atlas, says "I want to build", or asks for a PRD / task-driven build.

From plugin
prd
59610 skills1 agent2 hooks1 MCP
Install
$ npx -y skills add anombyte93/prd-taskmaster --skill atlas --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/atlas

Context preview

The summary Claude sees to decide when to auto-load this skill.

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 the user types /prd:atlas, says "I want to build", or asks for a PRD / task-driven build.

SKILL.md

atlas.SKILL.md
name: atlas
description: >-
  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
  the user types /prd:atlas, says "I want to build", or asks for a PRD / task-driven build.
user-invocable: true
allowed-tools:
  - Skill

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.

Ships withprd

prd-taskmaster by Atlas AI is an open-source engine for Claude Code that takes a one-line goal, interviews you like a senior PM, writes a **graded, placeholder-proof PRD, compiles it into a **dependency-ordered task graph, and executes every task with

Get the whole plugin, auto-invoked
Stats
598
Stars
58
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
10mo ago
Created

Repo: anombyte93/prd-taskmaster

Other skills on prd.

discover
Auto-invokedSkill

discover

Phase 1 of the prd-taskmaster pipeline: brainstorm-driven discovery. Delegates to superpowers:brainstorming in Interactive Mode (one adaptive question at a…

@anombyte93@anombyte93View Skill
execute-task
Auto-invokedSkill

execute-task

Execute the next TaskMaster task using the implementation plan with CDD verification. Picks the next ready task, matches it to the plan step, implements via a…

@anombyte93@anombyte93View Skill
generate
Auto-invokedSkill

generate

Phase 2 of the prd-taskmaster pipeline: spec generation and task parsing. Loads a template (comprehensive|minimal), fills it with DISCOVER-phase constraints…

@anombyte93@anombyte93View Skill