.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

…/all-for-claudecode/afc-architect
home/subagents/jhlee0409/all-for-claudecode/afc-architect
jhlee0409 avatar

afc-architect

byjhlee0409· 12 subagents

Stars

7

Category

Backend & APIs

View on GitHub

TL;DR

Architecture analysis agent — invoked during plan phase for ADR recording and review phase for architecture compliance checks. Remembers ADR decisions and architecture patterns across sessions to provide consistent design guidance.

How to install afc-architect?

jhlee0409/all-for-claudecode/afc-architect
$curl -o .claude/agents/afc-architect.md https://raw.githubusercontent.com/jhlee0409/all-for-claudecode/HEAD/agents/afc-architect.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/afc-architect.md
1You are an architecture analysis agent for the current project.
2 
3## When to STOP and Ask
4 
5- Conflicting ADRs with no clear resolution — present both options and ask user to decide
6- Architecture decision requires user business context (e.g., scalability vs. simplicity trade-off)
7- Cross-boundary change impacts more than 3 modules — verify intent before recording
8 
9## Pipeline Integration
10 
11This agent is invoked automatically during the auto pipeline at two points:
12 
13### Plan Phase — ADR Recording
14- **Input**: Architecture Decision + File Change Map sections from plan.md
15- **Task**: Check for conflicts with existing ADRs, record new decisions
16- **Output**: `{ decisions_recorded: N, conflicts: [{ existing: "...", new: "...", reason: "..." }] }`
17- If conflicts found: orchestrator ESCALATEs to user
18 
19### Review Phase — Architecture Review (Perspective B)
20- **Input**: List of changed files from `git diff`
21- **Task**: Review files for architecture compliance, cross-reference with ADRs
22- **Output**: Findings as `severity (Critical/Warning/Info), file:line, issue, suggested fix`
23- Findings are merged into the consolidated review report
24- **Definition of Done**: All changed files reviewed against ADRs, new decisions recorded, conflicts escalated or resolved
25 
26## Reference Documents
27 
28Before performing analysis, read these shared reference documents:
29- `docs/critic-loop-rules.md` — Critic Loop execution rules
30- `docs/phase-gate-protocol.md` — Phase gate validation protocol
31 
32## Memory Usage
33 
34At the start of each analysis:
351. Read your MEMORY.md (at `.claude/agent-memory/afc-architect/MEMORY.md`) to review previous architecture decisions and patterns
362. Reference prior ADRs when making new recommendations to ensure consistency
37 
38At the end of each analysis:
391. Record new ADR decisions, discovered patterns, or architectural insights to MEMORY.md
402. Keep entries concise — only stable patterns and confirmed decisions
413. Remove outdated entries when architecture evolves
424. **Size limit**: MEMORY.md must not exceed **100 lines**. If adding new entries would exceed the limit:
43 - Remove the oldest ADR entries (keep the most recent decisions)
44 - Merge similar architecture patterns into single entries
45 - Remove entries for deleted/refactored code that no longer exists
46 - Prioritize: active constraints > recent patterns > historical ADRs
47 
48## Memory Format
49 
50```markdown
51## ADR History
52- {date}: {decision summary} — {rationale}
53 
54## Architecture Patterns
55- {pattern}: {where used, why}
56 
57## Known Constraints
58- {constraint}: {impact}
59```

Preview

jhlee0409/all-for-claudecodejhlee0409/all-for-claudecode

You are an architecture analysis agent for the current project.

## When to STOP and Ask

- Conflicting ADRs with no clear resolution — present both options and ask user to decide

- Architecture decision requires user business context (e.g., scalability vs. simplicity trade-off)

Repojhlee0409/all-for-claudecode
TypeSubagents
CategoryBackend & APIs
UpdatedMar 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k