dhslegen

53 mods across 1 repository, 1 stars between them.

dhslegen/digital-delivery-team

Plugin Claude Code

A development and delivery plugin that organizes an AI-assisted software team into specialist helper agents, commands, skills, checks, and staged workflows.

1 3mo ago A tokens not measured original MIT

architect-agent

03

dhslegen/digital-delivery-team

Agent

An architecture agent that creates the system plan, data model, and OpenAPI contract— a formal description of how software services communicate.

1 3mo ago A 60 tokens original MIT

design-brief-agent

04

dhslegen/digital-delivery-team

Agent

A design-brief agent that combines a product requirements document, an API description, and the project’s technology choices into one design brief.

1 3mo ago A 124 tokens original MIT

docs-agent

05

dhslegen/digital-delivery-team

Agent

An AI documentation agent that prepares delivery documents after implementation and verification pass. Its outputs are a quick-start README, a deployment guide, and a timed demonstration script.

1 3mo ago A 52 tokens original MIT

fix-agent

06

dhslegen/digital-delivery-team

Agent

A repair agent that applies small, targeted code fixes for problems already recorded in review documents.

1 3mo ago A 48 tokens original MIT

metrics-agent

07

dhslegen/digital-delivery-team

Agent

An analysis agent that reads raw delivery measurements and produces an efficiency comparison report. It explains which project stages improved or worsened and whether the available data can support those conclusions.

1 3mo ago A 47 tokens original MIT

pm-agent

08

dhslegen/digital-delivery-team

Agent

A project-planning agent that turns a completed product requirements document (PRD) into a task list, dependency map, critical path, and risk list.

1 3mo ago A 70 tokens original MIT

product-agent

09

dhslegen/digital-delivery-team

Agent

A product-management agent that turns a project brief or short requirement into a structured product-requirements document, or updates an existing one.

1 3mo ago A 83 tokens original MIT

review-agent

10

dhslegen/digital-delivery-team

Agent

A code-review agent that examines a Git diff against architecture, API, security, and coding requirements, then writes a review report.

1 3mo ago A 57 tokens original MIT

test-agent

11

dhslegen/digital-delivery-team

Agent

A quality-assurance agent that creates tests from a product requirements document's acceptance criteria and reports the results.

1 3mo ago A 56 tokens original MIT

build-api

12

dhslegen/digital-delivery-team

Command

后端实现 · main thread + 6-phase(EXPLORE→PLAN→APPROVE→IMPLEMENT→VERIFY→SUMMARY),不再黑盒派发 subagent.

1 3mo ago B 35 tokens original MIT

build-web

13

dhslegen/digital-delivery-team

Command

前端实现 · main thread + 6-phase(EXPLORE→PLAN→APPROVE→IMPLEMENT→VERIFY→SUMMARY),不再黑盒派发 subagent.

1 3mo ago B 35 tokens original MIT

design-brief

14

dhslegen/digital-delivery-team

Command

设计 Brief 编译器 · 把 PRD + OpenAPI + tech-stack 编译为 docs/design-brief.md(10 字段 SSoT).

1 3mo ago B 32 tokens original MIT

design-execute

15

dhslegen/digital-delivery-team

Command

A command that turns a design brief into an attachment package and instructions for Claude Design, Figma, or v0, tools used to create interface designs. It then accepts the returned design source for use in a web project.

1 3mo ago B 36 tokens original MIT

design

16

dhslegen/digital-delivery-team

Command

A command that creates a draft system architecture, an OpenAPI document describing web-service endpoints, and a data model from prepared product requirements and work plans.

1 3mo ago B 22 tokens original MIT

doctor

17

dhslegen/digital-delivery-team

Command

A command that checks whether the DDT plugin and its development tools are installed and configured correctly. It checks items such as the Node.js version, event hooks, files, permissions, and the OpenAPI checking tool.

1 3mo ago B 26 tokens original MIT

fix

18

dhslegen/digital-delivery-team

Command

A repair command that applies listed fixes from a review report, with dry-run output by default and an explicit --apply option for writing changes.

1 3mo ago B 27 tokens original MIT

impl

19

dhslegen/digital-delivery-team

Command

A command that builds an application in visible stages: first the API, then the web interface, with a user check between them.

1 3mo ago B 45 tokens original MIT

integrate

20

dhslegen/digital-delivery-team

Command

An integration command that starts the required database, Redis, backend, and frontend services, applies database migrations, and runs smoke tests. Smoke tests are quick checks that the main system paths work.

1 3mo ago B 62 tokens original MIT

kickoff

21

dhslegen/digital-delivery-team

Command

A project-start command that runs product requirements, work breakdown, and design steps in sequence. It can ask decisions at each step or run automatically with --auto.

1 3mo ago A 37 tokens original MIT

package

22

dhslegen/digital-delivery-team

Command

A delivery command that prepares a project handoff. It creates a README, deployment guide, and demonstration script after required testing and review documents are available.

1 3mo ago B 19 tokens original MIT

prd

23

dhslegen/digital-delivery-team

Command

A product-planning command that creates or refreshes a product requirements document (PRD), including user stories and Given/When/Then acceptance criteria.

1 3mo ago B 26 tokens original MIT

preview

24

dhslegen/digital-delivery-team

Command

A command that summarizes the output of one or all nine project phases and shows how files differ from the last Git commit. A phase is one stage of the delivery process, such as planning, design, testing, or release preparation.

1 3mo ago B 26 tokens original MIT