name: product-review description: >- De-risk surviving Infiquetra ideas before committing to a build. Slots after saga:ideate and before saga:brainstorm or saga:plan. Per idea: riskiest assumption, smallest build-to-learn, success metric threshold, premise check, and operator-confirmed route. argument-hint: "[ideation doc path | topic | idea list]"
Product Review
Use this after saga:ideate when ideas are promising but the bet is not proven enough for full
requirements or implementation planning.
Product review answers: which surviving ideas are worth building, and what is the cheapest way to learn before committing?
It writes docs/product-reviews/YYYY-MM-DD-<topic>-product-review.md. It does not write requirements,
plans, code, issues, Saga state, commits, PRs, or deployment state.
Position
saga:ideategenerates and ranks grounded candidates.saga:product-reviewde-risks those candidates by assumption, experiment, metric, and premise.saga:brainstormdeepens a validated idea into requirements.saga:plancan consume anexperiment-readyprototype as a scoped spike.
Workflow
Resolve the subject from
$ARGUMENTS.- If it is a
docs/ideation/artifact, read the ranked survivors and revivable cut. - If it is a topic or list, treat the named ideas as the review set.
- If the subject is missing, ask for the ideation doc or idea set.
- If it is a
Offer near-miss revivals when an ideation artifact includes a cut list. Use:
python3 plugins/saga/scripts/product_review.py revival --survivors '<json>' --cut '<json>'Review each idea one at a time:
- riskiest assumption;
- smallest build-to-learn;
- success metric and concrete threshold;
- premise check against current grounding.
Compute route recommendations with:
python3 plugins/saga/scripts/product_review.py route --ideas '<json>'Confirm routes with the operator before treating them as real.
Write the product-review artifact using
references/product-review-template.md.Route onward:
- prototypes ->
saga:planwithmaturity: experiment-ready; - full builds ->
saga:brainstormwithmaturity: requirements-ready; - parked ideas ->
deferred-context.
- prototypes ->
Rules
- A route without a threshold is not actionable. Ask for the threshold or record
needs_threshold. - A failed premise parks the idea, even if it is otherwise attractive.
- The helper recommends; the operator decides.
- Use repo-relative paths in written artifacts.
- Follow
saga/references/formatting-style.md.
References
references/product-review-template.mdplugins/saga/scripts/product_review.pysaga/references/formatting-style.md