veto_onboard
Generates a new-developer onboarding guide covering setup, architecture, key files, test execution, and first PR checklist for any project directory.
Instructions
Generates a complete new-developer onboarding guide: setup, architecture, key files, how to run tests, first PR checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Developer role focus, e.g. 'frontend', 'backend', 'fullstack'. | |
| project_dir | Yes | Absolute path to project root. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |