vibecode-pro-max-kit

agent
Guvenlik Denetimi
Basarisiz
Health Gecti
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 26 GitHub stars
Code Basarisiz
  • process.env — Environment variable access in .claude/hooks/lib/colors.cjs
  • os.homedir — User home directory access in .claude/hooks/lib/config-counter.cjs
  • fs module — File system access in .claude/hooks/lib/config-counter.cjs
  • child_process — Shell command execution capability in .claude/hooks/lib/context-builder.cjs
  • execSync — Synchronous shell command execution in .claude/hooks/lib/context-builder.cjs
  • os.homedir — User home directory access in .claude/hooks/lib/context-builder.cjs
  • process.env — Environment variable access in .claude/hooks/lib/context-builder.cjs
  • fs module — File system access in .claude/hooks/lib/context-builder.cjs
  • child_process — Shell command execution capability in .claude/hooks/lib/git-info-cache.cjs
  • execSync — Synchronous shell command execution in .claude/hooks/lib/git-info-cache.cjs
  • fs.rmSync — Destructive file system operation in .claude/hooks/lib/git-info-cache.cjs
  • process.env — Environment variable access in .claude/hooks/lib/git-info-cache.cjs
  • fs module — File system access in .claude/hooks/lib/git-info-cache.cjs
  • fs.rmSync — Destructive file system operation in .claude/hooks/lib/hook-logger.cjs
  • fs module — File system access in .claude/hooks/lib/hook-logger.cjs
  • fs module — File system access in .claude/hooks/lib/privacy-checker.cjs
  • child_process — Shell command execution capability in .claude/hooks/lib/project-detector.cjs
  • execSync — Synchronous shell command execution in .claude/hooks/lib/project-detector.cjs
  • os.homedir — User home directory access in .claude/hooks/lib/project-detector.cjs
  • process.env — Environment variable access in .claude/hooks/lib/project-detector.cjs
  • fs module — File system access in .claude/hooks/lib/project-detector.cjs
  • fs module — File system access in .claude/hooks/lib/scout-checker.cjs
  • child_process — Shell command execution capability in .claude/hooks/lib/session-state-manager.cjs
  • fs.rmSync — Destructive file system operation in .claude/hooks/lib/session-state-manager.cjs
  • os.homedir — User home directory access in .claude/hooks/lib/session-state-manager.cjs
  • process.env — Environment variable access in .claude/hooks/lib/session-state-manager.cjs
  • fs module — File system access in .claude/hooks/lib/session-state-manager.cjs
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

RIPER-5 agent harness for Claude Code & Codex — 12 specialist agents, 31 skills, spec-driven development with phase-locked safety. Works with any codebase. Install in 30 seconds. Community skills & agents welcome.

README.md

English | 简体中文 | 日本語 | 한국어 | Tiếng Việt | Portugues

Flowser

Sponsored by Flowser.ai — AI Agents with computers for GTM


vibecode-pro-max-kit

Your AI coding agent writes code before it understands your project.
This harness turns it into a senior engineer that researches, plans, and gets smarter with every feature.


🔬 Spec-driven development for AI agents

📋 Auto-generates PRDs, manages backlogs, routes context automatically

🧠 Self-improving knowledge base that compounds as you ship

⚡ Runs autonomously for hours on large tasks without losing state

🤝 Plans and specs are shareable — devs, PMs, and stakeholders review the same artifacts

Flow like water

Stars Forks License Contributors CI Last Commit Agents Skills Platforms


🚀 Install (30 seconds)

curl -fsSL https://raw.githubusercontent.com/withkynam/vibecode-pro-max-kit/main/install.sh | bash

Then open Claude Code and say:

Run vc-setup

That's it. The setup skill detects your stack, asks about your project (a real conversation, not a checklist), scaffolds the process directory, deep-scans your codebase, and populates context files with actual content — not placeholders.


