AIAgentMinder — an opinionated workflow governance layer for Claude Code, built for solo developers.
npx claudepluginhub lwalden/aiagentminderAn opinionated governance layer for Claude Code, built for solo developers: autonomous sprint execution in isolated git worktrees, mandatory TDD, quality gates, pre-PR code review, and structured planning — workflow enforced by hooks, not just rules.
A governance framework for Claude Code. Slash commands, rules files, hooks, and shell scripts that add sprint execution, quality enforcement, and context management to Claude Code projects.
What this is: An installable template — no runtime dependency, no MCP server, no database. Built for a solo developer who wants Claude Code to execute autonomously while maintaining engineering discipline.
Command prefix: All commands use the
aam-prefix (e.g.,/aam-brief,/aam-handoff) to avoid collision with Claude Code built-ins and other plugins.
# Recommended: npx installer (interactive — asks about your project, copies files)
npx aiagentminder init
# Or with all optional features enabled (no prompts)
npx aiagentminder init --all
# Or core governance only (no sprint planning, no architecture fitness)
npx aiagentminder init --core
Alternative: clone the repo and run /aam-setup from Claude Code.
/aam-brief to create your product brief and strategy roadmap.With sprint planning enabled: "Start a sprint for Phase 1."
AIAgentMinder addresses three gaps in Claude Code:
| File | Purpose |
|---|---|
CLAUDE.md | Project identity, behavioral rules (auto-loaded every session) |
DECISIONS.md | Architectural decisions, rationale, known debt log |
docs/strategy-roadmap.md | Product brief — features, phases, out-of-scope items |
.claude/rules/*.md | Universal rules (auto-loaded every session) |
SPRINT.md | Active sprint header and issue table (optional) |
BACKLOG.md | Work inbox — capture future work via /aam-backlog |
.pr-pipeline.json | PR pipeline config — high-risk patterns, merge method, cross-model review |
Universal rules (loaded every session, all modes):
| Rule | What it does |
|---|---|
git-workflow.md | Branch naming, commit discipline, PR-only workflow |
tool-first.md | Use CLI/API tools instead of asking the user to do things manually |
correction-capture.md | Detects repeated wrong-first-approach patterns and proposes permanent rules |
context-cycling.md | Procedure for context cycling when the PreToolUse hook fires |
Mode-specific rules (loaded via session profile agents):
| Rule | Loaded by | What it does |
|---|---|---|
| Sprint workflow | sprint-executor | State machine sprint execution with mandatory quality checklist |
| Code quality | sprint-executor, dev, qa | TDD cycle, build-before-commit, small focused functions |
| Scope guardian | sprint-executor, dev | Checks new work against the roadmap before implementing |
| Approach-first | sprint-executor, dev | States intended approach before multi-file or architecture changes |
| Debug checkpoint | sprint-executor, dev, debug, hotfix | Stops debugging spirals after 3 failed attempts at the same error |
| Architecture fitness | sprint-executor, dev, qa | Structural constraints — file size limits, secrets detection, layer boundaries |
Use claude --agent <name> to load the right context for your task:
| Profile | Purpose |
|---|---|
sprint-executor | Full sprint state machine — all rules loaded |
dev | General development — TDD, architecture fitness, approach-first |
debug | Debugging — checkpoint pattern, triage |
hotfix | Minimal ceremony — debug checkpoint only |
qa | Quality review — code quality, architecture fitness |
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations