Skip to Content
DocsAgent SkillAgent reference

Agent reference

This page is for AI agents (Cursor, Claude Code, Telemachus, MCP). Humans should start with Platform workflow or Core Concepts.

Fetch llms.txt  and linked .md URLs — not HTML pages. Load one topic at a time; avoid llms-full.txt unless you need the full corpus.

How to read

  1. Index: https://docs.rhesis.ai/llms.txt
  2. Single page: e.g. https://docs.rhesis.ai/docs/metrics/metric-scope.md
  3. Term lookup: https://docs.rhesis.ai/glossary/<term-id>.md (e.g. behavior, metric-scope, test-set)
  4. Confusions only: skills/rhesis/references/definitions.md in the repo — when terms are mixed up, not for full definitions

Workflow routing

User signalRead first
Vague “help me test”Platform workflow
Endpoint + exploreArchitect exploration
Pasted PRD / FRs / requirementsRequirements workflow
Run / analyzeExecution and analysis
TerminologyGlossary first (test-result, tag, mcp); repo definitions.md for confusions only
metric_scopeMetric scope

Common confusions

  • Behavior vs metric — Behavior = what should happen. Metric = how you score it.
  • Category/topic vs behavior — Categories and topics organize tests; they do not replace behaviors or metrics.
  • PRD section title vs behavior — “Security” is not a behavior. Split numbered requirements into testable expectations.
  • Source vs pasted PRD — Chat paste is ephemeral; use create_source for large specs (Single-Turn only).

Plan tables (before approval)

TableColumns
MetricsMetric, Behavior, AC source, metric_scope, Score type, Pass definition
Test setsTest set, test_type, Behaviors, Metrics expected to run
Coverage matrixTest set, test_type, Behavior, Linked metric, Scope OK?

Coding agents

Install: npx skills add rhesis-ai/rhesis -g

SKILL.md routes to these docs and to skills/rhesis/references/ in the repo. Connect the Rhesis MCP server for tool calls.

Telemachus (native Architect)

Loads the same skills/rhesis/references/ files per phase. See Architect workflow.

Golden example (repo only)

Fictional requirements plan shape: use-case-bracketfeld.md