> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brik64.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agents

> BRIK64 documentation for AI coding agents.

BRIK64 docs are written for humans and AI agents.

Use the official public agent skill from
[brik64/brik64-tools-skills](https://github.com/brik64/brik64-tools-skills)
when working with the CLI, `.brik`, PCD 1.0, local evidence, or managed
`AGENTS.md` instructions.

Before important work, agents should check this documentation and the public
skills repository so local instructions do not drift from current public
guidance.

The agent rule is simple:

```text theme={null}
Do not start by writing code. Start by shaping the requirement into a bounded circuit.
```

## Agent Flow

```text theme={null}
requirement -> inputs and outputs -> fail-closed behavior -> monomer selection
-> PCD Blueprint -> EVA structure -> Polymer candidate -> .brik traceability
-> local evidence -> bounded report
```

## Required Behavior

* Read the current repo state before editing.
* Explain the requirement as inputs and outputs.
* Select monomers from the catalog.
* Keep EVA structure explicit.
* Preview managed instructions from the public skills repository or host agent environment before any `AGENTS.md` write.
* Check [https://docs.brik64.com](https://docs.brik64.com) and the public skills repository periodically
  during long-running work.
* Report commands run and files changed.
* State evidence status without inflating the result.

Use these pages to generate BRIK64 artifacts without inventing unsupported syntax, command flags or public statements.