📦 What gets installed
your-project/
├── .claude/
│   ├── agents/              # 🤖 12 specialized agent definitions
│   │   ├── vc-research-agent.md
│   │   ├── vc-execute-agent.md
│   │   └── ...
│   ├── skills/              # ⚡ 31 auto-discovered skills
│   │   ├── vc-generate-plan/
│   │   ├── vc-security/
│   │   ├── vc-scout/
│   │   └── ...
│   └── hooks/               # 🪝 7 lifecycle hooks
│       ├── privacy-block.cjs
│       ├── scout-block.cjs
│       └── ...
├── .codex/
│   └── agents/              # 🔄 Mirrored agents for Codex
├── CLAUDE.md                # 📋 Orchestrator + routing rules
├── AGENTS.md                # 📖 Agent registry
└── process/                 # 🧠 Created by vc-setup (not install)
    └── ...
  • Fresh project? Installs the full harness, then vc-setup studies your codebase
  • Existing .claude/ config? Backs up to .vibecode-backup/, installs fresh, restores your settings.json
  • Existing process/ directory? Never touched by install — vc-setup handles migration intelligently
  • Existing CLAUDE.md? Backed up as CLAUDE.md.pre-vibecode, harness version installed
🤖 Full agent setup prompt (copy-paste this into Claude Code for maximum control)
First, install the vibecode-pro-max-kit agent harness by running this command:

curl -fsSL https://raw.githubusercontent.com/withkynam/vibecode-pro-max-kit/main/install.sh | bash

After the install completes, run vc-setup to configure everything for this project.

Follow the full interactive flow:

1. DETECT — Read package.json, detect my stack (framework, package manager, monorepo
   structure, test framework, database, auth). Also check if I have any existing .claude/,
   process/, or context files from a previous setup.

2. SHOW ME WHAT YOU FOUND — Present a summary of the detection results and wait for me
   to confirm before continuing. If this is an existing project with process/ folders or
   context files, tell me what you found and what looks good vs what could be improved.

3. ASK ME ABOUT THE PROJECT — Before scaffolding or scanning, have a real conversation
   with me about this project. Don't just ask a fixed list of questions and move on — ask
   follow-ups based on my answers, probe deeper on anything vague, and keep going until
   you genuinely understand the project. Start with the basics (what is this? who uses it?),
   then dig into architecture, features, conventions, pain points, and anything else that
   matters. Summarize your understanding back to me and confirm it's correct before moving on.

4. SCAFFOLD — Create the process/ directory structure. If I already have process/ folders,
   show me what you plan to change and wait for my approval before reorganizing anything.
   Never silently move or delete my existing files.

5. STUDY — Deep-scan the codebase and populate process/context/all-context.md with REAL
   content based on what you find AND what I told you. Include: repo structure, tech stack
   with versions, key patterns and conventions, import aliases, env vars, API routes,
   database schema, test setup. Do not leave placeholder text.

6. VALIDATE — Run all the validation checks to make sure everything is wired correctly.

Important rules:
- If I have existing context files or a well-written CLAUDE.md, read them first and
  preserve what is good. Merge intelligently — do not replace good content with generic scans.
- Show me a summary of what you plan to create or change at each major step and wait
  for my OK before proceeding.
- Do not create empty placeholder files. Only create files that have real content.
- Ask before reorganizing. If my existing setup works, tell me what you would improve
  and let me decide.

📖 Table of Contents

🔥 The Problem

You ask Claude to "add webhook support." It immediately starts writing code. No questions about your architecture. No check on existing patterns. No plan. You get 400 lines that don't fit your codebase, and you spend an hour fixing it.

But that's just the surface. The deeper problems hit harder:


🧠 Context dies every session

Your agent forgets everything it learned. Same mistakes, same questions, every time. No memory, no compounding knowledge.

📄 Docs go stale instantly

You wrote great context docs last week. They're already outdated. Nothing auto-updates them as the codebase evolves.

💥 Big tasks collapse mid-way

Context window fills up, state is lost, the agent starts hallucinating. You restart from scratch on hour 3.

🤝 No specs, no review, no collaboration

Your PM can't review what the agent is about to build. There's no artifact to share, discuss, or approve before code is written.

🎭 Architecture decisions are hallucinated

The agent invents patterns instead of researching how other codebases solved the same problem.


Your agent has intelligence but no process, no memory, and no way to collaborate with your team.


🛠️ The Fix

This harness installs a complete development system into your project — not just a CLAUDE.md file, but 12 specialized agents, 31 skills, and a phase-locked workflow that forces your agent to understand before it builds.


