voro6yov/spec-driven-development
Plugin Claude Code
Plugin marketplace listing 8 plugins: spec-core, project-scaffold, model-diagrams, domain-spec, persistence-spec.
voro6yov/spec-driven-development
Plugin Claude Code
Plugin marketplace listing 8 plugins: spec-core, project-scaffold, model-diagrams, domain-spec, persistence-spec.
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…
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.
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.
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.
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.
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.
voro6yov/spec-driven-development
Instructions file
Instructions for voro6yov/spec-driven-development, covering claude.md, repository purpose, plugin layout, shared conventions (spec-core) and how the domain-spec pipeline works.
voro6yov/spec-driven-development
Plugin Claude Code
Generate specs for application services and implement them.
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 [ ...].
voro6yov/spec-driven-development
Agent
Scaffolds the per-aggregate application package and infrastructure service stubs from merged specs. Invoke with: @application-files-scaffolder.
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.
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.
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.
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.
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.
voro6yov/spec-driven-development
Agent
Implements the Commands application service end-to-end. Invoke with: @commands-implementer.
voro6yov/spec-driven-development
Agent
Writes the Method Specifications section of an Commands application service spec. Invoke with: @commands-methods-writer.
voro6yov/spec-driven-development
Agent
Implements pytest integration tests for an aggregate's Commands application service. Invoke with: @commands-tests-implementer.
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.
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 [ ].
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 [ ...].
voro6yov/spec-driven-development
Agent
Implements one aggregate's free-form orchestration application service (the ops track) end-to-end. Invoke with: @ops-implementer.
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.