From looploop
XP pair-programming workflow with PRD-driven TDD and iterative implementation
How this skill is triggered — by the user, by Claude, or both
Slash command
/looploop:looploop-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
looploop is an XP pair-programming workflow for Claude Code that enforces structured, test-driven development.
looploop is an XP pair-programming workflow for Claude Code that enforces structured, test-driven development.
/looploopFor new features and substantial work. Follows: PRD → TDD → Implement → Iterate
/looploop-fixFor bugfixes, small features, and refactors. Follows: Understand → Test Guard → Implement → Verify
All state is stored in .looploop/ in the project root:
config.json — session configurationprogress.txt — current phase and iterationprd.md — the PRD (full mode only)baseline.txt — test baseline (light mode only)snapshot-*.md — iteration snapshots/looploop-status — check current session progress/looploop-resume — resume an interrupted sessionUse full mode (/looploop) when:
Use light mode (/looploop-fix) when:
npx claudepluginhub emerson1337/erms-arsenal --plugin looploopGuides Red-Green-Refactor cycles for test-first feature implementation and bug fixes. Requires /optimus:init and working test infrastructure.
Manages AI pair programming sessions with driver/navigator roles, TDD, real-time code review, and quality verification. Invoke when collaborating on code with role-based workflows.
Provides structured workflow packs for 7 common Claude Code tasks: codebase exploration, bug fixing, safe refactoring, TDD, repo review before merge, CLAUDE.md generation, and migration planning.