What it solves How
📋 Spec-driven plans PMs and devs review the same plan artifact before any code is written
🔄 Self-improving context Auto-updates every time a feature ships — docs never go stale
Autonomous execution Survives context compaction — runs for hours, not minutes
🧬 Architecture research Studies real codebases before making design decisions
🧭 Smart context routing Loads only what's relevant — not your entire knowledge base every time

%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '16px', 'lineColor': '#8888AA'}} }%%
flowchart TD
    R["🔍 RESEARCH\nRead codebase, gather facts"]
    I["💡 INNOVATE\nExplore 2-3 approaches"]
    P["📋 PLAN\nWrite detailed spec"]
    E["⚡ EXECUTE\nImplement the plan"]
    T["✅ tester → reviewer → git-manager"]
    U["🧠 UPDATE PROCESS\nCapture learnings"]

    R -->|"you say 'go'"| I
    I -->|"you say 'go'"| P
    P -->|"ENTER EXECUTE MODE"| E
    E --> T
    E -->|"recommended"| U

    style R fill:#1565C0,stroke:#0D47A1,color:#FFFFFF
    style I fill:#E65100,stroke:#BF360C,color:#FFFFFF
    style P fill:#2E7D32,stroke:#1B5E20,color:#FFFFFF
    style E fill:#C62828,stroke:#B71C1C,color:#FFFFFF
    style T fill:#6A1B9A,stroke:#4A148C,color:#FFFFFF
    style U fill:#00695C,stroke:#004D40,color:#FFFFFF

Every transition requires your explicit approval. Nothing auto-advances. You stay in control.


💎 Why Teams Use This

Most harnesses give you a CLAUDE.md and instructions. This gives you an autonomous development system that compounds intelligence over time.


📋 Spec-Driven Development — Not Vibes-Driven

Every feature gets a written plan with blast radius analysis before a single line of code is written.

💡 Auto-generates PRDs, manages backlogs, organizes feature groups. Works for both developers and product managers — your agent plans like a senior engineer, not an intern.

What's in every plan:

Section Purpose
📍 Touchpoints Every file that will be created or modified, listed upfront
📜 Public contracts What API surfaces or interfaces change
💥 Blast radius What could break, what tests to run, what to watch
Verification evidence How to prove the implementation is correct
🔄 Resume handoff Enough context for any agent to pick up mid-plan

🔄 Autonomous Multi-Phase Execution — Hours of Hands-Free Work

For large tasks, the agent runs an iterative phased loop:

🔍 research → ⚡ execute → ✅ validate → 📄 report → 🔄 repeat

💡 It self-heals when stuck, self-reflects to improve approach, and writes durable progress reports to disk. Context compaction can't kill it — all state lives in files, not memory.

Walk away and come back to completed work.


🧬 Auto-Architecture Research — Learn From Any Codebase

The agent doesn't just read your code — it studies other repositories to learn how they solved similar problems (vc-xia).

💡 It researches, compares approaches, and adapts the best patterns into your codebase. Architecture decisions are informed by real-world implementations, not hallucinated best practices.


🧭 Persistent Smart Context Routing — Always the Right Context

Context isn't one giant file. It's organized into auto-routed knowledge domains:

process/context/
├── all-context.md              # 🧭 Root router — reads your task, loads what's relevant
├── tests/
│   └── all-tests.md            # 🧪 Test runners, commands, debugging
├── container/
│   └── all-container.md        # 🐳 Docker, deployment, infra
├── uxui/
│   └── all-uxui.md             # 🎨 Components, design tokens, patterns
└── {your-domain}/
    └── all-{domain}.md         # 📚 Any domain with 3+ durable docs

💡 When the agent works on billing, it loads billing context — not your entire codebase docs. Context auto-updates every time you complete a feature, so it never goes stale.


🧠 Self-Improving Knowledge Base — Gets Smarter as You Ship

Every completed feature feeds learnings back into the context system.

💡 Research findings, architectural decisions, debugging insights, and coding patterns are captured and indexed automatically. Your 100th feature benefits from everything learned in the first 99. The knowledge compounds — it doesn't reset.


⚡ What Makes This Different

Most agent harnesses give you a big CLAUDE.md and some instructions. Here's what this one actually does:


🔒 Phase-Locked Tool Restrictions

Your agent literally cannot write code during research.

