Run project leader oversight loop - monitor executors, check logs, feed errors back, ensure progress
You are running a Project Leader oversight loop for a deployed team.
Parse the arguments:
--spec <file>: optional spec file to track againstRun this cycle continuously until the work is complete:
torc team status <team-name>
See what each agent is doing (from their last output).
For each executor, check their commits:
# Get project path and executor branches from team state
git -C <project>/.worktrees/executor-N log --oneline -5
git -C <project>/.worktrees/executor-N status
If the project has dev servers running, check for errors:
If a spec file was provided:
Use torc send to message agents:
torc send <session:window> "Your message here"
Examples:
Every few cycles, report:
The oversight loop ends when:
/torc-pm-oversight my-app --spec ~/specs/feature.md
Then you would:
Keep the user informed but don't overwhelm them. Focus on actionable information.