voro6yov

82 mods across 2 repositories, 6 stars between them.

package-preparer

49

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.

4 1mo ago A 47 tokens original Apache-2.0

pattern-assigner

50

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.

4 1mo ago A 55 tokens original Apache-2.0

scaffold-builder

51

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.

4 1mo ago A 45 tokens original Apache-2.0

spec-pruner

52

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.

4 1mo ago A 52 tokens original Apache-2.0

spec-splicer

53

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.

4 1mo ago A 55 tokens original Apache-2.0

updates-detector

54

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.

4 1mo ago A 52 tokens original Apache-2.0

generate-domain

55

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.

4 1mo ago A 47 tokens original Apache-2.0

init-domain

56

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.

4 1mo ago A 61 tokens original Apache-2.0

template

57

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.

4 1mo ago A 0 tokens original Apache-2.0

consumer-scaffolder

59

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.

4 1mo ago A 54 tokens original Apache-2.0

adr-context

64

voro6yov/knowledge-management

Agent

Fills the Context section of a DRAFT ADR and updates the title to question form. Invoke with: @adr-context [contextnotes].

2 1mo ago A 0 tokens

adr-finalize

65

voro6yov/knowledge-management

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.

2 1mo ago A 0 tokens

adr-init

66

voro6yov/knowledge-management

Agent

Creates a new ADR file with empty sections and DRAFT metadata from the template. Invoke with: @adr-init.

2 1mo ago A 0 tokens

adr-options

67

voro6yov/knowledge-management

Agent

Fills the Options Considered and Consequences sections of an ADR iteratively. Does not select an option. Invoke with: @adr-options.

2 1mo ago A 0 tokens

adr-propose

68

voro6yov/knowledge-management

Agent

Provisionally selects one option in an ADR, updates Consequences language, and advances Status to PROPOSED. Invoke with: @adr-propose.

2 1mo ago A 0 tokens

adr-creation-steps

69

voro6yov/knowledge-management

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.

2 1mo ago A 36 tokens

adr-example

70

voro6yov/knowledge-management

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.

2 1mo ago A 34 tokens

voro6yov/knowledge-management

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.

2 1mo ago A 33 tokens

adr-template

72

voro6yov/knowledge-management

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.

2 1mo ago A 29 tokens