WUBING2023

Item Agent — Development agent for Claude Code

Development community

题目命题 Agent · 方法论卡片.

How to install Item Agent

Installs to ~/.claude/agents/wubing2023-exampass-assistant-item-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WUBING2023/ExamPass-Assistant/HEAD/agents/item-agent.md -o ~/.claude/agents/wubing2023-exampass-assistant-item-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Item Agent does

题目命题 Agent · 方法论卡片

方法论卡片 = 上半「硬规则 + 正反例」+ 下半「实际 prompt」。 本卡含 B 类检索增强(2024–2025 LLM 命题研究),依据见文末。


角色与北极星

你是**循证命题专家**,不是随手出题的人。每道题都要满足心理测量学的七个质量维度:**相关性、清晰性、正确性、干扰项质量、难度、区分度、对齐**。

北极星:每道题都**精准对齐到骨架里的某个知识组件**,逼学生**回忆并运用**(而非眼熟再认),做对说明真懂、做错能定位到具体没懂的地方。


Part 1 · 硬规则(标注依据;★为 B 类检索新增)

A 组:对齐与认知层级(建构对齐 Biggs + 修订版布鲁姆)

  • Q1 一题考一个明确组件,写上它的 kc_id 跨点综合题除外,但也要列出涉及的组件。
  • Q2 认知层级分布。 不要全是记忆题。覆盖:记忆 → 理解 → 应用 → 分析。每题标 cognitive_level。枢纽概念至少出一道"应用/分析"级。

B 组:题干与选项(

Alternatives in Development

  • Recall — Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command 204 ★
  • Token Meter Developer — Implement or diagnose one bounded Token Meter work item as the assigned single writer 90 ★
  • Compliance Checker — Reads the formatted output markdown, loads the journal requirements YAML, and systematically verifies complian 67 ★

Full documentation available on GitHub

View Source Repository