Decompose PRD into verification tickets
refine-prdworkflowsetup L3★26
gregorydickson/pickle-rick-claude ↗What it does
fan out and consolidate prd
Best for
Breaking down large PRDs into atomic, testable tickets via parallel analyst team.
Inputs
- · {codexOutput?, opencodeOutput?, priorRoundFindingCount?, roundNum?}
- · [{file, count, diagPath}]
- · {topic: string, answers?: [{question, answer}]}
Outputs
- · Refined manifest with tickets
- · Drafted specification document
Requires
- · Read tool
- · Grep tool
- · Write tool
- · Claude API (subagent)
Preconditions
- · PRD document exists
Failure modes
- · Schema validation failure (agent output mismatch)
- · Subagent timeout or rejection
- · Unable to parse freeform output (parse phase failure)
- · Agent cannot access required files
Trust signals
- · JSON Schema validation enforced on every output
- · Codebase claims grounded via Grep (file:line)