Each phase has tool restrictions enforced at the agent level — RESEARCH is read-only, INNOVATE has no Bash access at all, PLAN can only write to process/ directories. Not instructions that can be ignored — actual capability removal.


🎯 Smart Auto-Routing with Intent Detection

The system detects your intent from natural language and routes to the correct pipeline automatically.

You say System detects Routes to
"build webhook support" Feature request 🔍 research → 💡 innovate → 📋 plan → ⚡ execute
"login is broken" Bug 🐛 debugger → ⚡ execute
"clean up the auth module" Refactor ✨ code-simplifier (or full pipeline if behavioral)
"add rate limiting" Feature (fast) ⏩ fast-mode (compressed pipeline)

💡 A 6-level precedence order resolves conflicts when multiple intents match. One clarifying question max — never a 20-questions interrogation.


🔍 Automatic Skill Discovery (Step 0)

Before routing any request, the orchestrator scans 31 skills and matches keywords.

Say "add webhook support" and it automatically surfaces vc-security and vc-scenario alongside the feature workflow. You don't need to know what skills exist — they find you.


💾 Survives Context Window Compaction

When your context window fills up, nothing is lost.

Plans          →  process/general-plans/active/
Reports        →  process/features/{feature}/reports/
Context docs   →  process/context/{domain}/all-{domain}.md
Learnings      →  process/context/all-context.md
Approval state →  re-injected by session-init hook after compaction

💡 The session-init hook detects compaction events and re-injects approval gate state — so the agent can't silently skip past an approval it already received.


🛡️ Self-Policing Violation Detection

Every agent has a built-in interrupt protocol.

When it detects it's about to cross a phase boundary, it stops itself: "PHASE JUMPING PREVENTED: [activity] belongs to EXECUTE but I'm in RESEARCH mode." This is a structural hallucination guard.


🔄 Works Across Claude Code and Codex

Plans, context, and skills are shared artifacts.

.claude/agents/        ←→  .codex/agents/         # mirrored
.claude/skills/        ←→  .agents/skills          # symlinked
process/               ←→  shared by both          # plans, context, features

💡 Start in Claude Code, continue in Codex. Same agents, same skills, same workflow.


🧭 How It Works

Your request
  → Step 0: Skill Discovery (match keywords → surface relevant skills)
  → Intent Detection (feature / bug / question / refactor / UI)
  → Route to the right agent
  → Phase-locked execution with explicit transitions

The orchestrator never does the work itself — it routes, monitors, and manages transitions.


📊 The Workflow

Phase What happens You say
🔍 RESEARCH Read-only fact gathering — codebase + web (automatic on feature requests)
💡 INNOVATE Explore 2-3 approaches with trade-offs go
📋 PLAN Write a detailed spec you can review go
EXECUTE Implement exactly what was planned ENTER EXECUTE MODE
🧠 UPDATE PROCESS Capture learnings, update context, archive plan (recommended after non-trivial work)

💡 Shortcuts: ENTER FAST MODE - [task] compresses RESEARCH+INNOVATE+PLAN into one pass — still pauses before EXECUTE. Trivial fixes (single file, <15 lines, no schema/auth changes) skip straight to execute.


💻 Typical Session

