Files
compound-engineering-plugin…/plugins
Trevin Chow c332b41a5b fix(ce-brainstorm): make Phase 4 rendering option-count-conditional and include doc-review in stale-local warning
Address PR review feedback (#633)

Two changes to handoff.md:

- Phase 4 rendering now chooses between the blocking question tool and a
  numbered list based on the visible option count. With 4 or fewer visible
  (no requirements doc, unresolved Resolve Before Planning, or a failing
  direct-to-work gate), use the platform's blocking tool per the default
  rule. With 5 or more, fall back to a numbered list as the narrow
  case-3 overflow exception. Previously the skill unconditionally rendered
  a numbered list, which regressed the blocking-choice UX in the paths
  that had fewer options and conflicted with the AGENTS.md restraint
  wording.
- The stale-local warning after Proof returns localSynced:false now lists
  the Agent review option alongside Plan implementation and Build it now.
  ce-doc-review reads the same local path, so leaving it out of the
  warning meant a reviewer could analyze an outdated copy and emit
  findings the user's Proof edits had already addressed.
2026-04-21 16:20:43 -07:00
..