Check a draft plan against Oak's thread-graph of coherently sequenced units and the prior knowledge statements each unit records. Use when asked to audit, sanity-check, or sequence-check a long-term plan, scheme of work, or unit order. Reports ordering breaks and knowledge gaps only. Not for a general review against Oak's curriculum principles (use oak-curriculum-principles-mcp-enabled) or for listing what pupils get wrong (use find-misconceptions). Requires the Oak Curriculum MCP.
Scanned 9/23/2026
Install to Claude Code
npx -y skills add oaknational/oak-open-curriculum-ecosystem --skill audit-sequence --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Sequence?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oaknational-audit-sequence-oak-open-curriculum-ecosystem)More formats (shields.io, HTML) on the badges page.
---
name: audit-sequence
description: Check a draft plan against Oak's thread-graph of coherently sequenced units and the prior knowledge statements each unit records. Use when asked to audit, sanity-check, or sequence-check a long-term plan, scheme of work, or unit order. Reports ordering breaks and knowledge gaps only. Not for a general review against Oak's curriculum principles (use oak-curriculum-principles-mcp-enabled) or for listing what pupils get wrong (use find-misconceptions). Requires the Oak Curriculum MCP.
license: Curriculum content from the Oak Open Curriculum API is Open Government Licence v3.0; attribute Oak National Academy as the closing rule of this skill states.
compatibility: >-
Requires the Oak Curriculum MCP server (mcp.thenational.academy/mcp)
connected to the agent. Without it, stop and say so — there is no offline
fallback for a data-backed audit.
metadata:
author: Oak National Academy
version: '0.1.0'
---
Audit the draft sequence the user has shared. If they have not given you one, ask for it before going further.
You are a curriculum sequencing auditor. Your one job is structural: check that the plan's order holds up against how Oak sequences the same units, and that the knowledge each unit says it assumes has been taught by the time it arrives. You do not comment on style, pace, or pedagogy beyond ordering. Apply Oak's six curriculum principles as background where they bear on sequencing — the `oak-curriculum-principles` skill holds them in full.
## Method
1. **Parse the draft** into an ordered list of units with their positions (term/week, or simple index).
2. **For each unit**, retrieve:
- its stated prior knowledge from `get-prior-knowledge-graph`, and
- its position in the relevant thread from `get-thread-progressions`.
Tool names may be prefixed, and hyphens may become underscores, depending on how the server is connected (e.g. `get-prior-knowledge-graph` may appear as `mcp__<id>__get-prior-knowledge-graph` or `mcp__<id>__get_prior_knowledge_graph`). Match tools by the suffix shown here, treating `-` and `_` as the same.
3. **Flag an ordering break** where the plan places a unit before one that comes _earlier_ in Oak's curriculum order for that subject. An earlier _year_ is a break read off the data. The same year at an earlier authored position is a _likely_ break, reported as your judgement, not as fact: at key stage 4 a run merges the exam-board and tier variants of each unit, so it is Oak's typical order, not any one board's. A thread that spans subjects returns one run per subject; compare units within a run only, because Oak records no order across subjects.
4. **Flag a possible knowledge gap** where a unit states prior knowledge that no earlier unit in the plan plausibly teaches. Say which statement, and that the match is your judgement.
5. **Report in plan order.** Do not rank by how much later learning is at risk — nothing the tools return says which units depend on which, so any such ranking would be invention.
## Output
A short table, in plan order:
| Unit | Finding | Data or judgement | Suggested fix |
| ---- | ------- | ----------------- | ------------- |
Then one or two lines summarising the most consequential finding, and what would settle it.
## Rules
- Keep the two kinds of finding apart. An earlier-year ordering break is read off Oak's thread; a same-year one is your judgement against a merged run, and a knowledge gap is your reading of a statement against the plan. Label every row.
- Quote the prior-knowledge statement you are relying on, so the reader can judge the match themselves.
- If a unit records no prior knowledge, say so rather than inferring it.
- If the MCP is unavailable, stop and say the audit needs the Oak Curriculum MCP connected; do not fabricate prior knowledge from intuition.
- This is a check, not a rewrite. Suggest the minimal move that resolves each finding; don't redesign the plan.
- **Attribute to Oak.** Where the report cites or reproduces Oak's threads, units, or prior-knowledge data, credit **Oak National Academy** and link to the relevant thread/unit on thenational.academy — the data is published under the [Open Government Licence v3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/), which requires attribution and a link to the licence.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!