By lwalden
An 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.
API design code reviewer — read-only, spawned by /aiagentminder:self-review
Cost impact code reviewer — read-only, spawned by /aiagentminder:self-review
Debugging and triage agent — structured reproduction, diagnosis, and fix planning. Use with `claude --agent debug` for focused debugging sessions.
General development agent — TDD, code quality, architecture fitness, approach-first, debug checkpoint, scope guardian. Use with `claude --agent dev` for feature work outside sprints.
Minimal-ceremony hotfix agent — branch, fix, test, PR with no sprint overhead. Use with `claude --agent hotfix` for urgent fixes.
Capture, review, and promote backlog items
Product brief and roadmap creation
Plan interrogation — walk every branch of the decision tree
Session checkpoint — capture state for clean resume
Project health assessment across four dimensions
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AIAgentMinder (AAM) is an opinionated governance layer for Claude Code — a minder for your AI coding agent. Built for the solo developer, it gives Claude Code the engineering discipline a team would normally supply, so AI-assisted work stays tested, reviewed, and in scope. It's a set of skills, subagents, and hooks that let you enforce your standards without repeating your instructions, stop a session before context degradation sets in, and run autonomous sprints that span hours and multiple sessions without losing the thread.
Basically, I wanted Claude Code to have the skills I use daily as a developer — and figured a few product-manager tasks belonged in there too. This plugin lets you effectively manage AI development of large, complex projects that can't be finished in one to five sessions. When a project needs 100+ PRs over the span of months, you need consistency from your tooling, self-updating memory, the ability to change direction quickly, fast quashing of the defects that inevitably arise, and deterministic enforcement of quality.
Installs easily into existing or new repos. Works from a back-of-the-napkin sketch of an idea, or a fully spec'd plan.
Start a sprint for Phase 2. AAM plans, takes your approval at the spec gate, then executes item-by-item in isolated git worktrees until the PRs are ready for review or even merged./aiagentminder:self-review runs the change through five specialist lenses (security, performance, API design, cost, UX friction) plus a cross-model judge pass./aiagentminder:handoff writes the resume state into Claude Code's native Auto Memory; in the next session, "resume work" picks up exactly where you stopped.scope-check keeps work aligned with the roadmap, DECISIONS.md logging keeps the record honest, BACKLOG.md captures everything you can't do right now.Step 1 - Install In Claude Code:
/plugin marketplace add lwalden/AIAgentMinder
/plugin install aiagentminder@lwalden-aiagentminder
Step 2 - Configure In your target project:
/aiagentminder:setup
/aiagentminder:setup runs interactively — it fingerprints your codebase, asks for project identity, writes a starter CLAUDE.md, DECISIONS.md, BACKLOG.md, and docs/strategy-roadmap.md, and seeds .claude/rules/ and .gitignore.
/aiagentminder:brief to draft a product brief and strategy roadmap interactively.| Command | Purpose |
|---|---|
/aiagentminder:setup | Bootstrap a project (one-shot install / re-sync) |
/aiagentminder:brief | Interview-driven product brief and strategy roadmap |
/aiagentminder:revise | Mid-stream roadmap revision with DECISIONS.md logging |
/aiagentminder:scope-check | Compare proposed work against the roadmap; promote to backlog if out of scope |
/aiagentminder:milestone | Phase health assessment — progress, timeline, scope drift |
/aiagentminder:tdd | Guided TDD — plan, tracer bullet, RED-GREEN loop, refactor |
/aiagentminder:grill | Plan interrogation — walk every decision branch before implementing |
/aiagentminder:triage | Structured bug triage — reproduce, diagnose, fix plan, GitHub issue |
/aiagentminder:quality-gate | Pre-PR quality checklist (build, tests, coverage, lint, security) |
/aiagentminder:self-review | Pre-PR review via 5 specialist sub-agents + cross-model judge pass |
/aiagentminder:pr-pipeline | Autonomous PR review-fix-test-merge pipeline |
/aiagentminder:handoff | Session checkpoint — writes "Next Session" into Auto Memory |
/aiagentminder:retrospective | Sprint metrics and adaptive sizing guidance |
/aiagentminder:backlog | Capture, list, promote BACKLOG.md items |
/aiagentminder:sync-issues | Optional GitHub Issues bridge |
npx claudepluginhub lwalden/aiagentminder --plugin aiagentminderComprehensive AI-assisted development workflow system with specialized agents, orchestrated commands, and file-based state management
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Project discovery, planning, and quality analysis system with parallel agents
Agent enforcement framework — context injection, planning gates, session learning
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
AI-native BizDevOps rhythm manager for Claude Code — multi-role collaboration, change impact analysis, quality gates, goal-to-code traceability, and cross-session continuity