architecture-validation

Architecture Validation Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "architecture-validation" with this command: npx skills add d-o-hub/rust-self-learning-memory/d-o-hub-rust-self-learning-memory-architecture-validation

Architecture Validation Skill

Dynamically validate that the implemented codebase matches architectural decisions documented in plan files.

Quick Reference

  • Dimensions - What gets validated (components, dependencies, APIs, etc.)

  • Workflow - Step-by-step validation process

  • Extraction Patterns - How to extract architectural elements from plans

  • Compliance - Compliance levels and report format

  • Self-Learning - Continuous improvement framework

Purpose

Generic, adaptive framework that:

  • Discovers all plan files in plans/ directory

  • Extracts architectural requirements dynamically

  • Validates implementation compliance

  • Reports gaps, drift, and violations

Key Principle: Be architecture-agnostic. Work with ANY project structure.

When to Use

  • Validating implementation matches planning documents

  • Checking for architecture drift after development

  • Ensuring design decisions are followed

  • Identifying missing implementations

  • Preparing for architecture reviews

  • Verifying refactoring didn't break boundaries

Validation Workflow

  • Discover - Find all plan files

  • Extract - Pull architectural elements

  • Analyze - Compare vs codebase

  • Validate - Check compliance

  • Gap Analysis - Identify missing/drift/extra

  • Report - Generate comprehensive report

See workflow.md for detailed phases and dimensions.md for validation categories.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

context-retrieval

No summary provided by upstream source.

Repository SourceNeeds Review
General

rust-async-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

build-rust

No summary provided by upstream source.

Repository SourceNeeds Review