Run the multi-coauthor research team — PI + econometrician + paper-writer + theorist in parallel rounds.
Initialize and run the multi-coauthor research team. Creates the team workspace, initializes per-agent memory files, and launches the PI coordinator for the first round.
Before launching the team:
quality_reports/plans/PIPELINE_STATE.md must show stage >= 2 (DATA_COLLECTION complete)quality_reports/team/
├── memory/
│ ├── pi-memory.md
│ ├── econometrician-memory.md
│ ├── paper-writer-memory.md
│ └── theorist-memory.md
└── team-log.md
For each coauthor, create their memory file if it doesn't exist:
# {Role} Memory
**Last updated:** YYYY-MM-DD round 000 (initialized)
## Lessons
(none yet)
## Running Context
- Awaiting first assignment from PI
# Research Team Log
**Project:** [from CLAUDE.md]
**Initialized:** YYYY-MM-DD
## Rounds
(none yet — PI coordinator will begin Round 001)
Spawn the pi-coordinator agent (see .claude/agents/pi-coordinator.md) with:
PIPELINE_STATE.md/research-team # Initialize and start round 1
/research-team resume # Resume from last completed round
/research-team round N # Start specific round N
/research-team status # Show current team status (reads state.json)
/research-team --max-rounds 5 # Limit to 5 rounds (default: 10)
/research-team --max-budget-usd 8.00 # Cap total agent spend
The PI coordinator tracks cumulative cost and round count in
quality_reports/team/state.json. When either limit is reached, the PI saves
state and stops gracefully. Default max rounds: 10. Default budget: unlimited.
When resuming:
quality_reports/team/team-log.md for last completed roundsync-meeting.md for carried-over itemsWhen checking status, read quality_reports/team/state.json and display: