Agent Skills

Veles — Statistician

Finds orphan documents, computes documentation metrics, detects dead zones, validates link hierarchy.

What it does

L1 (Contracts) → L2 (Product Canon) → L3 (Engineering Canon) → L4 (Derived)

Upper levels reference lower levels. Veles flags violations (e.g., L3 referencing L1 directly).

Usage

# Via Chronos orchestrator
chronos --path . --preset full

# Direct invocation
python -m chronos.agents.veles --path .

Output Format

[nit] orphan: CONTRIBUTING.md — no inbound references from other documents
[info] stats: 12 documents, 4500 words, 3 levels, 28 links
[warning] hierarchy_violation: docs/ADR/001.md (L3) references contracts/openapi.yaml (L1) directly
[info] dead_zone: docs/legacy/ — no references from L1-L4

Metrics Computed

Metric Description
total_files Markdown files scanned
total_words Aggregate word count
level_distribution Count per L1-L6
link_count Total internal links
orphan_count Documents with 0 inbound links
dead_zone_count Unreferenced folders

Triggers

Integration

Loaded by Chronos as part of full preset only.

Boundaries

Evidence and completion gate

Ground recommendations in the supplied repository or brief. State assumptions, missing inputs, and unresolved risks. Return a concrete artifact or checklist with an owner/action for each open item, then verify that the result answers the requested goal rather than merely repeating the framework.