---
id: coverage-management.get-started
title: Set Up Benchmark Coverage
summary: Define benchmark intent, facet handling, artifact preferences, and evidence requirements before generating coverage work.
kind: task
product_area: coverage_management
status: stable
updated: 2026-08-22
canonical: /docs/coverage-management/get-started
---

# Set Up Benchmark Coverage

## Prerequisites

- Project Coverage Facets and Input Schema are available.
- The benchmark intent and evidence risk can be stated concretely.

**Get Started** records the coverage contract that drives Coverage Stories and Case Foundry. Complete it before treating generated coverage work as aligned to the benchmark.

## Define the intent and facet treatment

Describe the benchmark intent and concrete requirements. For each Dimension ontology value, choose the benchmark role required by the setup. Configure Topic Group handling and Case Construction Pattern behavior rather than assuming every active project facet must be represented equally.

Dimension roles, Topic Group handling, and Pattern modes are different controls. A required Dimension value constrains represented behavior. A Topic Group can require every Topic, require group-level coverage, provide guidance, or be excluded. A Pattern can be left to the system, preferred, or avoided. Preserve those distinctions when explaining the resulting coverage plan.

## Define artifact and evidence expectations

For image, document, tabular, presentation, source-text, and audio artifacts, choose **mandatory**, **optional**, or **never**. Set portfolio limits and accepted formats so construction does not create unsupported or gratuitous material.

The evidence profile can specify actor, workflow, grounding, evidence carriers, difficulty, transformation, and data-handling expectations. These fields make a behavior testable. They are not decorative prose: Case Review uses them to judge whether a prepared candidate proves the intended situation.

## Save and check readiness

Setup moves through `draft`, `ready`, `generated`, `changed_since_generation`, and `archived` states. Resolve the readiness guidance before generation. If the setup changes after stories or cases were generated, treat the previous work as based on an older input rather than silently presenting it as current.

A coverage guideline can apply to `foundry_only` or `overall_coverage`. Overall coverage can require provenance backfill for existing Cases. The coverage compiler can preview reconciled revisions, but an operator confirms the durable update.

> Generation boundary
>
> Saving setup does not create trusted Cases or a Dataset Snapshot. It defines the instructions and evidence profile for downstream story and case work.

## Object and state changes

Saving creates or revises benchmark-scoped coverage setup and its readiness status. Generation records which setup revision it used. Archiving stops the setup from acting as the current contract without erasing history.

## Success criteria

- Intent, requirements, facet treatment, artifacts, and evidence profile agree.
- Readiness is explicit and downstream generation can identify the exact setup.
- Overall-coverage provenance needs are handled deliberately.

## Common failure modes

- Requiring every active facet without regard to benchmark intent.
- Marking unsupported artifacts mandatory.
- Editing setup after generation and ignoring the stale result.

## Related reference pages

{% related-card-grid title="Related reference pages" %}
- [Coverage Management](/docs/coverage-management)
- [Project Input Schema](/docs/project-settings/input-schema)
- [Coverage Dimensions and ontology](/docs/coverage-engineering/dimensions-ontology)
{% /related-card-grid %}

## Related troubleshooting pages

{% related-card-grid title="Related troubleshooting pages" %}
- [Unbalanced coverage](/docs/troubleshooting/unbalanced-coverage)
- [Unrealistic synthetic Cases](/docs/troubleshooting/unrealistic-synthetic-cases)
{% /related-card-grid %}

## Source confidence

Code-backed: the active setup page, types, readiness rules, and save states define the benchmark-scoped coverage contract and its lifecycle.