# 🆕 Feature request
You: "add webhook support to the API"
→ Skill discovery surfaces: vc-scenario, vc-security
→ research-agent gathers context (read-only, can't touch code)
→ You say "go" → innovate-agent explores approaches
→ You say "go" → plan-agent writes spec with blast radius
→ You review the plan, say "ENTER EXECUTE MODE"
→ execute-agent implements → self-review → tester → code-reviewer → git-manager
→ Closeout packet: what changed, what's verified, recommended next step
# 🐛 Bug fix
You: "login redirect is broken"
→ Routes to vc-debugger → evidence gathering → competing hypotheses
→ Root cause identified with proof chain
→ execute-agent implements the fix → quality pipeline
# ⏩ Fast mode
You: "ENTER FAST MODE - add rate limiting middleware"
→ Compressed research+innovate+plan in one pass
→ Mandatory safety pause → you review → "ENTER EXECUTE MODE"
# 🏗️ Large program
You: "build a full testing platform"
→ Creates umbrella plan + phase plans in a feature folder
→ Each phase: re-research → approve → execute → validate → durable report
→ Progress survives context compaction — durable reports on disk
# 🔄 Autonomous optimization
You: "improve test coverage to 80% using vc-autoresearch"
→ Agent iterates: make change → commit → measure → keep/revert
→ Stuck detection after 5 consecutive discards → strategy shift
→ Full audit trail in TSV

🛡️ Built-in Safety Systems

These aren't just guidelines — they're structural enforcement built into every agent.


⏸️ 50% Mid-Implementation Check-In

At approximately halfway through execution, the agent pauses to report progress, list completed and remaining items, and asks: "Continue with current approach or pause and return to PLAN?"

🚫 Never Silently Deviate

If the execute-agent hits a problem requiring deviation from the plan, it immediately stops, explains the issue, and returns to PLAN mode. No quiet improvising.

🔙 Approach Abandonment Protocol

When an approach fails, the agent evaluates reusable components, documents lessons before deletion, creates an abandonment summary, and returns to PLAN. Knowledge is preserved, not lost.

🔐 Privacy Guardrails Hook

The agent is blocked from reading .env, credentials, SSH keys, and .pem files. Must ask for explicit approval. Fail-open design means a broken hook never blocks your workflow.

⚠️ High-Risk Evidence Packs

For changes touching auth, billing, schema migrations, or public APIs — the system requires a formal evidence pack before calling work "done." Auto-stop if evidence is missing.

📊 Drift Signal Scoring

After execution, the system scores urgency for process updates: LOW (light touch), MEDIUM (significant changes), HIGH (harness/protocol files touched). Small changes get a light nudge. Protocol changes get a strong push.


🔍 Pre-Implementation Intelligence

Before a single line of code is written, the system can catch issues through specialized analysis:


🎭 5-Persona Pre-Implementation Debate

Skill: vc-predict

Persona Focus
🏗️ Architect Structural integrity, extensibility, tech debt
🔐 Security Attack surfaces, auth flows, data exposure
Performance Latency, memory, scalability bottlenecks
🎨 UX User impact, edge cases, accessibility
😈 Devil's Advocate "Why not do nothing?" — challenges the premise

💡 They identify agreements, resolve conflicts through tradeoff weighting, and produce a GO / CAUTION / STOP verdict.


🎲 12-Dimension Edge Case Generator

Skill: vc-scenario

Decomposes any feature across 12 dimensions — generates 3-5 scenarios per dimension, severity-ranked. Outputs are directly usable as test specs.

👤 User Types 📥 Input Extremes ⏱️ Timing 📈 Scale
🔄 State Transitions 🌍 Environment 💥 Error Cascades 🔑 Authorization
💾 Data Integrity 🔌 Integration 📋 Compliance 💰 Business Logic

🔐 STRIDE + OWASP Security Audit

Skill: vc-security

Dual-methodology security audit combining STRIDE threat modeling with OWASP Top 10. Includes dependency auditing, secret detection, and an auto-fix mode that sorts findings by severity and fixes Critical first — with regression guards at each step.


🤖 Autonomous Agent Capabilities


🔄 Autonomous Metric Optimization

Skill: vc-autoresearch

Set a goal, walk away. The agent runs an iterative, git-backed optimization loop over any measurable metric:

📈 Test coverage · 📦 Bundle size · ⚠️ ESLint errors · 🚀 Lighthouse score

Each iteration makes ONE atomic change → commits → measures → keeps or reverts.

💡 Stuck detection triggers strategy shifts after 5 consecutive discards. Full audit trail in TSV.


👥 Parallel Agent Teams

Skill: vc-team

Multiple independent agents working simultaneously — not sequentially:

Template How it works
🔍 Research N angles explored in parallel
Execute Parallel developers with git worktree isolation (zero file conflicts)
🔎 Review Independent reviewers producing deduplicated, severity-ranked findings
🐛 Debug Competing hypotheses tested adversarially — debuggers trying to disprove each other

🔬 Evidence-Before-Hypothesis Debugging

Agent: vc-debugger

The debugger gathers evidence first → forms 2-3 competing hypotheses → systematically tests each one → documents the elimination path → states root cause with an evidence chain.

It never guesses — it proves. And it doesn't implement fixes — it hands a "fix boundary" back to execute-agent.


✅ Quality Pipeline — Built Into Execution

The execute-agent doesn't just write code and call it done. It auto-chains through a quality pipeline:


%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '16px', 'lineColor': '#8888AA'}} }%%
flowchart TD
    E["⚡ Execute-Agent\nImplements the plan"]
    SR["🔎 Self-Review\nLine-by-line check\nagainst plan"]
    T["🧪 Tester\nDiff-aware — only\nruns affected tests"]
    CR["🔍 Code Reviewer\nEdge case scout\n+ adversarial review"]
    CS["✨ Code Simplifier\nClarity refactoring"]
    GM["📦 Git Manager\nLogical commit splitting\nfrom touched_files"]

    E --> SR
    SR --> T
    T --> CR
    CR --> CS
    CS --> GM

    style E fill:#C62828,stroke:#B71C1C,color:#FFFFFF
    style SR fill:#AD1457,stroke:#880E4F,color:#FFFFFF
    style T fill:#6A1B9A,stroke:#4A148C,color:#FFFFFF
    style CR fill:#283593,stroke:#1A237E,color:#FFFFFF
    style CS fill:#00695C,stroke:#004D40,color:#FFFFFF
    style GM fill:#37474F,stroke:#263238,color:#FFFFFF

