Install
openclaw skills install @felix-antonio-sl/kv-senior-architectDesign system architecture, evaluate patterns, and produce architecture artifacts. Use when designing a new system or reviewing an existing one, choosing between monolith and microservices, selecting a database or tech stack, creating architecture diagrams (Mermaid, PlantUML, ASCII), writing ADRs, analyzing dependencies, or planning for scalability.
openclaw skills install @felix-antonio-sl/kv-senior-architectTurn architecture questions into structured decisions and validated artifacts.
Use this skill when the user asks to:
design | diagram | dependency | decision | review.{baseDir}/references/architecture_patterns.md{baseDir}/references/tech_decision_guide.md{baseDir}/references/system_design_workflows.md# Generate architecture diagram (mermaid | plantuml | ascii)
python {baseDir}/scripts/architecture_diagram_generator.py ./project --format mermaid
# Analyze dependencies for coupling and circular references
python {baseDir}/scripts/dependency_analyzer.py ./project --verbose
# Detect architectural patterns and code organization issues
python {baseDir}/scripts/project_architect.py ./project --verbose
{baseDir}/references/tech_decision_guide.md decision matrices before recommending a specific database or framework — do not default to a stack based on recency.docker-development or senior-devops.Before emitting any artifact, verify: