What problem does it solve? New contributors and agents joining a game project lack context on architecture, conventions, and current priorities, slowing their first productive contribution. ## Core Features & Use Cases - Role-Aware Context Loading: Reads AGENTS.md and role definitions from .codex/agents/ to tailor onboarding to programmers, designers, narrative writers, QA, or producers. - Area Scanning: Scans src/, design/, tests/, and production/ directories plus recent git history to summarize current project state and momentum. - Structured Onboarding Output: Produces a Markdown document covering architecture, conventions, sprint context, dependencies, pitfalls, and first tasks, saved to production/onboarding/ after user confirmation. - Use Case: A new gameplay programmer joins mid-sprint; run this Skill to generate an onboarding doc listing key source files, coding standards, current sprint goals, and suggested first tasks. ## Quick Start Use the onboard skill to generate an onboarding document for a new QA contributor joining this project.