voro6yov/spec-driven-development
Agent
Creates the per-aggregate Python sub-package(s) inside an already-initialized . Assumes /init-domain has run. Invoke with: @package-preparer.
voro6yov/spec-driven-development
Agent
Creates the per-aggregate Python sub-package(s) inside an already-initialized . Assumes /init-domain has run. Invoke with: @package-preparer.
voro6yov/spec-driven-development
Agent
Assigns implementation patterns to each class in a single category temp spec file under .domain/.specs-tmp/ by applying the domain-pattern-selection guide. Invoke with: @pattern-assigner.
voro6yov/spec-driven-development
Agent
Creates the package skeleton — empty class stubs with spec docstrings and inter-module imports — following the domain package layout conventions. Invoke with: @scaffold-builder.
voro6yov/spec-driven-development
Agent
Removes traces of classes listed under ## Class Lifecycle → Removed in .domain/updates.md from .domain/specs.md. Idempotent. Invoke with: @spec-pruner.
voro6yov/spec-driven-development
Agent
Splices regenerated class blocks from per-category temp files (under .domain/.specs-tmp/) into .domain/specs.md based on the structured updates report. Invoke with: @spec-splicer.
voro6yov/spec-driven-development
Agent
Detects updates to a Mermaid class diagram and its surrounding prose description by comparing the working tree against git HEAD, then writes a structured .domain/updates.md report. Invoke with: @updates-detector.
voro6yov/spec-driven-development
Skill Claude CodeCodex
Orchestrates end-to-end domain generation for an aggregate diagram by spawning the domain-spec:specs-generator and then domain-spec:code-generator agents. Invoke with: /domain-spec:generate-domain.
voro6yov/spec-driven-development
Skill Claude CodeCodex
Initializes the project-wide domain scaffolding (project package discovery, src/ /domain/ with shared/, src/tests/ with conftest and unit/). Aggregate-agnostic — run once per project before any @domain-spec:code-generator invocation. Invoke with: /init-domain.
voro6yov/spec-driven-development
Command
Command "template" from voro6yov/spec-driven-development, covering commands template, placeholders — command, placeholders — success reply, placeholders — failure reply and example.
voro6yov/spec-driven-development
Plugin Claude Code
Generate specs for messaging and implement them.
voro6yov/spec-driven-development
Agent
Scaffolds the per-consumer messaging submodule from a populated consumer spec and a spec-core:target-locations-finder report. Invoke with: @consumer-scaffolder.
voro6yov/spec-driven-development
Agent
Initializes a messaging consumer input spec file by validating the marker and deriving the service prefix. Invoke with: @consumer-spec-initializer.
Plugin Claude Code
Plugin marketplace listing 2 plugins: adr-log, wiki-scaffold.
Plugin Claude Code
Generated ADRs.
Agent
Appends a piece of advice to the Advice section of an ADR. Invoke with: @adr-advice.
Agent
Fills the Context section of a DRAFT ADR and updates the title to question form. Invoke with: @adr-context [contextnotes].
Agent
Completes an ADR by writing the Decision section, updating the title to a decision statement, and advancing Status to ACCEPTED. Invoke with: @adr-finalize.
Agent
Creates a new ADR file with empty sections and DRAFT metadata from the template. Invoke with: @adr-init.
Agent
Fills the Options Considered and Consequences sections of an ADR iteratively. Does not select an option. Invoke with: @adr-options.
Agent
Provisionally selects one option in an ADR, updates Consequences language, and advances Status to PROPOSED. Invoke with: @adr-propose.
Skill Claude CodeCodex
Step-by-step guide for writing ADRs through the advice process. Use when starting an ADR, guiding the decision workflow, or facilitating advice-seeking.
Skill Claude CodeCodex
Completed ADR example (Nanoid inventory IDs). Use when reviewing a finished ADR, verifying section quality, or understanding what well-formed ADR content looks like.
Skill Claude CodeCodex
Explains the purpose and conventions of each ADR section. Use when reviewing ADR sections, understanding ordering rationale, or explaining ADR structure to others.
Skill Claude CodeCodex
Blank ADR template with all required sections. Use when creating a new ADR, filling in structure, or checking what fields are required.