architect
01Agent
Architecture agent for module decomposition, story writing, execution state design, and function skeleton generation. Guides structured pre-implementation design.
203 tagged ai code review, measured the same way as everything else here.
Browse within: claude-code-plugins 41developer-productivity 39documentation-automation 39ai-development 38agentic-coding 36ai-workflows 36code-quality 33ai-agent-orchestration 29ai-pair-programming 29ai-workflow 29agent-orchestration 27Multi-Agent 12static-analysis 12ai-developer-tools 9
Agent
Architecture agent for module decomposition, story writing, execution state design, and function skeleton generation. Guides structured pre-implementation design.
Agent
Structured Root Cause Analysis agent for bug investigation. Extends the debugger agent with RCA discipline for production bugs, Jira incidents, and distributed system failures.
Agent
Three-stage code review agent for phase boundaries. Ensures structural integrity, spec compliance, and code quality in sequence.
stone16/harness-engineering-skills
Agent
Harness Evaluator — independent code evaluation with Tier 1 deterministic checks and Tier 2 deep logic analysis. Use when harness orchestrator needs checkpoint evaluation.
stone16/harness-engineering-skills
Agent
Harness Retro — post-task retrospective analysis, error pattern detection, and CLAUDE.md rule proposals. Use when harness orchestrator needs task retrospective.
stone16/harness-engineering-skills
Agent
Harness Spec Evaluator — reviews spec.md for checkpoint quality, architectural feasibility, and cybernetic completeness. Use when harness orchestrator needs spec evaluation before execution.
Agent
Scan changed code for logic bugs, security vulnerabilities (OWASP Top 10), completeness gaps, and error handling issues.
Agent
Shared severity tiers, verification gate, quotas, and auto-drop rules included by every review-all agent prompt.
Agent
Batch-verify all findings from one source agent — re-read source, apply false-positive filter, score each 0-100. One verifier per source agent (not per finding).
Agent Claude Code
Analyze Logic-Lens benchmark/eval failures. Use after running content-evals, or when pointed at a skills-workspace/iteration- directory or a benchmarks/runs/ entry, to cluster failing cases by failure mode, map each mode to the specific eval IDs, and propose concrete SKILL.md disambiguation-rule changes. Read-only…
Agent Claude Code
The verify gate of the Logic-Lens iteration loop. Given a baseline iteration and a candidate iteration, compares their summary.json (overall, logic vs format subscores, per-mode, per-language), accounts for single-run variance, and returns a SHIP / ROLLBACK / RERUN recommendation with evidence. Use after…
Agent Claude Code
Applies a single, minimal, generalized edit to a Logic-Lens skill (SKILL.md / guide / shared file) given a concrete failure diagnosis. Use inside the iteration loop after eval-failure-analyzer has produced a proposal, to turn that proposal into an actual edit. Mutates files; does NOT run evals or sync the cache — it…
Agent
You are the Independent Verification Executor in a Software Engineering Chain of Verification (SE-CoVe) system.
Agent
You are the Verification Task Planner in a Software Engineering Chain of Verification (SE-CoVe) system.
Agent
You are the Final Solution Synthesizer in a Software Engineering Chain of Verification (SE-CoVe) system.
Agent
A code explorer for 1C:Enterprise that gathers facts about how code and metadata are connected.
Agent
An automated verifier for BSL, the programming language used by the 1C business-software platform. It checks method signatures, shared modules, metadata objects, static-analysis diagnostics, naming rules, and allowed characters.
Agent
An automated checker for XML exports from 1C, a business-software platform. It compares the files on disk with their expected contents and checks metadata structure.
Agent Claude Code
Adversarial reviewer for specs, plans, implementations, or any combination ("spec amendment + implementation in the same PR" is the dominant case). Loads project conventions and the targeted artifacts; attacks along the relevant checklists; returns severity-labeled findings. Use after gates pass but before declaring…
Agent Claude Code
Quality-lens reviewer covering testability, observability, reliability, and maintainability -- the "cost to live with this code" pass. Also drafts contract or construction tests on request. Reads effective repository guidance, the spec and plan if any, the diff, and nearby tests; flags test-shape problems (wrong…
Agent Claude Code
Threat-model and secure-design reviewer for changes that cross a security boundary — auth, data handling, dependencies, deserialization, file/network I/O, secrets, or LLM/agent code. Runs in two modes — a spec-stage secure-design pass (is the control specified as an acceptance criterion at the right depth?) and an…
Agent
Hand a task the user has asked to give to Gemini or AGY -- investigation, diagnosis, a second implementation pass, or a substantial coding task -- to the shared companion runtime. Use only when the user has asked for Gemini or AGY.
Agent Claude Code
This directory contains custom agent definitions for the Phase A/B/C subagent workflow and PM task execution. Each agent is a .md file with frontmatter metadata and role-specific rules. The harness automatically injects the project CLAUDE.md hierarchy and .claude/rules/.md into every custom subagenttype agent at spawn…
Agent Claude Code
Phase C subagent: verify merge gate and AC, then run the canonical /wrap merge flow when authorized.