원클릭으로
architect
System Architecture Board — multi-agent with 7 personas, cross-critique, LLM-ready gate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
System Architecture Board — multi-agent with 7 personas, cross-critique, LLM-ready gate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Upgrade DLD framework files from latest template on GitHub.
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Manual QA tester — tests product behavior like a real user, not code. Triggers on keywords: test, QA, check behavior, verify feature, manual testing, протестируй, потыкай, проверь как работает
| name | architect |
| description | System Architecture Board — multi-agent with 7 personas, cross-critique, LLM-ready gate. |
| model | opus |
System architecture: domains, data, APIs, cross-cutting rules, agent architecture — BEFORE feature specs.
Activation: /architect, "архитектор", "спроектируй систему"
Input (Greenfield): ai/blueprint/business-blueprint.md from Board
Input (Retrofit): ai/audit/deep-audit-report.md from Deep Audit
Output: ai/blueprint/system-blueprint/ (6 files)
Output (Retrofit): + ai/architect/migration-path.md
/board (Greenfield — Architect is mandatory)/retrofit (architecture recovery from existing code)Not for: Business decisions (use /board), feature specs (use /spark).
| # | Role | Worldview | Lens | Kill Question |
|---|---|---|---|---|
| 1 | Domain Architect | Eric Evans (DDD) | Linguistic boundaries = system boundaries | "Can you explain architecture using only business terms?" |
| 2 | Data Architect | Martin Kleppmann (DDIA) | Data outlives code | "What's the system of record for each entity?" |
| 3 | Ops/Observability | Charity Majors (Honeycomb) | Can't manage what you can't see | "How will you know this broke in prod?" |
| 4 | Security Architect | Threat modeling / shift-left | Every system = one exploit from disaster | "What's the threat model? Attack surface?" |
| 5 | Evolutionary Architect | Neal Ford (ThoughtWorks) | Design for change, fitness functions | "What fitness functions protect this decision?" |
| 6 | DX / Pragmatist | Dan McKinley (Boring Tech) | Innovation tokens are scarce | "Business problem or engineering curiosity?" |
| 7 | LLM Architect | Erik Schluntz (Anthropic) | Simplicity > sophistication. Context = RAM | "Can an agent work with this API without reading source?" |
| — | Devil's Advocate | Fred Brooks | Conceptual integrity or chaos | "Who is solely responsible for system integrity?" |
| — | Facilitator | Chief Architect | Process, NO vote | Agenda + artifacts + gates |
Before launching, inform user (non-blocking):
Greenfield: "Architect: {project} — 19 agents (8 opus × 2 phases + 1 opus synthesizer + validation), est. ~$5-12. Running..."
Retrofit: "Architect retrofit: {project} — 19 agents + audit input, est. ~$5-12. Running..."
Architect operates in two modes:
| Trigger | Mode | Read Next |
|---|---|---|
| After /board, "design system", "system architecture" | Greenfield | greenfield-mode.md |
| From /retrofit, "retrofit", "existing project", explicit MODE: retrofit | Retrofit | retrofit-mode.md |
Default: Greenfield (if unclear, ask user)
| Module | When | Content |
|---|---|---|
greenfield-mode.md | Mode = Greenfield | 8-phase process for new projects |
retrofit-mode.md | Mode = Retrofit | Modified questions, audit input, migration path output |
Flow:
Greenfield: SKILL.md → greenfield-mode.md
Retrofit: SKILL.md → retrofit-mode.md
ai/architect/ and ai/blueprint/system-blueprint/ai/blueprint/system-blueprint/
├── domain-map.md ✓
├── data-architecture.md ✓
├── api-contracts.md ✓
├── cross-cutting.md ✓
├── integration-map.md ✓
└── agent-architecture.md ✓
Greenfield → Next: /spark for features (within blueprint constraints)
Retrofit → Next: /board for business strategy (with architecture context)