一键导入
brat-product
Product phase skill. Input: user intent + current product KB. Output: structured product requirements as zkb notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Product phase skill. Input: user intent + current product KB. Output: structured product requirements as zkb notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Architecture phase skill. Input: product requirements + current arch KB. Output: architecture design as zkb notes.
Auto-bootstrap skill. Input: codebase scan. Output: product/architecture notes + consistency score + inconsistencies.
Implementation phase skill. Input: architecture design. Output: working code with tests, written in swimlanes.
Memory phase skill. Input: session findings. Output: structured memory notes in KB.
Review phase skill. Input: completed implementation artifact. Output: merge decision or human approval request.
| name | brat-product |
| description | Product phase skill. Input: user intent + current product KB. Output: structured product requirements as zkb notes. |
Analyze user intent and produce structured product requirements stored in the zkb product knowledge base.
{
"intent": "string (user's natural language request)",
"product_context": "string (relevant product notes from KB)",
"existing_features": ["string (list of known features from KB)"],
"constraints": "string (business/technical constraints)"
}
{
"action": "create_requirements|update_requirements|answer",
"requirements": {
"title": "string",
"user_stories": [
{
"story": "string (As a X, I want Y, so that Z)",
"acceptance_criteria": ["string"],
"priority": "P0|P1|P2"
}
],
"acceptance_tests": ["string (test descriptions)"],
"notes_to_create": [
{
"title": "string",
"body": "string",
"tags": ["string"],
"type": "fleeting|permanent|structure"
}
]
},
"answer": "string (if action=answer)",
"escalation_reason": "string (if unclear)"
}
fleeting notes for raw ideas, permanent for validated requirements