name: project-onboard description: Rapid context loading for new agents. Reads key documentation to build a mental model.
Project Onboard
Understand the project context, rules, and architecture.
When to Use
- Start of a new session (if context is lost).
- New agent joining the project.
- When you feel "lost" or misaligned.
Approach
Step 1: Protocol Download
- Read
AGENTS.md(The Law). - Read
docs/knowledge-base/architecture/agent-infrastructure.mdand the relevant.agent/skills/or.agent/rules/for the task.
Step 2: Product Context
- Read
README.md. - Read
docs/knowledge-base/overview/vision-and-audience.md. - Read
docs/knowledge-base/overview/content-model.md. - Read
docs/working/README.md; consultdocs/working/branch-state.mdonly for legacy branch references.
Step 3: Technical Constraints
- Read
docs/knowledge-base/overview/architecture-and-stack.md. - Read
.agent/rules/*.md.- Key Focus:
foundation-design-system.md,tech-react.md.
- Key Focus:
Output
- A short "Mental Model" summary:
- "This project is a [Type] built with [Stack]."
- "Key rules are [Rule A, Rule B]."
- "Current focus appears to be [Focus]."
- Ready to accept tasks.
Constraints
- Read-only exploration — no code generation
- Do not modify any files during onboarding
- If uncertain about priorities, ask the user before proceeding