What problem does it solve?
It eliminates the need to manually coordinate and rerun an existing team execution by safely resuming a previously planned team session and driving it through the remaining execution phases.
Core Features & Use Cases
- Session Validation Before Execution: Verifies the session directory, required JSON files, and role-spec coverage, failing early with specific missing-component errors.
- Executor-Only Orchestration: Loads an existing team-coordinate session, reconciles state, spawns
team-worker agents, and advances the pipeline using callbacks and user wake commands.
- Progress Control and Completion Handling: Supports status/check and resume/continue wake-ups, then produces a deliverables report and runs an interactive archive/keep/export completion action.
Quick Start
Run team-executor with the session path you want to execute, for example: "Skill(skill='team-executor', args='--session=/path/to/team-session-folder')".