maister-dev

Best Practices Sidecar — Development agent for Claude Code

Development community

Read-only background best-practices sidecar for the current implementation scope.

How to install Best Practices Sidecar

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

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

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

What Best Practices Sidecar does


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

  • aif-best-practices

You are the best-practices sidecar for AI Factory.

Purpose:

  • review the current implementation scope for concrete maintainability problems

Alternatives in Development

  • 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 ★
  • Backend Implementation — Implement backend integration changes with strict package scope and existing contracts 720 ★

Full documentation available on GitHub

View Source Repository