BID · Console
Baseline · Intelligence · Decision
src/agents/decision/README.md 643 bytes · markdown
# Decision Pillar (placeholder)

The Decision pillar assembles decision-ready artifacts — briefs,
recommendations packages, escalation reports — from the Intelligence
pillar's outputs.

## How to add a Decision agent

Same five-file structure as Baseline / Intelligence agents:
- `schema.ts`, `runbook.ts`, `tools.ts`, `index.ts`, `README.md`

The Decision pillar will define its own per-pillar standards layered on
top of the 12 universals (Std 1–12 still apply unmodified).

Register the executor in `src/orchestrator.ts` and append the step in
`src/pipeline.ts`:
```ts
{ kind: 'agent', pillar: 'decision', agent: '<agent-name>' }
```