Step What it does
🔎 Self-review Checks every checklist item against plan for deviations, documents them
🧪 Tester Maps changed files to test files, auto-escalates to full suite when >70% mapped
🔍 Code reviewer Dispatches edge case scout BEFORE review, checks N+1 queries, auth paths, data leaks
Simplifier Clarity refactoring after review passes — no behavior changes
📦 Git manager Receives touched_files list, splits into logical conventional commits, refuses unknown files

📋 The Plan Lifecycle — Spec-Driven, Not Vibes-Driven

Every non-trivial feature follows a plan lifecycle — a written spec that is created, reviewed, executed against, and archived as project history.


%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '16px', 'lineColor': '#8888AA'}} }%%
flowchart TD
    A["🆕 Feature Request"]
    B["📝 Plan Created\nin active/"]
    C{"👀 User Reviews\nthe Plan"}
    D["⚡ Execute Against Plan"]
    E["📦 Plan Archived\nto completed/"]
    F["🧠 Learnings Written\nto all-context.md"]
    G["🔄 Next Feature\nStarts Smarter"]

    A --> B
    B --> C
    C -->|"✅ Approved"| D
    C -->|"✏️ Needs Changes"| B
    D --> E
    E --> F
    F --> G
    G -.->|"context compounds"| A

    style A fill:#1565C0,stroke:#0D47A1,color:#FFFFFF
    style B fill:#E65100,stroke:#BF360C,color:#FFFFFF
    style C fill:#F57F17,stroke:#F9A825,color:#000000
    style D fill:#C62828,stroke:#B71C1C,color:#FFFFFF
    style E fill:#6A1B9A,stroke:#4A148C,color:#FFFFFF
    style F fill:#00695C,stroke:#004D40,color:#FFFFFF
    style G fill:#1565C0,stroke:#0D47A1,color:#FFFFFF

💡 Six months from now, when someone asks "why did we build auth this way?", the answer is in completed/. Not lost in a Slack thread.


Where plans live on disk:

process/
├── general-plans/
│   ├── active/                  # 📋 Plans currently being worked on
│   │   └── webhooks_PLAN_28-05-26.md
│   ├── completed/               # ✅ Archived plans (searchable history)
│   ├── backlog/                 # 📌 Deferred work
│   ├── reports/                 # 📄 Cross-cutting reports
│   └── references/              # 📚 Research outputs
└── features/
    └── billing/                 # 🏷️ Feature-scoped (5+ artifacts)
        ├── active/
        ├── completed/
        ├── backlog/
        ├── reports/
        └── references/

🏗️ Phase Programs — Large Projects That Don't Fall Apart

Normal features use one plan. Large multi-phase projects use a phase program — an umbrella plan plus individual phase plans, each with its own validation gate.


