---
title: "TODO project name"
---

> Documentation Index
> Fetch the complete documentation index at: https://nclsppr.github.io/project-foundation/llms.txt
> Use this file to discover all available pages before exploring further.

# TODO project name

TODO Describe the exploration question and the target observable result in one sentence.

> Limited exploration. Scope, assumptions, verified state, and conclusion are in [`BRIEF.md`](/project-foundation/templates/brief).

## Start

Foundation prerequisites: Git, Python `3.9` or later, Node `22.12.0` or later,
npm, Docker, and Docker Compose `2.20.0` or later. Exploration-specific
prerequisites: TODO or none.

| Action | Command | Expected result |
| --- | --- | --- |
| Install | TODO or not applicable | TODO |
| Start | TODO | TODO URL, output, or file |
| Verify | `./scripts/verify.sh` | Valid catalog, Markdown, and Nimbus build |
| Verify Compose | `python3 scripts/check_compose.py` | Compose contract complies with `P19` |
| Stop or clean up | TODO or not applicable | TODO |

Mark a missing command as not applicable. Do not present a future command as available.

## Documentation map

- [`BRIEF.md`](/project-foundation/templates/brief): Question, scope, facts, assumptions, and dated conclusion.
- [`CHANGELOG.md`](/project-foundation/templates/changelog): Delivered changes and observable effects.
- [`FOUNDATION.md`](/project-foundation/templates/foundation): Foundation version, activated profiles, and local exceptions.
- [`DOCUMENTATION-CATALOG.md`](DOCUMENTATION-CATALOG.md): Complete navigation for Markdown files and their audiences.
- `docs-nimbus/`: Mandatory documentation engine, adapter, configuration, and lockfile.
- [`AGENTS.md`](/project-foundation/templates/agents): Minimum routing for assisted work.
- `docs/foundation/`: Vendored snapshot of the core and profiles. Do not modify it locally.

This README provides navigation only. It does not copy the brief, foundation rules, or evidence.

Source: https://nclsppr.github.io/project-foundation/templates/index.mdx
