By vp-k
AI coding completion framework. Built-in Ralph Loop + DoD/SPEC/TDD/Fresh Context Verification to ensure AI finishes the job
Add E2E tests to existing projects. Auto-generate scenarios from docs or code analysis
Doc consistency check. Verify doc↔doc and doc↔code alignment with scripts + AI auto-fix
코드 리뷰 반복 수행 (gemini). codex(SEC/ERR/DATA) + gemini(PERF/CODE) 분할 리뷰
코드 리뷰 반복 수행 (solo). Claude 다관점 3-pass 순차 리뷰
Iterative code review (multi-mode). codex/solo/gemini selectable via --mode
Use this agent during Phase 1 for architecture review. Validates tech stack fitness, dependency analysis, API design consistency, data model integrity, and non-functional requirement coverage. Produces Architecture Review Report with ARCHITECTURE_SCORE.
Use this agent for independent code review during Phase 3. Reviews code across 5 categories (SEC/ERR/DATA/PERF/CODE) with severity-based finding format. Designed for Agent Teams parallel review.
Use this agent during Phase 4 Step 4-3 (De-Sloppify) to identify and remove AI-generated code antipatterns. Detects unnecessary abstractions, over-engineering, verbose comments, and other "AI slop" patterns. Does NOT implement — only identifies and recommends specific simplifications.
Use this agent at every phase transition gate. Validates Pre-mortem Tiger resolution, DoD evidence validity, scope change impact, and technical debt accumulation. Delivers GO / NO-GO / CONDITIONAL GO decisions before phase advancement.
Use this agent for Phase 0 PM planning review. Independently validates persona quality, priority consistency (MoSCoW→ICE→Kano), user story INVEST criteria, and goal-feature alignment. Runs in parallel with Codex review at Step 0-7.
Loaded by the full-auto-solo orchestrator at Phase 3 entry via Read.
Loaded by the full-auto orchestrator at Phase 3 entry via Read.
Loaded by the full-auto-solo orchestrator at Phase 1 entry via Read.
Loaded by the full-auto orchestrator at Phase 1 entry via Read.
Loaded by full-auto Phase 2 or add-e2e orchestrator via Read.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
AI coding completion framework. Built-in Ralph Loop + DoD/SPEC/TDD/Fresh Context Verification to ensure AI finishes the job.
claude plugins install /path/to/auto-complete-loop
# Build a full project from one sentence (solo - no codex/gemini needed)
/full-auto-solo Make a community site with auth, posts, and comments
# Build with codex code review (requires codex-cli)
/full-auto Make a todo app with categories and due dates
# Review existing code (solo)
/code-review-loop-solo --rounds 3 src/
# Review with codex
/code-review-loop --rounds 3 src/
Every major command comes in 3 modes. Pick the one that matches your environment:
| Mode | External AI | Best For |
|---|---|---|
| Solo | None | No setup needed. Claude switches roles for multi-perspective analysis |
| 2-Way | codex-cli | Stronger review - codex provides independent perspective |
| 3-Way | codex-cli + gemini-cli | Strongest - 3 independent AI perspectives |
| Feature | Solo | 2-Way (codex) | 3-Way (codex+gemini) |
|---|---|---|---|
| Full project | /full-auto-solo | /full-auto | /full-auto-teams |
| Code review | /code-review-loop-solo | /code-review-loop | /code-review-loop-gemini |
| Planning docs | /plan-docs-auto-solo | /plan-docs-auto | /plan-docs-auto-gemini |
| Release polish | /polish-for-release-solo | /polish-for-release | /polish-for-release-gemini |
Claude plays multiple roles by explicitly switching perspectives per pass:
Code Review (3-pass sequential):
Pass 1 [Security + Error Expert] SEC, ERR only
Pass 2 [Data + Performance Expert] DATA, PERF only
Pass 3 [SPEC Compliance Expert] IMPL, CODE only
Each pass reads the code fresh with a single focused lens. Prevents perspective contamination.
Planning Docs (self-debate):
[Writer] Drafts the document
[Critic] "How would this fail in production?"
[Writer] Addresses critique
[Critic] Repeats until no Critical/High issues remain
Release Polish (dual-role):
[Executor] Analyzes and fixes
[Verifier] "Did this fix introduce new problems?"
/full-auto-solo Build a recipe sharing app with user profiles, recipe CRUD, and search
Runs 5 phases: PM Planning, Doc Planning, Implementation, Code Review, Verification.
# Quick 3-round review
/code-review-loop-solo --rounds 3 src/
# Until zero critical/high issues
/code-review-loop --goal "CRITICAL/HIGH 0" src/auth/
# Interactive mode
/code-review-loop --interactive src/
/implement-docs-auto overview.md README.md
/plan-docs-auto-solo overview.md README.md
/polish-for-release-solo
/add-e2e docs/
/interview-prep docs/overview.md
/post-analysis
/post-analysis --only metrics
| Command | Description |
|---|---|
/full-auto <req> | End-to-end automation (codex review) |
/full-auto-teams <req> | End-to-end with Agent Teams 3-way review + Live Testing |
/full-auto-solo <req> | End-to-end with Claude multi-perspective (no external AI) |
/implement-docs-auto <def> <docs> | Implement planning docs to code |
| Command | Description |
|---|---|
/code-review-loop [opts] <scope> | Iterative review with codex |
/code-review-loop-gemini [opts] <scope> | 3-way: codex + gemini |
/code-review-loop-solo [opts] <scope> | Claude 3-pass multi-perspective |
Options: --rounds N (default 3), --goal "condition", --interactive
| Command | Description |
|---|---|
/plan-docs-auto <def> <docs> | Doc refinement with codex debate |
/plan-docs-auto-gemini <def> <docs> | 3-way: codex + gemini + Claude |
/plan-docs-auto-solo <def> <docs> | Claude self-debate (writer vs. critic) |
| Command | Description |
|---|---|
/polish-for-release [def] [docs] | Pre-release polish with codex |
/polish-for-release-gemini [def] [docs] | 3-way advisory |
/polish-for-release-solo [def] [docs] | Claude dual-role (executor + verifier) |
npx claudepluginhub vp-k/auto-complete-loopFlutter development skills for Claude Code - Feature-Driven Development with Clean Architecture
Multi-AI roundtable plugin. Calls real codex/gemini CLI binaries via Bash for a deterministic 2- or 3-AI debate (default: codex only; --both for codex+gemini), with auto-retry, quota detection, and Claude agent fallback only when a CLI is missing or its quota is exhausted. Synthesizes a roadmap and executes with parallel agents.
텍스트 한 줄로 플레이 가능한 Godot 4 게임을 자율 생성. 6-Phase 파이프라인: Concept → Scaffold → Implement → Test → Review → Verify
Design reference-based polishing with WCAG accessibility checks. Trend search, Gap analysis, and improvement suggestions.
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.
Use Claude Code like a Director, not a Programmer. Complete toolkit with 26 commands, 14 agents, 31 skills, and TDD-based Auto-Loop.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Autonomous Claude + Codex review loop. Plan a feature with adversarial pushback, or audit code, all in one window.
SPEC-First development workflow with TDD, Ralph Loop, and autonomous agent coordination for Claude Code
Humanize - An iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans and Codex independently reviews progress, ensuring quality through continuous refinement.