
Claude Skills by viamus
github.com/viamusInternal — Comprehensive quality audit of generated code. Automatically called by sdd-gen after consistency check passes. Configurable via sdd.config.json.
Interactive spec builder — guides the developer through a conversation to discover and construct a complete SDD specification step by step. Use when the developer doesn't have all requirements upfront or needs help thinking through the design.
Internal — Verify that generated code is consistent with its approved SDD specification. Automatically called by sdd-gen. Can also be invoked manually to detect drift after manual code changes.
Generate implementation code from approved SDD specifications. Includes automatic consistency check, quality audit, and self-correction loop. Supports single spec, multiple specs, or all approved specs in parallel.
Initialize a new SDD specification file from template. Use when creating a new component, feature, or module that needs a spec before implementation.
Ingest external knowledge (files, directories, web pages) into a spec's context to inform the build process. Run before or during /sdd:sdd-build to give the AI deep project understanding.
Validate an SDD specification for completeness and quality. Use when the developer wants to check if a spec is ready for code generation.
Show the current status of all SDD specifications in the project. Use to get an overview of spec workflow states.