원클릭으로
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.