%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '16px', 'lineColor': '#8888AA'}} }%%
flowchart TD
    UP["🎯 Umbrella Plan\nOverall program goal"]
    P1["📋 Phase 1 Plan"]
    P2["📋 Phase 2 Plan"]
    P3["📋 Phase 3 Plan"]

    R1["🔍 Re-Research"]
    E1["⚡ Execute"]
    V1["✅ Validate"]
    RP1["📄 Durable Report"]

    R2["🔍 Re-Research"]
    E2["⚡ Execute"]
    V2["✅ Validate"]
    RP2["📄 Durable Report"]

    UP --> P1
    UP --> P2
    UP --> P3

    P1 --> R1
    R1 -->|"approval"| E1
    E1 --> V1
    V1 --> RP1
    RP1 -.->|"learnings feed\nnext phase"| R2

    P2 --> R2
    R2 -->|"approval"| E2
    E2 --> V2
    V2 --> RP2

    style UP fill:#1565C0,stroke:#0D47A1,color:#FFFFFF
    style P1 fill:#E65100,stroke:#BF360C,color:#FFFFFF
    style P2 fill:#E65100,stroke:#BF360C,color:#FFFFFF
    style P3 fill:#E65100,stroke:#BF360C,color:#FFFFFF
    style R1 fill:#1565C0,stroke:#0D47A1,color:#FFFFFF
    style E1 fill:#C62828,stroke:#B71C1C,color:#FFFFFF
    style V1 fill:#2E7D32,stroke:#1B5E20,color:#FFFFFF
    style RP1 fill:#6A1B9A,stroke:#4A148C,color:#FFFFFF
    style R2 fill:#1565C0,stroke:#0D47A1,color:#FFFFFF
    style E2 fill:#C62828,stroke:#B71C1C,color:#FFFFFF
    style V2 fill:#2E7D32,stroke:#1B5E20,color:#FFFFFF
    style RP2 fill:#6A1B9A,stroke:#4A148C,color:#FFFFFF

Key features:

Feature Why it matters
🔄 Re-research at every phase Checks for code drift, reads latest reports, updates assumptions
Validation gates Phase isn't VERIFIED until evidence proves it. Honest status: PLANNEDCODE DONETESTINGVERIFIED or BLOCKED
📄 Durable reports Every phase writes results to disk. Progress survives context compaction
🧠 Learnings feed forward Phase 1 discoveries update Phase 2's plan before execution
🏗️ Foundation vs expansion Explicitly splits "prove the architecture" from "implement everything"
🚧 Honest blocker handling Blocked phases stay BLOCKED with evidence. No forcing green status

🧠 Context Groups — Organized Knowledge, Not One Giant File

Project knowledge is organized into context groups — durable knowledge domains, each with an all-{group}.md router that tells agents what to read and when.


process/context/
├── all-context.md              # 🧭 Root router — architecture, stack, patterns, conventions
├── tests/
│   └── all-tests.md            # 🧪 Test runners, commands, debugging procedures
├── container/
│   └── all-container.md        # 🐳 Docker, deployment, infra procedures
├── uxui/
│   └── all-uxui.md             # 🎨 Components, design tokens, patterns
├── infra/
│   └── all-infra.md            # 🖥️ Worker nodes, provisioning, DNS
├── skills/
│   └── all-skills.md           # ⚡ Skill runtime, app architecture
├── workflows/
│   └── all-workflows.md        # 🔄 Workflow runtime, deployment
└── {your-domain}/
    └── all-{domain}.md         # 📚 Any knowledge domain with 3+ durable docs

How it works
🧭 Router pattern Agents read only what's relevant to their task, not everything
📏 Auto-promotion Topics with 3+ docs or 800+ lines get their own context group
🔄 Living docs Updated by update-process-agent after every non-trivial feature
🧪 Auditable vc-audit-context verifies routing and consistency

📁 Feature Folders — Self-Organizing Project Memory

When a topic accumulates 5+ artifacts, it gets its own feature folder — a complete lifecycle container.


process/features/{feature}/
├── active/       # 📋 Plans currently being worked on
├── completed/    # ✅ Archived plans (searchable decision history)
├── backlog/      # 📌 Deferred work (agents check before duplicating)
├── reports/      # 📄 Execution reports, post-mortems, validation results
└── references/   # 📚 Research outputs that inform future decisions

What happens
🆕 New work starts in active/ → reports accumulate → plan archives to completed/
📌 Deferred work goes to backlog/ — agents check it before creating duplicate plans
📦 Feature promotion happens automatically when general artifacts hit 5+
🔍 Every feature has complete, self-contained history — plans, decisions, reports, research

