> ## 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.

# PCD Generate

> Generate starter PCD candidates.

PCD generation commands are documented when the installed CLI help and release notes list them. The current public workflow can still use this page as a model for reviewing generated PCD candidates.

```bash theme={null}
brik64 pcd generate order-risk
```

## Before Generation

State the requirement in bounded form:

```text theme={null}
Approve an order only when amount and limit are positive and amount does not exceed limit.
```

## After Generation

Review:

* generated file path;
* circuit name;
* inputs and output;
* fail-closed cases;
* monomers used;
* external behavior, if any.

Generation starts the circuit workflow when the installed CLI supports it. It
does not remove the need for review.
