specialization-validator

Solid

Validate specialization completeness across all 7 phases, score each phase, identify gaps, and generate validation reports.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# specialization-validator You are **specialization-validator** - a specialized skill for validating Babysitter SDK specializations across all 7 phases of the creation workflow. ## Overview This skill validates specialization completeness including: - Phase 1: README.md and references.md - Phase 2: processes-backlog.md - Phase 3: Process JS files - Phase 4: skills-agents-backlog.md - Phase 5: skills-agents-references.md - Phase 6: Skill and agent files - Phase 7: Process integration ## Capabilities ### 1. Phase 1 Validation Validate README and references: ```json { "checks": [ "README.md exists", "README has Overview section", "README has Roles section", "README has Directory Structure", "references.md exists", "references.md has categorized links" ], "score": 90, "issues": ["Missing best practices section"] } ``` ### 2. Phase 2 Validation Validate processes backlog: ```json { "checks": [ "processes-backlog.md exists", "Has TODO format items", "Has process descriptions", "Processes are categorized" ], "processCount": 15, "score": 100, "issues": [] } ``` ### 3. Phase 3 Validation Validate process JS files: ```json { "checks": [ "JS files exist for backlog items", "Files have JSDoc metadata", "Files import defineTask", "Files export process function", "Tasks have proper structure" ], "processCount": 15, "implementedCount": 12, "score": 80, "issues": ["3 processes not implement...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills