Skip to content

Artifact Outputs

Every CAT workflow produces artifacts in _cat/artifacts/. For the full list of workflows and their output paths, see the Workflows Reference.

After a full DLC cycle, your artifacts folder looks like:

_cat/artifacts/
├── intent/
│ ├── intent-statement-password-reset.md
│ ├── intent-brief-password-reset.md
│ ├── features-password-reset.md
│ ├── intent-checkpoint-report.md
│ └── research/
│ ├── technical-auth-patterns-research-2025-01-15.md
│ └── domain-identity-research-2025-01-14.md
├── architecture/
│ ├── arc.md
│ ├── arc-checkpoint-report.md
│ └── ai-validation-report.md
├── construction/
│ ├── bolt-spec-1-1.md
│ ├── bolt-spec-1-2.md
│ ├── bolt-execution-1-1.md
│ ├── bolt-execution-1-2.md
│ ├── code-review-1-1.md
│ ├── code-review-1-2.md
│ └── test-plan.md
├── validation/
│ ├── arc-adherence-report.md
│ ├── work-acceptance-1-1.md
│ └── compliance-report.md
└── readiness-report.md

Tip: Run cat-dlc-status at any time to see which artifacts exist and which are missing.


See Also: Workflow Map · Workflows Reference · Configuration