원클릭으로
self-evolve
Analyze harness performance over time, propose and apply improvements to agents, skills, and hooks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze harness performance over time, propose and apply improvements to agents, skills, and hooks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Spawn recursive agent armies — swarms that spawn swarms, sandbox armadas, full lifecycle assault
Full rebuild — tear down broken service, scaffold fresh, migrate data, deploy, verify
Dynamic swarm orchestration — decompose any task into parallel agent waves, execute, merge results
One-command deployment — detect stack, build, ship, verify, report URL
Production incident response — triage, diagnose, fix, restore, document
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
| name | self-evolve |
| description | Analyze harness performance over time, propose and apply improvements to agents, skills, and hooks |
| level | 5 |
| triggers | ["evolve","self-improve","harness-audit"] |
| user-invocable | true |
| pipeline | ["evolve (agent) → executor (apply changes) → verifier (confirm no regressions)"] |
| handoff | .omc/evolution-ledger.md |
Systematically improve the harness by analyzing what's working, what's failing, and what's unused. This is NOT speculative improvement — every change must be backed by evidence from session history, fabric memory, or observable patterns.
Spawn evolve agent with:
Analyze the harness at ~/.jailbreak/ for the last 7 days:
1. Read fabric entries in ~/fabric/ — identify failure patterns, escalation loops, unused agents
2. Check .omc/state/ for mode failures (autopilot aborts, ralph stalls, ultraqa loops)
3. Grep agent definitions for constraints that are frequently violated
4. Check git log of ~/.jailbreak/ for recent changes and their effects
Produce an evolution report with max 5 proposals.
Present proposals to user. Each proposal shows:
Gate: User must approve proposals before Phase 3. If no approval, log proposals to evolution ledger as "proposed" and stop.
For each approved proposal:
git stash or commit current state (safety net)next-skill, pipeline fields)For each applied change:
Append to .omc/evolution-ledger.md:
## [DATE] Evolution Pass
| # | Proposal | Status | Target | Impact |
|---|----------|--------|--------|--------|
| 1 | [title] | applied/reverted/rejected | path | B:X D:Y |
Proposal: Tighten debugger circuit breaker from 3 to 2 failures
Evidence: 8 of last 12 debugger sessions hit the 3-failure limit and escalated to architect,
but the 3rd attempt never succeeded — it just wasted a turn.
Change: In agents/debugger.md, change "3-failure circuit breaker" to "2-failure circuit breaker"
Impact: Benefit 3/5, Disruption 1/5
Proposal: Rewrite the entire critic agent to use chain-of-thought
Evidence: "It seems like it could be better"
→ REJECTED: No evidence, massive disruption, vague benefit