architecture-format-extended

Solid

Extended architecture templates with full examples. Imports architecture-format-core for base structure.

Code & Development 4 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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