Agent Skills
› anombyte93/prd-taskmaster
› atlas
atlas
GitHubAtlas引擎的品牌入口,用于将目标转化为验证过的PRD和可执行任务图。本身无逻辑,需立即调用go编排器处理请求。适用于用户输入/prd:atlas、表示想构建或要求基于任务的构建场景。
Trigger Scenarios
用户输入 /prd:atlas
用户表达 'I want to build' 意图
用户要求生成 PRD 或基于任务的构建
Install
npx skills add anombyte93/prd-taskmaster --skill atlas -g -y
SKILL.md
Frontmatter
{
"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.",
"allowed-tools": [
"Skill"
],
"user-invocable": true
}
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.
Version History
- 5ac4b54 Current 2026-07-05 10:38


