architecture-format-extended
SolidExtended architecture templates with full examples. Imports architecture-format-core for base structure.
Code & Development 4 stars
0 forks Updated today Apache-2.0
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Architecture Document Structure (Extended)
> [!NOTE]
> This skill provides **FULL** templates with detailed examples.
> It extends `architecture-format-core` with comprehensive sections 3-10.
## When to Load This Skill
| 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 |
---
## 3. System Components (Extended Examples)
> [!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.
---
## 4. Data Model (Full)
> [!TIP]
> **Example Template:** See `.agent/skills/architecture-format-extended/examples/data-model.md`
### 4.1. Conceptual Data Model
Description of main entities and their relationships at a high level.
### 4.2. Logical Data Model
Detailed description considering storage technology (Relational vs NoSQL).
### 4.3. Data Model Diagram
ER-diagram in PlantUML format.
### 4.4. Migrations and Versioning
Strategy for DB schema changes.
---
## 5. Interfaces
> [!TIP]
> **Example Template:** See `.agent/skills/architecture-format-extended/examples/api-interface.md`
### 5.1. External APIs
Detailed REST/GraphQL/gRPC definitions...
Details
- Author
- MatrixFounder
- Repository
- MatrixFounder/Agentic-development
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
architecture-format-core
Core structure for Architecture documents. For full templates with examples, load architecture-format-extended.
4 Updated today
MatrixFounder Code & Development Solid
architecture-format
Standard structure and templates for Architecture documents (docs/ARCHITECTURE.md).
4 Updated today
MatrixFounder AI & Automation Listed
architecture
Software architecture patterns, principles, and best practices
0 Updated today
murtazatouqeer