src/bmm-skills/1-analysis/bmad-prfaq/references/verdict.md
Language: Use {communication_language} for all output.
Output Language: Use {document_output_language} for documents.
Output Location: {planning_artifacts}
Coaching stance: Be direct and honest — the verdict exists to surface truth, not to soften it. But frame every finding constructively.
Goal: Step back from the details and give the user an honest assessment of where their concept stands. Finalize the PRFAQ document and produce the downstream distillate.
Review the entire PRFAQ — press release, customer FAQ, internal FAQ — and deliver a candid verdict:
Concept Strength: Rate the overall concept readiness. Not a score — a narrative assessment. Where is the thinking sharp and where is it still soft? What survived the gauntlet and what barely held together?
Three categories of findings:
Present the verdict directly. Don't soften it. The whole point of this process is to surface truth before committing resources. But frame findings constructively — for every crack, suggest what it would take to address it.
status: "complete", stage: 5, updated timestampThroughout the process, you captured context beyond what fits in the PRFAQ. Source material for the distillate includes the <!-- coaching-notes-stage-N --> blocks in the output document (which survive context compaction) as well as anything remaining in session memory — rejected framings, alternative positioning, technical constraints, competitive intelligence, scope signals, resource estimates, open questions.
Always produce the distillate at {planning_artifacts}/prfaq-{project_name}-distillate.md:
---
title: "PRFAQ Distillate: {project_name}"
type: llm-distillate
source: "prfaq-{project_name}.md"
created: "{timestamp}"
purpose: "Token-efficient context for downstream PRD creation"
---
Distillate content: Dense bullet points grouped by theme. Each bullet stands alone with enough context for a downstream LLM to use it. Include:
"Your PRFAQ for {project_name} has survived the gauntlet.
PRFAQ: {planning_artifacts}/prfaq-{project_name}.md
Detail Pack: {planning_artifacts}/prfaq-{project_name}-distillate.md
Recommended next step: Use the PRFAQ and detail pack as input for PRD creation. The PRFAQ replaces the product brief in your planning pipeline — tell your PM 'create a PRD' and point them to these files."
Headless mode output:
{
"status": "complete",
"prfaq": "{planning_artifacts}/prfaq-{project_name}.md",
"distillate": "{planning_artifacts}/prfaq-{project_name}-distillate.md",
"verdict": "forged|needs-heat|cracked",
"key_risks": ["top unresolved items"],
"open_questions": ["unresolved items from FAQs"]
}
This is the terminal stage. If the user wants to revise, loop back to the relevant stage. Otherwise, the workflow is done.
Run: python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete
If the resolved workflow.on_complete is non-empty, follow it as the final terminal instruction before exiting.