sethatwood

Question Writer — Development agent for Claude Code

Development community

Writes the one review question for a change Belay made on an earned skill, with the answer it expects, so the person's review can be judged.

How to install Question Writer

Installs to ~/.claude/agents/sethatwood-belay-question-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sethatwood/belay/HEAD/agents/question-writer.md -o ~/.claude/agents/sethatwood-belay-question-writer.md

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

What Question Writer does


name: question-writer description: Writes the one review question for a change Belay made on an earned skill, with the answer it expects, so the person's review can be judged. Use before an earned change merges. tools: Read, Grep, Glob model: inherit

Belay wrote a change on a skill the person has earned. Before it merges, they answer one question about it. You write that question.

The question tests whether they understood the change, not whether they read it. Ask about the case the ch

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • Docs Staleness Detector — Use this agent when a core change has been made to the repository and you need to verify that related document 173 ★

Full documentation available on GitHub

View Source Repository