router
25SeongwoongCho/adaptive-harness
Agent
Classifies tasks via 6-axis taxonomy and selects optimal harness from pool.
SeongwoongCho/adaptive-harness
Agent
Classifies tasks via 6-axis taxonomy and selects optimal harness from pool.
SeongwoongCho/adaptive-harness
Agent
Security auditor. Conducts OWASP Top-10 scans, dependency audits, secrets scans, and threat modeling. Produces a prioritized findings report with fix recommendations.
SeongwoongCho/adaptive-harness
Agent
Automated ship/release specialist. Merges main, runs tests, reviews the diff, bumps version, generates changelog, creates bisectable commits, pushes, and opens a PR.
SeongwoongCho/adaptive-harness
Agent
Lightweight executor for trivial, well-defined local tasks. No planning overhead — read, change, sanity-check, done.
SeongwoongCho/adaptive-harness
Agent
Two-phase executor. Builds a fast throwaway prototype to learn the problem space, then rewrites for production quality using spike learnings.
SeongwoongCho/adaptive-harness
Agent
Merges independent codebases from ensemble worktrees into a single working project via file-level comparison, cherry-pick, and verified integration.
SeongwoongCho/adaptive-harness
Agent
Multi-component system architect and implementer. Designs service decomposition, infrastructure, and async patterns before building each component with integration verification.
SeongwoongCho/adaptive-harness
Agent
Root cause analysis executor. Diagnoses bugs through structured reproduce-isolate-fix-verify phases, never guessing.
SeongwoongCho/adaptive-harness
Agent
TDD workflow executor. Implements changes using strict red-green-refactor cycles with enforced test coverage gates.
SeongwoongCho/adaptive-harness
Command
Manually evaluate the last task result or a specific change.
SeongwoongCho/adaptive-harness
Command
Trigger harness evolution: analyze evaluation logs, propose changes, apply to experimental pool.
SeongwoongCho/adaptive-harness
Command
Run a task through the adaptive-harness pipeline explicitly.
SeongwoongCho/adaptive-harness
Command
Show adaptive-harness pool state, performance stats, and evolution history.
SeongwoongCho/adaptive-harness
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From SeongwoongCho/adaptive-harness.
SeongwoongCho/adaptive-harness
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-interceptor.sh. From SeongwoongCho/adaptive-harness.
SeongwoongCho/adaptive-harness
Hook
Runs after a tool call finishes for Bash tool calls, executing collect-evidence.sh. From SeongwoongCho/adaptive-harness.
SeongwoongCho/adaptive-harness
Hook
Runs when a subagent finishes, executing subagent-complete.sh. From SeongwoongCho/adaptive-harness.
SeongwoongCho/adaptive-harness
Hook
Runs when the agent finishes a response, executing session-end.sh. From SeongwoongCho/adaptive-harness.
SeongwoongCho/adaptive-harness
Skill Claude CodeCodex
Manage the adaptive-harness pool: list, inspect, promote, demote harnesses. Use when user asks about harness status or wants to manage the pool.
SeongwoongCho/adaptive-harness
Skill Claude CodeCodex
Manually invoke the adaptive-harness migration to update a project's .adaptive-harness directory to the current plugin version. Adds missing harnesses, updates config schema, and reports what changed.
SeongwoongCho/adaptive-harness
Skill Claude CodeCodex
Reference for the 6-axis task taxonomy used by adaptive-harness routing. Use when user asks how tasks are classified.
SeongwoongCho/adaptive-harness
Skill Claude CodeCodex
Auto-mode bootstrap for adaptive-harness. Intercepts tasks, routes to optimal harness, evaluates results. Use on every task when adaptive-harness auto-mode is active.