🤖 What's Inside


12 Agents

Click to expand agent list (12 agents)

Core workflow agents — one per RIPER-5 phase:

Agent Role
🔍 vc-research-agent Codebase + web research, read-only. Contradiction tracking built in
💡 vc-innovate-agent Brainstorm 2-3 approaches. Must produce decision summary before PLAN
📋 vc-plan-agent Write spec with anti-rationalization guards. "I already know how" is not a plan
vc-execute-agent Implement per plan. 50% check-in, deviation protocol, self-review
vc-fast-mode-agent Compressed RESEARCH→INNOVATE→PLAN with mandatory safety pause
🧠 vc-update-process-agent 7-phase mandatory checklist including stale artifact scanning

Specialist agents — called during EXECUTE or standalone:

Agent Role
🐛 vc-debugger Evidence-before-hypothesis. Competing hypotheses, elimination chains
🧪 vc-tester Diff-aware. Only runs affected tests. Auto-escalates on config changes
🔎 vc-code-reviewer Edge case scout BEFORE review. N+1 detection, auth path validation
vc-code-simplifier Clarity refactoring without behavior change
🎨 vc-ui-ux-designer Design-aware frontend. Can spawn research subagent mid-execution
📦 vc-git-manager Logical commit splitting from touched_files. Refuses unknown files

31 Skills (auto-discovered)

Click to expand skill list (31 skills)

🔧 Contract skillsvc-generate-plan · vc-generate-context · vc-audit-context · vc-audit-plans · vc-audit-vc · vc-setup · vc-update · vc-publish

🧠 Planningvc-predict (5-persona debate) · vc-scenario (12-dimension edge cases) · vc-sequential-thinking · vc-problem-solving

🐛 Debug & securityvc-debug · vc-security (STRIDE + OWASP + auto-fix) · vc-autoresearch (autonomous optimization)

📚 Researchvc-docs-seeker · vc-scout · vc-docs · vc-repomix · vc-xia (repo comparison)

🎨 Frontendvc-frontend-design · vc-chrome-devtools · vc-agent-browser · vc-web-testing

⚙️ Utilitiesvc-context-engineering · vc-mcp-management · vc-preview · vc-team (parallel agents) · vc-tech-graph · vc-watzup (session handoff) · vc-merge-worktree


🪝 7 Hooks

Hook What it does
🔐 Privacy guardrails Blocks .env, credentials, SSH keys. Requires explicit approval
🚫 Scout blocker Prevents agent from wandering into node_modules/, dist/. Gitignore-syntax .ckignore
🧠 Session init Detects stack, injects env vars, recovers approval gates after compaction
💉 Subagent context Injects ~200 token compact context block into every subagent
Edit quality After 5+ edits, nudges to run code-simplifier (non-blocking, throttled)
📛 Descriptive naming Language-aware file naming conventions on every Write
📊 Usage tracking Session metrics and token awareness

Where everything lives:

your-project/
├── .claude/
│   ├── agents/              # 🤖 12 agent definitions (.md)
│   ├── skills/              # ⚡ 31 skill modules (each a directory with SKILL.md)
│   └── hooks/               # 🪝 7 lifecycle hooks (.cjs)
├── .codex/
│   └── agents/              # 🔄 Mirrored for Codex compatibility
├── .agents/
│   └── skills -> ../.claude/skills   # 🔗 Symlink for Codex discovery
├── CLAUDE.md                # 📋 Orchestrator config + routing rules
├── AGENTS.md                # 📖 Agent + skill registry
└── process/
    ├── context/             # 🧠 Auto-routed knowledge domains
    ├── general-plans/       # 📋 Cross-cutting plans + reports
    ├── features/            # 🏷️ Feature-scoped lifecycle folders
    └── development-protocols/  # 📜 Shared workflow rules

🔄 Updating

Pull the latest harness improvements:

Run vc-update

💡 Shows a dry-run diff, waits for confirmation. Your process/ directory and project-specific content are never touched.


Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.


Quick links:


Contributors

⭐ Star History

Star History Chart

📄 License

MIT

Yorumlar (0)

Sonuc bulunamadi