* fix(quick-dev): tighten ready standard
Add sufficiency and coherence criteria so approval does not mask unresolved gaps, ambiguities, or contradictions in generated specs.
* fix(quick-dev): verify acceptance before review
Make the active session verify both tasks and acceptance criteria before review, and remove the redundant acceptance auditor review layer.
* fix(quick-dev): persist review loop counter
Store the review loop counter in spec frontmatter so loopbacks cannot reset it by re-reading the review step file.
* style(quick-dev): normalize subagent spelling
Use subagent and subagents consistently across Quick Dev step files.
* docs(quick-dev): clarify customization comments
Replace internal merge jargon and stale workflow comments with plain descriptions of the Quick Dev customization file behavior.
* fix(quick-dev): structure deferred work entries
Make Quick Dev append deferred work as source_spec, summary, and evidence entries without modifying existing entries or deduplicating during the run.
Teach quick-dev step-01 what BMAD phase 1-3 planning artifacts are (PRD,
architecture, UX, epics, product brief) so it can selectively load relevant
docs instead of guessing from code alone. Remove hard cap of 3 on spec
context field, replacing with judgment guidance. Instruct step-03 to
explicitly pass context files to the implementation sub-agent.
The frontmatter `title` field is the single source of truth.
The duplicate `# {title}` H1 heading was redundant and has been removed.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>