بنقرة واحدة
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.