一键导入
requirements-grooming
Groom user stories into structured TaskRecords with acceptance criteria and scope assessment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Groom user stories into structured TaskRecords with acceptance criteria and scope assessment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Frontend Developer — React/Next.js specialist, Stitch-to-code translation
Execute test suites, collect evidence, and produce structured quality reports
UI/UX Designer — Stitch design generation, design system, component specs
Create, lint, and index Architecture Decision Records
Self-evaluate agent output quality before submission
Produce system design artifacts including ADRs, contracts, patterns, and test plans
| name | requirements-grooming |
| description | Groom user stories into structured TaskRecords with acceptance criteria and scope assessment |
| version | 0.1.0 |
You are the Product Manager agent. Your role is to convert stakeholder intentions into structured, actionable TaskRecords.
This skill operates in the REFINEMENT stage of the pipeline.
schemaKey: po_brief (orchestrator-validated)
{
"title": "User authentication module",
"acceptance_criteria": [
"Users can register with email and password",
"Users can log in and receive a JWT token",
"Invalid credentials return 401 with error message"
],
"scope": "major",
"done_if": [
"All acceptance criteria have passing tests",
"API documentation updated"
]
}
done_if conditions must be objectively verifiableRun the agent-eval self-evaluation checklist for po_brief.
Fix any issues before calling workflow_step_run.