What problem does it solve?
Creates a concise, role-specific onboarding document so new contributors or autonomous agents quickly understand project state, architecture, conventions, and immediate priorities without manually hunting through repositories and communications.
Core Features & Use Cases
- Contextual Project Summary: Reads AGENTS.md and agent definitions to summarize standards and responsibilities relevant to a given role or area.
- Area Scanning: Scans designated directories (e.g., src/, design/, tests/, production/) and recent git history to extract architecture, key files, and current work in progress.
- Document Generation & Save: Produces a structured onboarding Markdown file with suggested first tasks, pitfalls, and questions, and can prompt to save the file to production/onboarding/onboard-[role]-[date].md.
- Use Case: Onboard a new programmer by generating a role-specific guide that lists key directories, initial tasks, coding conventions, and current sprint expectations.
Quick Start
Generate an onboarding document for the programmer role using AGENTS.md and recent repository changes, present the result, and ask to save it to production/onboarding/onboard-programmer-[date].md.