architecture-implement

Implement and validate microservices architecture plans against original contracts.

12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/krus210/archspec --skill architecture-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-implement
Source: https://github.com/krus210/archspec/tree/main/skills/architecture-implement
Command: npx skills add https://github.com/krus210/archspec --skill architecture-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation of architecture plans, validating them against the original design and ensuring the built architecture matches the specified contract.

Core Features & Use Cases

  • Automated Implementation: Applies the architecture plan's changes, syncing documentation, and writing a coding plan.
  • Validation: Executes conformance passes, including wiring, emission, threading, deduplication, and evidence checks.
  • Integration: Integrates with AI for tasks like writing plans and test-driven development.
  • Use Case: After an architecture plan is created, use this Skill to automatically implement the plan, write tests, and validate the changes against the original architecture.

Quick Start

Run the /archspec:implement command to start the implementation process.

Frequently Asked Questions about architecture-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate microservices architecture implementation from a design plan?

Automating microservices architecture implementation applies design plan changes, syncs documentation, and writes a coding plan. It validates the built architecture against the original contract to ensure conformance.

What is architecture validation against a contract in microservices?

Architecture validation in microservices executes conformance passes including wiring, emission, threading, deduplication, and evidence checks. It ensures the implemented architecture matches the specified design contract.

How do I generate Mermaid diagrams for architecture plans using YAML?

Generating Mermaid diagrams for architecture plans requires YAML processing to parse the design structure. The implementation process extracts plan details from YAML and automatically generates corresponding Mermaid visualizations.

Does architecture validation work with pre-commit hooks and CI/CD pipelines?

Architecture validation integrates with pre-commit hooks and CI/CD pipelines to enforce design conformance automatically. This ensures architecture changes are validated against the original contract before code is committed.

Can I use AI to write coding plans and tests for architecture changes?

AI integration supports writing coding plans and test-driven development tasks for architecture changes. The automation applies the architecture plan's modifications and uses AI to generate the corresponding implementation tests.

What are the limitations of automated architecture plan implementation?

Automated architecture plan implementation requires valid YAML processing, Mermaid diagram generation capabilities, and pre-commit hook integration. It is limited to validating designs against existing contracts and cannot generate the original architecture plan.