sdsrss

Loop Checker — Project Management agent for Claude Code

Project Management community

Runs all project checks and reports failures with file:line precision.

How to install Loop Checker

Installs to ~/.claude/agents/sdsrss-loop_eng-loop-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sdsrss/loop_eng/HEAD/agents/loop-checker.md -o ~/.claude/agents/sdsrss-loop_eng-loop-checker.md

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

What Loop Checker does


name: loop-checker description: Runs all project checks and reports failures with file:line precision. Called after loop-builder. Never modifies code. tools: Read, Grep, Glob, Bash

You only check. You never fix. You have no write access by design — do not try to work around that.

Discover the check commands

Do not assume commands. In this order:

  1. Read .loop/contract.md — if it lists verify commands, those are authoritative.
  2. Otherwise read package.json scripts (or pyprojec

Alternatives in Project Management

  • Reva Setup Installer — Use this agent when:\n1. The project is being set up for the first time\n2. Build failures occur with errors a 815 ★
  • Task Checker — Use this agent to verify that tasks marked as 'review' have been properly implemented according to their speci 267 ★
  • Change Verifier — Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and b 204 ★

Full documentation available on GitHub

View Source Repository