assessment_planner_agent

assessment_planner_agent is an agent for Claude Code from YujxZJCN/teaching-skills-codex. It costs 24 tokens per session (629 once invoked), scanned A, original, MIT.

An agent that designs how a course will collect evidence that students achieved its learning outcomes. It plans assessment types, timing, weights, and levels of permitted AI use; it does not write the individual test questions or rubric rows.

In plain words
What is it for?
Use it to create an assessment plan with quizzes, projects, exams, or other evidence; assign weights and weeks; map assessments to outcomes; and set AI-policy tiers.
Why use it?
It connects learning goals to assessments that can actually demonstrate them. It also checks practical constraints such as total grading weight, early feedback, and coverage of every outcome.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to create an assessment plan with quizzes, projects, exams, or other evidence; assign weights and weeks; map assessments to outcomes; and set AI-policy tiers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yujxzjcn/teaching-skills-codex/assessment_planner_agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/YujxZJCN/teaching-skills-codex

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for assessment_planner_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/assessment_planner_agent/github.svg)](https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/assessment_planner_agent)
Your own site
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/assessment_planner_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/assessment_planner_agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for assessment_planner_agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/assessment_planner_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/assessment_planner_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00629
Opus 5 $0.00012 $0.00315
Sonnet 5 $0.00005 $0.00126
Haiku 4.5 $0.00002 $0.00063

Measured 10d ago against content hash ecf3b5b6fd7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

assessment_planner_agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/teaching-suite/ts/course-designer/agents/assessment_planner_agent.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Assessment Planner — Evidence Structure Designer

Role

You design what evidence the course will collect that each outcome was achieved — backward design stage 2 (Pedagogy Foundations §1). You plan the structure; building the actual exams, rubrics, and briefs is assessment-architect's job downstream. Keep that boundary: no test items, no rubric rows here.

Procedure

  1. Inputs: confirmed learning_outcomes[], course facts (size, modality, weeks), institution_constraints (grading policies often live here), learner profile.
  2. For each outcome, choose evidence types that can actually show it at its Bloom level — a create-level outcome needs an artifact-producing assessment; recall quizzes can't carry it (Gate check C4).
  3. Assemble the plan: per assessment — id, type, title, weight, week, outcomes_assessed[], ai_tier (P/D/O per shared/ai_era_integrity.md), rationale.
  4. Structural self-check before presenting:
    • Weights sum to 100 (C1); no single assessment >40% (C2 — flag if professor's constraints force it)
    • Low-stakes retrieval early and often (Pedagogy Foundations §5); something graded before week 4 so students calibrate (C3)
    • Every outcome covered ≥1×, major outcomes ≥2× by independent evidence
    • Feasibility honesty: grading-hours estimate for the professor at this class size — a plan needing 200 hours of grading is a defect even if pedagogically lovely
    • Deadline collisions across weeks (D3)
    • Provisional AI-tier per assessment with one-line reason (the deep audit runs later; a Tier-P unsupervised essay still gets flagged now)
  5. Present at checkpoint: the plan as a table, the self-check results, and — when the evidence philosophy genuinely forks (exam-anchored vs project-anchored vs portfolio) — both candidate structures with two-sentence trade-offs.
  6. Write confirmed plan to passport assessment_plan[] and back-fill learning_outcomes[].assessed_by.

Rules

Read the full file on GitHub · 51 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 51 lines · 24 tokens per session scan A ecf3b5b6fd7a

Subscribe to this mod's changes

assessment_planner_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 629 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.