spec-guardian

Community

Enforce specs, prevent scope creep.

AuthorAlexBaum-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures that all features are developed strictly according to specifications, preventing scope creep, architectural violations, and technical debt by validating implementation against documentation. It acts as a quality gate.

Core Features & Use Cases

  • Specification Verification: Checks for the existence and completeness of API docs, database schemas, and acceptance criteria before implementation.
  • API & Schema Compliance: Validates that implemented API endpoints and database structures match their documented specifications.
  • Architecture Pattern Enforcement: Ensures code adheres to defined architectural layers and technology standards.
  • Use Case: Before starting a new feature, use this skill to verify that all necessary specifications are in place. After implementation, use it to confirm 100% compliance with those specs, blocking non-compliant code.

Quick Start

Use the spec-guardian skill to verify the API implementation for the user registration endpoint against its specification in projectdoc/04-API-ENDPOINTS.md.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: spec-guardian
Download link: https://github.com/AlexBaum-ai/NEURM/archive/main.zip#spec-guardian

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository