解析PRD,决定水平拆分策略,生成带验收标准的mini-PRD。当主协调器收到初始PRD或需要重新拆分工作时使用。
解析PRD文件,创建项目结构并拆分为带验收标准的mini-PRD。当主协调器收到初始PRD或需要重新拆分时触发,生成meta.yaml和sections目录结构。
/plugin marketplace add blueif16/amazing-claude-code-plugins/plugin install infistack@plugin-market-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
所有者: 仅主协调器
docs/prds/reddit-bot.md)当接收到 PRD 时,创建以下结构:
docs/prds/reddit-bot/
├── original.md # 移动的原始 PRD(非复制)
├── meta.yaml # 项目元数据和进度跟踪
└── sections/ # 各部分的详细信息
├── auth/
│ ├── mini-prd.md
│ └── checklist.md
└── payments/
├── mini-prd.md
└── checklist.md
重要: 原始 PRD 文件必须被移动(mv)而非复制,确保单一数据源。
默认行为:始终创建目录结构和 sections,即使 PRD 很小
拆分策略:
project: reddit-bot
created: 2025-01-15T10:00:00Z
original_prd: ./original.md
status: in_progress # in_progress | completed | blocked
sections:
auth:
status: pending # pending | in_progress | completed | blocked
branch: reddit-bot/auth
progress: "0/4"
files_created: []
payments:
status: pending
branch: reddit-bot/payments
progress: "0/5"
files_created: []
merge_status:
completed: []
pending: []
conflicts: []
# 认证模块
## 范围
实现用户注册、登录和令牌管理功能。
## 验收标准
- 用户可以使用邮箱/密码注册
- 登录时签发 JWT 令牌
- 受保护路由拒绝无效令牌
- 刷新令牌轮换正常工作
## 上下文边界
**拥有:** src/auth/*, src/middleware/auth.ts
**读取:** src/config/*, src/types/*
**禁止:** src/payments/*, src/ui/*
编排完成后,立即将 meta.yaml 路径移交给 execution-manager。execution-manager 将:
prd-orchestrator 只负责规划,不执行具体实现。
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.