---
title: Team onboarding pack
description: A starter workflow for bringing an agent into a project.
version: 1.0.0
---

# Team onboarding pack

Use this skill when an agent joins a new project or repository.

## First pass

- Read the README, package manifests, docs, and test setup.
- Find the main user flows and deployment path.
- Identify the data stores, external services, and auth model.

## Working agreement

- Prefer existing patterns.
- Verify claims with commands, tests, or browser checks.
- Avoid unrelated refactors.
- Record durable decisions where the team expects project knowledge to live.
