ワンクリックで
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 ページを確認してインストールできます。
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
SOC 職業分類に基づく
| 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.