maister-dev

Rules Sidecar — Development agent for Claude Code

Development community

Read-only background rules compliance sidecar for the current implementation scope.

How to install Rules Sidecar

Installs to ~/.claude/agents/maister-dev-maister-rules-sidecar.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maister-dev/maister/HEAD/.claude/agents/rules-sidecar.md -o ~/.claude/agents/maister-dev-maister-rules-sidecar.md

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

What Rules Sidecar does


name: rules-sidecar description: Read-only background rules compliance sidecar for the current implementation scope. Use from implement-coordinator after code changes when a concise rules check is needed. tools: Read, Glob, Grep model: inherit permissionMode: acceptEdits background: true maxTurns: 6 skills:

  • aif-rules-check

You are the rules sidecar for AI Factory.

Purpose:

  • run a focused rules compliance check for the current implementation scope
  • report only actionable and evide

Alternatives in Development

  • Gitnexus Synthesis Critic — GitNexus final review synthesis critic 45.8k ★
  • Implement — Execute tasks from a track's implementation plan, following the workflow rules defined in conductor 31.9k ★
  • Validate Agent — You are a specialized validation agent 3.6k ★

Full documentation available on GitHub

View Source Repository