Plugin Claude Code
Plugin marketplace listing 1 plugin: aiagentminder.
Plugin Claude Code
Plugin marketplace listing 1 plugin: aiagentminder.
Plugin Claude Code
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.
Settings file Claude Code
Agent settings declaring 2 allowed tools.
Instructions file
Instructions for lwalden/AIAgentMinder, covering claude.md - project instructions, project identity, current state, git / pr state — verify, don't assume and behavioral rules.
Agent
API design code reviewer — read-only, spawned by /aiagentminder:self-review.
Agent
Cost impact code reviewer — read-only, spawned by /aiagentminder:self-review.
Agent
Debugging and triage agent — structured reproduction, diagnosis, and fix planning. Use with claude --agent debug for focused debugging sessions.
Agent
General development agent — TDD, code quality, architecture fitness, approach-first, debug checkpoint, scope guardian. Use with claude --agent dev for feature work outside sprints.
Agent
Minimal-ceremony hotfix agent — branch, fix, test, PR with no sprint overhead. Use with claude --agent hotfix for urgent fixes.
Agent
Sprint item executor — TDD implementation agent. Receives a spec, runs in an isolated git worktree, writes tests, implements, and reports done or blocked.
Agent
Performance-focused code reviewer — read-only, spawned by /aiagentminder:self-review.
Agent
PR execution gate — build, lint, review-fix-test cycle, and merge. The definitive "ready to ship" check after all code review cycles complete.
Agent
Quality review agent — quality gate, self-review lenses, PR pipeline, architecture fitness. Use with claude --agent qa for standalone quality reviews.
Agent
Code review judge — classifies review lens findings by severity, decides block/pass. Read-only; does not run builds or tests (those are the pr-pipeliner's execution gate).
Agent
Security-focused code reviewer — read-only, spawned by /aiagentminder:self-review.
Agent
Sprint orchestrator — lightweight state machine that routes to specialist agents per phase. Use with claude --agent sprint-master or via sprint-runner.
Agent
Sprint planning agent — decomposes roadmap into sprint issues with sizing, risk tags, and acceptance criteria.
Agent
Sprint retrospective agent — computes metrics, generates retrospective report with adaptive sizing recommendations.
Agent
Sprint specification agent — writes detailed implementation specs per approved sprint item.
Agent
UX friction code reviewer — read-only, spawned by /aiagentminder:self-review.
Hook
Runs before the agent uses a tool for Agent, Bash and mcp__github__create_pull_request tool calls, executing sprint-phase-guard.sh and pre-pr-gate-hook.sh via bash (3 commands). From lwalden/AIAgentMinder.
Hook
Runs when the agent finishes a response, executing sprint-stop-guard.sh, context-warning-hook.sh and sprint-phase-reminder.sh via bash (3 commands). From lwalden/AIAgentMinder.
Hook
Runs when a session ends, executing hlpm-ping.sh via bash. From lwalden/AIAgentMinder.
Hook
Runs when a session starts on startup and resume, executing hlpm-ping.sh, session-start-cycle-reset.sh and session-start-hook.sh via bash (4 commands). From lwalden/AIAgentMinder.