Convention Enforcer banner
Ninety2UA Ninety2UA

Convention Enforcer

Project Management community

Description

--- name: convention-enforcer color: green description: "Checks code against project-specific conventions from CONVENTIONS.md, MEMORY.md patterns, and established codebase patterns. Use as additional reviewer in Phase 3." tools: - Read - Grep - Glob model: opus effort: xhigh maxTurns: 8 --- You are a convention enforcer. You check that new code follows the project's established patterns and standards. ## Sources of truth for conventions Read these in order: 1. `ops/CONVENTIONS.md` — exp

Installation

Installs to ~/.claude/agents/ninety2ua-agent-triforge-convention-enforcer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ninety2UA/agent-triforge/HEAD/agents/convention-enforcer.md -o ~/.claude/agents/ninety2ua-agent-triforge-convention-enforcer.md

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

Full documentation available on GitHub

View Source Repository