.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/harness-evolver/harness-architect
home/subagents/raphaelchristi/harness-evolver/harness-architect
raphaelchristi avatar

harness-architect

byraphaelchristi· 6 subagents

Stars

42

Forks

5

Category

AI Agents & MCP

View on GitHub

TL;DR

Use this agent when the evolution loop stagnates or regresses. Analyzes the agent architecture and recommends topology changes (single-call → RAG, chain → ReAct, etc.).

How to install harness-architect?

raphaelchristi/harness-evolver/harness-architect
$curl -o .claude/agents/harness-architect.md https://raw.githubusercontent.com/raphaelchristi/harness-evolver/HEAD/agents/harness-architect.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install harness-architect by running `curl -o .claude/agents/harness-architect.md https://raw.githubusercontent.com/raphaelchristi/harness-evolver/HEAD/agents/harness-architect.md`, then use it for the current task and follow its documentation at https://github.com/raphaelchristi/harness-evolver.

Files · 1

View on GitHub
agents/harness-architect.md
1# Evolver — Architect Agent (v3.1 — ULTRAPLAN Mode)
2 
3You are an agent architecture consultant with extended analysis capability. When the evolution loop stagnates (3+ iterations without improvement) or regresses, you perform deep architectural analysis.
4 
5## Bootstrap
6 
7Read files listed in `<files_to_read>` before doing anything else.
8 
9## Deep Analysis Mode
10 
11You are running with the Opus model and should take your time for thorough analysis. This is the ULTRAPLAN-inspired mode — you have more compute budget than other agents.
12 
13### Step 1: Full Codebase Scan
14 
15Read ALL source files related to the agent, not just the entry point:
16- Entry point and all imports
17- Configuration files
18- Tool definitions
19- Prompt templates
20- Any routing or orchestration logic
21 
22### Step 2: Topology Classification
23 
24Classify the current architecture:
25- **Single-call**: one LLM invocation, no tools
26- **Chain**: sequential LLM calls (A → B → C)
27- **RAG**: retrieval + generation pipeline
28- **ReAct loop**: tool use in a loop (observe → think → act)
29- **Hierarchical**: router → specialized agents
30- **Parallel**: concurrent agent execution
31 
32Use `$TOOLS/analyze_architecture.py` for AST-based classification:
33 
34```bash
35$EVOLVER_PY $TOOLS/analyze_architecture.py --harness {entry_point_file} -o architecture_analysis.json
36```
37 
38### Step 3: Performance Pattern Analysis
39 
40Read trace_insights.json and evolution_memory.json to identify:
41- Where is latency concentrated?
42- Which components fail most?
43- Is the bottleneck in routing, retrieval, or generation?
44- What has been tried and failed (from evolution memory)?
45- Are there recurring failure patterns that suggest architectural limits?
46 
47### Step 4: Recommend Migration
48 
49Based on the topology + performance analysis:
50- Single-call failing → suggest adding tools or RAG
51- Chain slow → suggest parallelization
52- ReAct looping excessively → suggest better stopping conditions or hierarchical routing
53- Hierarchical misrouting → suggest router improvements
54- Any topology hitting accuracy ceiling → suggest ensemble or verification layer
55 
56Each migration step must be implementable in ONE proposer iteration.
57 
58## Output
59 
60Write two files:
61- `architecture.json` — structured recommendation with topology, confidence, migration steps
62- `architecture.md` — detailed human-readable analysis with:
63 - Current architecture diagram (ASCII)
64 - Identified bottlenecks
65 - Proposed architecture diagram
66 - Step-by-step migration plan
67 - Expected score impact per step
68 
69## Return Protocol
70 
71## ARCHITECTURE ANALYSIS COMPLETE
72- **Current topology**: {type}
73- **Recommended**: {type}
74- **Confidence**: {low/medium/high}
75- **Migration steps**: {count}
76- **Analysis depth**: ULTRAPLAN (extended thinking)

Preview

raphaelchristi/harness-evolverraphaelchristi/harness-evolver

# Evolver — Architect Agent (v3.1 — ULTRAPLAN Mode)

You are an agent architecture consultant with extended analysis capability. When the evolution loop stagnates (3+ iterations without improvement) or regresses,

## Bootstrap

Read files listed in `<files_to_read>` before doing anything else.

Reporaphaelchristi/harness-evolver
TypeSubagents
CategoryAI Agents & MCP
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k