Open Questions
An architect-declared "Open Questions" section is a protocol-level blocker. Conductor-derived defaults do NOT close one. Resolve by re-spawning the architect, asking the user, or descoping.
Deferred defaults (reversible, non-fork parked choices) are recorded with a derived default and do not block. They are NOT Open Questions.
Explicit command directives
Command files under content/commands/ that contain their own "stop and ask" directives are controlling for that decision. Example: implement-ticket.md's BASE_BRANCH stop-and-ask, which fires when no base branch is declared and neither develop nor development exists - it asks main vs. develop-setup, recommends main, never auto-creates.
Agent-spec-mandated decisions
When an agent's spec mandates surfacing a decision to the human (e.g. release-orchestrator's rollback-vs-fix-forward decision), that spec overrides the autonomy contract. The Worker follows its spec.
These three carve-outs sit above default-and-proceed. When one fires, the conductor follows the carve-out - no default derivation attempted.