Execute multiple projects sequentially without parallel isolation (e.g., /proj-sequential PROJ-86 PROJ-87 or /proj-sequential all)
Protocol: Projects/protocols/03_project_execution.md
You are managing execution of multiple, heavy-weight projects. You will orchestrate their implementation by processing them sequentially rather than across split worktrees.
Parse $ARGUMENTS as either:
PROJ-86 PROJ-87 PROJ-88)all (targets all active projects that have manifest.md files)all: scan Projects/active_projects/ for directories containing both plan.md and manifest.md.For each active project in your queue:
manifest.md and plan.md.plan.md checkboxes.done and report out: "PROJ-XX complete!"./proj-reset-baseline or identical Tools/test_sharded/test_sharded.py validations.queued project until all parameters in $ARGUMENTS are exhausted.python Tools/test_sharded/test_sharded.py rigorously between project boundaries to strictly prevent regressions.