| name | onboard |
| description | Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup, troubleshooting, and next-steps agents to produce a comprehensive guide at .turbo/onboarding.md and .turbo/onboarding.html. Use when the user asks to "onboard me", "onboard to this project", "generate onboarding guide", "new developer guide", "how do I get started", or "help me ramp up". |
Onboard
Developer onboarding pipeline. Composes $map-codebase, $review-tooling, and $review-agentic-setup with inline agents, then synthesizes everything into .turbo/onboarding.md and .turbo/onboarding.html. Analysis-only.
Task Tracking
At the start, use update_plan to track each phase, restating any remaining steps of a parent workflow alongside them:
- Launch all agents
- Synthesize and generate markdown report
- Generate HTML report
Step 1: Launch All Agents
Issue all 6 spawn_agent calls below in one batch, then collect their results with wait_agent. Do not issue one and await its result before issuing the rest. Each sub-agent inherits the parent model. Each Composed Skills agent invokes its assigned skill by reading and following the installed skill instructions; each Inline Agent follows its exploration brief directly. Every sub-agent's prompt must direct it to treat the shared working tree and its git index as read-only and to explore by reading and reasoning, except that each Composed Skills sub-agent writes the report files its own skill defines. HEAD stays where it is: read other refs with git show <ref>:<path> rather than git checkout or git switch.
Composed Skills
Launch one Codex sub-agent call per row. Each agent's prompt instructs it to invoke its assigned skill by reading and following the installed skill instructions.