Skip to content

execute-phase

Execute all plans in a phase using wave-based parallel execution. Orchestrator stays lean — delegates plan execution to subagents.

定位

Execute all plans in a phase using wave-based parallel execution. Orchestrator stays lean — delegates plan execution to subagents.

核心流程/章节

  • parse_args
  • initialize
  • safe_resume_gate
  • check_blocking_antipatterns
  • check_interactive_mode
  • handle_branching
  • validate_phase
  • discover_and_group_plans

原文要点

Parse $ARGUMENTS before loading any context: - First positional token → PHASE_ARG - Optional --wave NWAVE_FILTER - Optional --gaps-only keeps its current meaning - Optional --cross-aiCROSS_AI_FORCE=true (force all plans through cross-AI execution) - Optional --no-cross-aiCROSS_AI_DISABLED=true (disable cross-AI for this run, overrides config and frontmatter) If --wave

适用场景

  • 基于 description 推断:Execute all plans in a phase using wave-based parallel execution. Orchestrator stays lean — delegates plan execution to subagents.

参见

Released under the MIT License.