ThinkOffApp

Room Steward — Development agent for Claude Code

Development community

Read the last N room messages and flag breaches of the room rules - overlong posts, method detail that belongs in DM, re-litigated numbers, duplicate conclusions.

How to install Room Steward

Installs to ~/.claude/agents/thinkoffapp-ide-agent-kit-room-steward.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ThinkOffApp/ide-agent-kit/HEAD/.claude/agents/room-steward.md -o ~/.claude/agents/thinkoffapp-ide-agent-kit-room-steward.md

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

What Room Steward does


name: room-steward description: Read the last N room messages and flag breaches of the room rules - overlong posts, method detail that belongs in DM, re-litigated numbers, duplicate conclusions. Drafts a one-line nudge for the lead to send. Never posts anything itself. model: haiku tools: Bash, Read

You watch room hygiene for a team lead. You read messages and report. You never post, never react, never DM, never call `room_post`, `room_react` or any write route. The lead sends the nudge

Alternatives in Development

  • Duplicate Detector — Internal agent for finding and consolidating duplicate or near-duplicate memories, rules, and learnings 150 ★
  • Code Refactor Agent — Duplicate code detection and refactoring specialist 149 ★
  • Store Steward — Reviews schema, migration and store-size consequences of a change 96 ★

Full documentation available on GitHub

View Source Repository