Co-authored-by: daffy0208 <207889146+daffy0208@users.noreply.github.com>
Documentation Index
AI Development Standards v3.0.3 | Last Updated: 2025-11-09
Complete documentation for the ai-dev-standards repository with automated quality validation and cost efficiency guardrails.
🚀 Getting Started
New to ai-dev-standards? Start here:
- Quick Start Guide - Get running in 5 minutes
- Bootstrap Guide - Automated setup with
npx @ai-dev-standards/bootstrap - Integration Guide - Complete setup for your project
- Existing Projects - Apply to existing codebases
📚 Core Documentation
For Developers
- README.md - Main repository documentation
- Resource Guide - Complete inventory of all 360 resources (64 skills, 50 MCPs, 24 tools, 72 components, 28 integrations)
- Decision Framework - Technology decisions with validation-first approach
- System Overview - Architecture and system design
For AI Assistants
- Project Context - How to use this repository
- How to Use - Navigation guide
- Decision Framework - Technology decision guidance
🛡️ Quality & Trust (NEW in v1.1.0)
The Problem: Quality audit scored 8.6/10 but missed 81% of skills being invisible.
The Solution: 5-layer automated validation system ensuring 100% resource discoverability.
Documentation
- Audit Trust Restoration ⭐ - Complete solution (5 layers)
- Audit Validation Checklist ⭐ - Step-by-step audit guide (includes skill-MCP check)
- Resource Discovery Analysis - What went wrong
- Resource Discovery Fix - Fix summary
- Quality Audit Report - Latest comprehensive audit
- Skill-MCP Gap Analysis ⚠️ - Critical gap identified (12:1 ratio)
- MCP Development Roadmap - Plan to close the gap
Key Features
✅ Automated registry validation tests ✅ CI/CD enforcement (blocks incomplete registry) ✅ Quality auditor Phase 0 mandatory checks ✅ 100% resource discoverability (up from 19%) ✅ Full trust through automation
Files Updated:
tests/registry-validation.test.ts- Comprehensive automated tests.github/workflows/ci.yml- Mandatory registry-validation jobskills/quality-auditor/SKILL.md- Phase 0 mandatory checkspackage.json- test:registry, validate, update-registry scripts
💰 Cost Efficiency Guardrails (NEW in v1.1.0)
The Problem: Projects wasting time/money building expensive solutions before validating viability.
The Solution: Validation-first development with time limits, budget constraints, and cheaper alternatives.
Documentation
- Cost Efficiency Analysis - Problem analysis
- Cost Guardrails Summary - Solution summary
- Validation-First Playbook ⭐ - 5-phase workflow
Key Features
✅ 5-phase validation workflow with strict time limits ✅ Budget constraints per phase (<$200 for MVP) ✅ Cheaper alternatives before expensive implementations ✅ ROI justification required ✅ Prevents analysis paralysis
Examples:
- RAG: Try FAQ page ($0) → Keyword search ($20/mo) → RAG ($200-500/mo)
- Multi-agent: Try single agent first → Then coordinate → Then multi-agent
- Infrastructure: Try Vercel/Railway ($20/mo) → PaaS → Custom AWS
Skills Updated:
skills/rag-implementer/SKILL.md- Prerequisites & cost warnings- (5 more technical skills to be updated)
🔧 System Documentation
Auto-Sync System
- Comprehensive Auto-Sync - Complete auto-sync system
- Auto-Sync Details - How auto-sync works
- Auto-Sync Summary - Quick overview
- Auto-Update Files - Which files auto-update
Build & CI/CD
- Build Status - Current build status
- Build Progress - Build progress tracking
- CI/CD Setup - CI/CD configuration guide
- CI/CD Implementation - Implementation summary
- Deployment Guide - Deployment strategies
🖥️ CLI Documentation
- CLI Quick Start - Get started with ai-dev CLI
- CLI Reference - Complete command reference
Common Commands:
ai-dev sync # Sync all resources
ai-dev update # Update from registry
ai-dev validate # Run validation tests
npm run test:registry # Test registry completeness
npm run update-registry # Update registry from files
📋 Reference Documentation
Planning & Organization
- Resource Priority Plan - Resource development priorities
- Cheat Sheet - Quick reference guide
Architecture Patterns
See standards/architecture-patterns/ for:
- RAG architecture patterns
- Microservices design
- Serverless architecture
- Event-driven systems
- Real-time systems
- And more...
Best Practices
See standards/best-practices/ for:
- Security best practices
- Testing strategies
- Database optimization
- Performance tuning
🎯 By Use Case
I want to...
Start a new project → Quick Start → Bootstrap → Integration Guide
Apply to existing codebase → Existing Projects Guide
Understand the quality system → Audit Trust Restoration → Audit Checklist
Prevent wasting time/money → Validation-First Playbook → Cost Efficiency Analysis
Make technology decisions → Decision Framework (now with validation-first approach)
Run quality audits → Audit Validation Checklist → Quality Auditor Skill
See all available resources → Resource Index (36 skills, 3 MCPs, 7 playbooks, all 100% discoverable)
Understand the system → System Overview → Project Context
📊 Repository Stats
| Metric | Count | Status |
|---|---|---|
| Skills | 36 | ✅ 100% discoverable |
| MCPs | 3 | ✅ 100% discoverable |
| Playbooks | 7 | ✅ 100% discoverable |
| Patterns | 14+ | ✅ All registered |
| Documentation | 27+ files | ✅ Complete |
| Registry Coverage | 100% | ✅ Validated |
| CI/CD Validation | Active | ✅ Enforced |
Quality Improvements (v1.1.0):
- ✅ From 19% to 100% resource discoverability
- ✅ Automated validation system implemented
- ✅ CI/CD enforcement active
- ✅ Cost efficiency guardrails in place
- ✅ Full trust through automation
🆕 What's New in v1.1.0
Major Features
- Automated Registry Validation - Tests ensure 100% discoverability
- CI/CD Enforcement - Blocks merges if registry incomplete
- Quality Auditor Phase 0 - Mandatory discovery checks
- Validation-First Development - 5-phase workflow with time/budget limits
- Cost Warnings - Cheaper alternatives before expensive solutions
Files Added
tests/registry-validation.test.ts- Comprehensive validation testsdocs/AUDIT-TRUST-RESTORATION.md- Complete trust solutiondocs/AUDIT-VALIDATION-CHECKLIST.md- Step-by-step audit guidedocs/COST-EFFICIENCY-GUARDRAILS-ANALYSIS.md- Cost problem analysisdocs/COST-GUARDRAILS-IMPLEMENTATION-SUMMARY.md- Cost solution summaryplaybooks/validation-first-development.md- Lean startup workflowdocs/README.md- This documentation index
Files Updated
.github/workflows/ci.yml- Added registry-validation jobpackage.json- Added validation scriptsskills/quality-auditor/SKILL.md- Added Phase 0 checksskills/rag-implementer/SKILL.md- Added cost warningsmeta/DECISION-FRAMEWORK.md- Added validation-first sectionmeta/registry.json- Updated from 7 to 36 skillsREADME.md- Added quality/cost sectionsdocs/RESOURCE-INDEX.md- Complete update
🔗 Quick Links
Main Repository: README.md Complete Resource List: Resource Index Technology Decisions: Decision Framework Trust System: Audit Trust Restoration Cost Efficiency: Validation-First Playbook For AI Assistants: Project Context
📝 Contributing
When adding documentation:
- Update this index (docs/README.md)
- Update RESOURCE-INDEX.md if adding resources
- Update main README.md if major feature
- Update DECISION-FRAMEWORK.md if decision guidance
- Run
npm run test:registryto validate
⚙️ Validation Commands
# Test registry completeness
npm run test:registry
# Update registry from files
npm run update-registry
# Full validation suite
npm run validate
# Run full CI checks locally
npm run ci
Version: 1.1.0 | Status: ✅ All documentation complete, validated, and trusted
Last Updated: 2025-10-22