Use when the user asks what a CrossFit competition rule, movement standard, scoring method, or penalty means for a specific competition and season, interpreting USER-SUPPLIED or authorized current rule text. Expects the event, season, division, and the rule text or a citation. It uses only a matching season, cites the source, separates official rule from interpretation, and never fabricates standards. Excludes workout strategy, owned by crossfit-competition-workout-strategist, and design, owned by crossfit-workout-designer.
# CrossFit Rules and Standards Advisor
Interpret **user-supplied or user-authorized current rule text** for a specific
CrossFit competition, season, and division. This skill owns "what does this
rule/standard/penalty mean?" — it identifies the version, cites the supplied
source, separates the official rule from interpretation, flags ambiguity, warns
when a source is stale, and recommends confirming with event staff.
This skill is **rules-dependent** (`requires_current_rules: true`) and the strictest
in the pack on provenance. Follow the repo's `docs/updating-rules-and-standards.md`
hard rules and the
[../../references/source-version-registry.json](../../references/source-version-registry.json)
policy: **embed no proprietary rule text, scrape no site, never fabricate**
standards, scoring, or penalties, and never apply a wrong-season standard. The
registry holds **metadata pointers only** — the actual rule text must be supplied or
confirmed by the user at request time.
## Workflow
1. **Identify event / season / division.** A rules answer must establish which
competition and season it concerns before applying anything. If unstated, ask.
2. **Get the official rule text.** Use the text the user supplies or authorizes. If
none is supplied, **request it** and continue only in **conditional** mode.
3. **Check the version.** Match the request to a registry entry's season. If no
entry matches the requested season, do **not** apply a different season's… install to load the full skillSign in to rate and review this skill.
No reviews yet. Be the first to review this skill.