# ATLAS — {{PROJECT_NAME}}

> Graph index. Pair with [SKILL.md](.agents/skill/{{PROJECT_NAME}}/SKILL.md) and [CLAUDE.md](CLAUDE.md). [Spec](https://github.com/Abbasi-Alain/atlas/blob/main/docs/SPEC.md).

## 0. Quick orientation

| You want to … | Start here |
|---|---|
| Run the project | [`README.md`](README.md) |
| Debug a known issue | [`.agents/skill/{{PROJECT_NAME}}/SKILL.md`](.agents/skill/{{PROJECT_NAME}}/SKILL.md) |
| Run tests | `{{TEST_CMD}}` |

## 1. Top-level

| Node | Role | Talks-to |
|---|---|---|
| [`README.md`](README.md) | Overview | — |
| [`{{PRIMARY_BUILD_FILE}}`](./{{PRIMARY_BUILD_FILE}}) | Build config | — |
| [`.agents/skill/{{PROJECT_NAME}}/SKILL.md`](.agents/skill/{{PROJECT_NAME}}/SKILL.md) | **Playbook** | this |

## 2. Source — `{{SRC_DIR}}/`

| Node | Role | Talks-to |
|---|---|---|
| _(fill in)_ | | |

## 5. Tests

`{{TEST_CMD}}`

## 7. Cross-cutting

| Concern | Where |
|---|---|
| _(fill in)_ | |

## Maintenance

Update this file in the same commit as structural changes (SKILL §ATLAS-IS-INDEX).
