[WSJF-4] Sprint decomposition: extract first, then generate parser separately #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Article: break complex tasks into managed chunks with contracts between stages.
Problem
Extraction and parser generation happen in one prompt. If extraction is wrong, the parser encodes the wrong patterns.
Proposal
WSJF: 4 (Medium value, but larger size due to 2 API calls)