dhslegen/digital-delivery-team
Plugin Claude Code
Plugin marketplace listing 1 plugin: digital-delivery-team.
dhslegen/digital-delivery-team
Plugin Claude Code
Plugin marketplace listing 1 plugin: digital-delivery-team.
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.
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.
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.
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.
dhslegen/digital-delivery-team
Agent
A repair agent that applies small, targeted code fixes for problems already recorded in review documents.
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.
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.
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.
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.
dhslegen/digital-delivery-team
Agent
A quality-assurance agent that creates tests from a product requirements document's acceptance criteria and reports the results.
dhslegen/digital-delivery-team
Command
后端实现 · main thread + 6-phase(EXPLORE→PLAN→APPROVE→IMPLEMENT→VERIFY→SUMMARY),不再黑盒派发 subagent.
dhslegen/digital-delivery-team
Command
前端实现 · main thread + 6-phase(EXPLORE→PLAN→APPROVE→IMPLEMENT→VERIFY→SUMMARY),不再黑盒派发 subagent.
dhslegen/digital-delivery-team
Command
设计 Brief 编译器 · 把 PRD + OpenAPI + tech-stack 编译为 docs/design-brief.md(10 字段 SSoT).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.