Agent Skills
› anombyte93/prd-taskmaster
› atlas
atlas
GitHubAtlas引擎的品牌入口,本身无逻辑,用于将目标转化为PRD及任务图。当用户输入/prd:atlas、表示要构建或请求PRD时触发。它不执行具体步骤,而是立即调用go编排器处理后续流程。
触发场景
用户输入 /prd:atlas
用户说 'I want to build'
用户请求 PRD 或任务驱动构建
安装
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.
版本历史
- 5ac4b54 当前 2026-07-05 10:38


