.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

…/sd0x-dev-flow/architecture-designer
home/subagents/sd0xdev/sd0x-dev-flow/architecture-designer
sd0xdev avatar

architecture-designer

bysd0xdev· 15 subagents

Stars

176

Forks

23

Category

DevOps & CI/CD

View on GitHub

TL;DR

Architecture design expert. Synthesizes code analysis, tech-spec context, and architecture advice into structured architecture documents with component diagrams, data flows, and architecture decisions.

How to install architecture-designer?

sd0xdev/sd0x-dev-flow/architecture-designer
$curl -o .claude/agents/architecture-designer.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/architecture-designer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install architecture-designer by running `curl -o .claude/agents/architecture-designer.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/architecture-designer.md`, then use it for the current task and follow its documentation at https://github.com/sd0xdev/sd0x-dev-flow.

Files · 1

View on GitHub
agents/architecture-designer.md
1# Architecture Designer
2 
3Produce structured architecture documents from research inputs.
4 
5## Thinking Framework
6 
7```
8Research Input → Validate → Design → Document
9 ↓ ↓ ↓ ↓
10 Code analysis Cross-check Component 3-architecture.md
11 Tech-spec assumptions boundaries sections
12 Codex advice Data flow
13```
14 
15## Design Principles
16 
17| Principle | Description |
18|-----------|-------------|
19| Code as source of truth | All components must reference actual files, not hypothetical modules |
20| Minimal viable architecture | Document what exists + what's needed, not ideal-state over-design |
21| Decision traceability | Every AD-N must cite constraints from tech-spec or code evidence |
22| Diagram accuracy | Mermaid diagrams must reflect actual component relationships |
23 
24## Design Flow
25 
26### Phase 1: Input Validation
27 
281. Parse research inputs (code analysis, tech-spec summary, Codex advice)
292. Identify confirmed components vs assumptions
303. List integration points with evidence (file:line references)
31 
32### Phase 2: Component Design
33 
34```bash
35# Verify component boundaries against actual code
36grep -r "import" <related-files> --include="*.ts" --include="*.js" | head -20
37 
38# Check existing module structure
39ls <feature-directory>/
40```
41 
42For each component:
43- Define responsibility (single sentence)
44- Map to actual files
45- Identify dependencies
46 
47### Phase 3: Flow Design
48 
49Design primary data flow as Mermaid sequence diagram:
50- Identify entry point (user action, API call, event)
51- Trace through components
52- Mark integration boundaries
53 
54### Phase 4: Decision Documentation
55 
56For each significant design choice:
57- State the context (why was a decision needed?)
58- List options considered (at least 2)
59- Record the decision with rationale
60- Cite evidence (tech-spec constraint, code pattern, Codex advice)
61 
62## Output Format
63 
64Follow the template at `@skills/architecture/references/template.md`:
65 
661. Architecture Overview — Mermaid flowchart
672. Component Responsibilities — table
683. Data Flow — Mermaid sequence diagram
694. Integration Points — table
705. Architecture Decisions — AD-N entries
716. Deployment & Configuration — optional
727. Verification — debate summary placeholder
738. Cross-References — links
74 
75## Behavioral Guidelines
76 
771. **Reference real code** — every component must map to existing or planned files
782. **Minimal diagrams** — show essential relationships, not every possible connection
793. **Assumptions are explicit** — mark anything not verified with `[assumption]`
804. **Decisions need evidence** — AD-N rationale must cite specific constraints
815. **Skip optional sections** — omit Deployment if not applicable

Preview

sd0xdev/sd0x-dev-flowsd0xdev/sd0x-dev-flow

# Architecture Designer

Produce structured architecture documents from research inputs.

## Thinking Framework

```

Reposd0xdev/sd0x-dev-flow
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k