---
name: example-skill
description: An example skill for testing diff-skill evaluation.
---

# Example Skill

**Goal: Validate input data and produce a conformance report.**

## Conventions

Read shared conventions at [shared-conventions.md](shared-conventions.md).

## Required Outputs

- [ ] Conformance report written to `docs/reports/`
- [ ] Inline summary presented to the user

## Workflow

**Mandatory order — load instructions before acting.** The phases below are strictly sequential. You MUST read all referenced process files before examining any input data. Do not skip verification steps.

See [example-process.md](example-process.md) for the detailed steps.
