architecture-format-core
SolidCore structure for Architecture documents. For full templates with examples, load architecture-format-extended.
Code & Development 4 stars
0 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Architecture Document Structure (Core)
> [!NOTE]
> This is the **CORE** template for architecture documents.
> For full examples with JSON samples, diagrams, and detailed sections, load `architecture-format-extended`.
Your architecture must contain the following sections:
---
## 1. Task Description
Link to TASK and brief summary of requirements.
---
## 2. Functional Architecture
Description of the system in terms of functions it performs.
### 2.1. Functional Components
For each functional component describe:
**Component Name:** [Example, "User Management"]
**Purpose:** [Why this component is needed]
**Functions:**
- Function 1: [Description]
- Input: [what accepts]
- Output: [what returns]
- Related Use Cases: [UC-01, UC-03]
**Dependencies:**
- Depends on which other components
- Which components depend on it
### 2.2. Functional Components Diagram
```
[Mermaid diagram showing connections between components]
```
---
## 3. System Architecture
Description of the system in terms of physical/logical components.
### 3.1. Architectural Style
Which architectural pattern is used:
- Monolith
- Microservices
- Layered Architecture
- Event-driven
- Etc.
**Justification:**
[Why this style was chosen]
### 3.2. System Components
For each system component describe:
**Component Name:** [Example, "User Service"]
**Type:** [Backend service / Frontend / Database / Message Queue / etc.]
**Purpose:** [Why needed]
**Implemented Functions:** [Links to functions fr...
Details
- Author
- MatrixFounder
- Repository
- MatrixFounder/Agentic-development
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
architecture-format
Standard structure and templates for Architecture documents (docs/ARCHITECTURE.md).
4 Updated today
MatrixFounder Code & Development Solid
architecture-format-extended
Extended architecture templates with full examples. Imports architecture-format-core for base structure.
4 Updated today
MatrixFounder AI & Automation Listed
architecture-diagrams
Draw architecture diagrams at consistent C4-style levels, as code, kept honest and fit to the audience. Use when documenting a system's structure or when existing diagrams mislead more than they help.
4 Updated 6 days ago
Amey-Thakur