원클릭으로
architecture-format-extended
Extended architecture templates with full examples. Imports architecture-format-core for base structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extended architecture templates with full examples. Imports architecture-format-core for base structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when decomposing tasks into parallel sub-tasks or spawning sub-agents. Vendor-agnostic core; load a per-vendor reference for concrete tool names, directory conventions, and invocation syntax.
Use when performing Verification-Driven Development with adversarial approach. Actively challenge assumptions and find weak spots.
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
Performance critic in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing OWASP security critique in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing security vulnerability assessment (OWASP, secrets, dependencies, IaC, LLM, API, MCP/agentic) or when "thinking like a hacker" to find exploits.
| name | architecture-format-extended |
| description | Extended architecture templates with full examples. Imports architecture-format-core for base structure. |
| version | 1.1 |
| tier | 2 |
| requires | architecture-format-core |
[!NOTE] This skill provides FULL templates with detailed examples. It extends
architecture-format-corewith comprehensive sections 3-10.
| Condition | Action |
|---|---|
| Creating NEW system from scratch | ✅ Load this skill |
| Major refactor (>3 components changed) | ✅ Load this skill |
| Sophisticated requirement / complex task | ✅ Load this skill |
| User explicitly requests full template | ✅ Load this skill |
| Minor architecture update | ❌ Use architecture-format-core only |
[!TIP] Example Template: See
.agent/skills/architecture-format-extended/examples/component-template.md
Use the detailed component template for defining new services or major components.
[!TIP] Example Template: See
.agent/skills/architecture-format-extended/examples/data-model.md
Description of main entities and their relationships at a high level.
Detailed description considering storage technology (Relational vs NoSQL).
ER-diagram in PlantUML format.
Strategy for DB schema changes.
[!TIP] Example Template: See
.agent/skills/architecture-format-extended/examples/api-interface.md
Detailed REST/GraphQL/gRPC definitions including authentication and error handling.
Interaction between system components (e.g., Message Queues, Events).
Third-party service purpose, protocol, and error handling strategies.