agw-compliance-review

Validate project analysis against Architecture Decision Records and readiness criteria.

2|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/cucurb-it/analysis-gated-workflow-skills --skill agw-compliance-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agw-compliance-review
Source: https://github.com/cucurb-it/analysis-gated-workflow-skills/tree/main/skills/03-compliance-review
Command: npx skills add https://github.com/cucurb-it/analysis-gated-workflow-skills --skill agw-compliance-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of architectural drift and premature implementation by enforcing a rigorous, iterative compliance gate that ensures all technical decisions are fully addressed before moving to the implementation phase.

Core Features & Use Cases

  • ADR Compliance Enforcement: Automatically tracks and verifies that all Architecture Decision Records (ADRs) are addressed with documented compliance responses.
  • Readiness Assessment: Evaluates the analysis against a strict Definition of Ready to prevent premature advancement to implementation.
  • Use Case: Use this skill when you have completed initial feature and code analysis and need to ensure your proposed solution strictly adheres to the Software Architect's constraints and ADRs before writing any code.

Quick Start

Run the compliance review skill to assess the current analysis against all pending ADRs and verify if the project is ready for implementation planning.

Frequently Asked Questions about agw-compliance-review

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

FAQPage Schema
How do I enforce architectural compliance before implementation begins?

To enforce architectural compliance, you must validate project analysis against Architecture Decision Records and readiness criteria. This gatekeeping process verifies all ADRs are addressed and open questions are resolved before transitioning to the implementation phase.

What is an Analysis-Gated Workflow and how does it prevent architectural drift?

An Analysis-Gated Workflow prevents architectural drift by enforcing a rigorous compliance gate between analysis and implementation. It requires systematic verification of ADR status and formal documentation of compliance iterations before allowing phase transitions.

How do I verify ADR compliance for a proposed software architecture?

Verify ADR compliance by tracking and validating that all Architecture Decision Records have documented compliance responses. This readiness assessment checks the analysis against a strict Definition of Ready to prevent premature advancement to coding.

When do I need to run a compliance review in the software development lifecycle?

Run a compliance review when you have completed initial feature and code analysis and need to ensure your proposed solution strictly adheres to the Software Architect's constraints and ADRs before writing any code.

Does a compliance gate require resolving all open questions before implementation?

Yes, a compliance gate requires the resolution of all open questions before implementation. It operates by demanding formal documentation of compliance iterations and systematic verification of ADR status to ensure full architectural alignment.

What is the best way to track Architecture Decision Records status during analysis?

The best way to track ADR status is through an automated compliance enforcement process that validates pending Architecture Decision Records against project analysis and documents readiness to prevent premature implementation.