voro6yov

82 mods across 2 repositories, 6 stars between them.

voro6yov/spec-driven-development

Agent Claude Code

Audits a single agent file for content that overlaps with the skills it explicitly references — verbatim duplication, conceptual restatement, inlined procedures that should defer to a skill, and duplicated examples/templates. Read-only; emits a severity-grouped report with before/after patch suggestions. Invoke with…

4 1mo ago A 81 tokens original Apache-2.0

description-trimmer

03

voro6yov/spec-driven-development

Agent Claude Code

Trims the description frontmatter field of a single skill or agent markdown file down to its essential clauses — what it does, optional "Use when …" trigger, and optional Invoke with: signature. Idempotent; read-modify-write only. Invoke with: @description-trimmer.

4 1mo ago A 68 tokens original Apache-2.0

skill-auditor

04

voro6yov/spec-driven-development

Agent Claude Code

Assesses a SKILL.md file for correctness and alignment with the official Claude Code skills documentation (https://code.claude.com/docs/en/skills). Reports issues by severity with citations from the spec. Invoke with: @skill-auditor.

4 1mo ago A 58 tokens original Apache-2.0

skill-from-pattern

05

voro6yov/spec-driven-development

Agent Claude Code

Reads a pattern file and creates a SKILL.md in the specified plugin. Accepts optional metadata overrides via a Provided Metadata block. Invoke with: @skill-from-pattern.

4 1mo ago A 45 tokens original Apache-2.0

convert-patterns

06

voro6yov/spec-driven-development

Skill Claude CodeCodex

Discovers pattern files in a folder, interviews the user per-pattern to collect metadata, then spawns skill-from-pattern agents to convert each selected pattern into a skill. Invoke with: /convert-patterns.

4 1mo ago A 52 tokens original Apache-2.0

trim-descriptions

07

voro6yov/spec-driven-development

Skill Claude CodeCodex

Discovers every agent and skill inside a plugin directory and dispatches the description-trimmer agent on each one to shrink overly verbose frontmatter descriptions. Use when the harness warns about large cumulative agent or skill descriptions, or when bulk-cleaning a plugin's metadata. Invoke with: /trim-descriptions.

4 1mo ago A 69 tokens original Apache-2.0

voro6yov/spec-driven-development

Agent

Enriches Application Exceptions sections in commands, queries, and every ops service file with full class specs for each exception raised by application services. Invoke with: @application-exceptions-specifier [ ...].

4 1mo ago A 54 tokens original Apache-2.0

voro6yov/spec-driven-development

Agent

Emits the per-update application report at / .application/updates.md by diffing the working-tree application specs (commands.specs.md, queries.specs.md, services.md) against git HEAD. Invoke with: @application-updates-writer.

4 1mo ago A 67 tokens original Apache-2.0

code-brief-writer

13

voro6yov/spec-driven-development

Agent

Phase-1 gather agent of the three-agent /update-code flow for the application layer. Invoke with: @application-spec:code-brief-writer.

4 1mo ago A 47 tokens original Apache-2.0

code-change-writer

14

voro6yov/spec-driven-development

Agent

Phase-2 implement agent of the three-agent /update-code flow for the application layer. Invoke with: @application-spec:code-change-writer.

4 1mo ago A 45 tokens original Apache-2.0

code-generator

15

voro6yov/spec-driven-development

Agent

Orchestrates application-layer implementation for an aggregate from its merged commands spec, merged queries spec, and services report siblings by fanning out the scaffold/service/settings/exception/implementer/test worker subagents. Invoke with: @code-generator.

4 1mo ago A 55 tokens original Apache-2.0

code-review-writer

16

voro6yov/spec-driven-development

Agent

Phase-3 review agent of the three-agent /update-code flow for the application layer. Invoke with: @application-spec:code-review-writer.

4 1mo ago A 45 tokens original Apache-2.0

voro6yov/spec-driven-development

Agent

Detects updates to the commands application-service diagram by diffing the working tree against git HEAD, and writes a structured report. Invoke with: @commands-updates-detector.

4 1mo ago A 45 tokens original Apache-2.0

deps-writer

21

voro6yov/spec-driven-development

Agent

Writes the Dependencies section of an application service spec (commands, queries, or ops) to a per-plugin sibling file next to the domain class diagram. Invoke with: @application-spec:deps-writer [ ].

4 1mo ago A 57 tokens original Apache-2.0

voro6yov/spec-driven-development

Agent

Implements application-layer exception classes from merged commands, queries, and per-service merged ops specs to the domain aggregate's exceptions.py. Invoke with: @application-spec:exceptions-implementer [ ...].

4 1mo ago A 59 tokens original Apache-2.0

ops-implementer

23

voro6yov/spec-driven-development

Agent

Implements one aggregate's free-form orchestration application service (the ops track) end-to-end. Invoke with: @ops-implementer.

4 1mo ago A 49 tokens original Apache-2.0

ops-methods-writer

24

voro6yov/spec-driven-development

Agent

Writes the Method Specifications section of an orchestration (ops) application service spec — a free-form class identified structurally, with free return types and prose-authored flows. Invoke with: @ops-methods-writer.

4 1mo ago A 61 tokens original Apache-2.0