dor-dod
v0.1.0Specification & development toolkit built on the FZAG DXP Definition of Ready/Done. Three skills sharing one source-of-truth checklist file: spec (author a story/bug/feature spec to the relevant DoR as tool-agnostic markdown), check (audit any artifact against the matching DoR/DoD and report gaps), and promote (publish a markdown draft to an Azure DevOps work item or a Confluence spec page). Works without MCP (markdown in/out) and uses Atlassian/Azure DevOps MCP when present.
By MotionComplex0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dor-dod for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dor-dod@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/MotionComplex/agentic-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dor-dod/.
Plugin files
├── .claude-plugin/plugin.json├── skills/check/SKILL.md├── skills/promote/SKILL.md└── skills/spec/SKILL.md
Included Skills3
Audits any artifact against the matching Definition of Ready or Done and reports, per checklist item, whether it PASSES, has a GAP, or is N/A — plus an overall verdict and the blocking gaps in priority order. Accepts a pasted markdown draft (e.g. from /dor-dod:spec), an Azure DevOps work item (bare number or URL), a Confluence spec page (URL or title), or the current git branch / a PR. Auto-detects which checklist applies from the artifact type and the user's intent. Trigger phrases: "is this story ready", "check definition of ready", "audit this ticket", "ready for refinement?", "ready for testing?", "can I close this story?", "check the DoR", "check the DoD", "/dor-dod:check". Use /dor-dod:spec to draft or complete missing pieces; use /dor-dod:promote once the artifact passes.
Publishes a canonical-format markdown draft to Azure DevOps (create a new work item or update an existing one by bare ticket number) or to a Confluence spec page (create or update by URL/title). Trigger with: "promote this draft", "create the work item", "push this to Azure DevOps", "create the story in ADO", "publish to Confluence", "update ticket 42695 with this draft", "/dor-dod:promote". Sits at the end of the spec→check→promote pipeline: /dor-dod:spec authors the draft, /dor-dod:check audits it, and this skill publishes it. If the user wants to author or audit rather than publish, point to the sibling skill instead.
Authors a draft artifact — user story, bug report, or feature specification — that satisfies the relevant Definition of Ready for that type, and emits it in the canonical draft format that /dor-dod:promote can parse and publish. Trigger when the user says "write a user story", "draft a spec", "create a bug ticket", "prepare a story for refinement", "I need a DoR-ready story", "spec this out", or invokes /dor-dod:spec. Pairs with /dor-dod:check (audit the draft against the DoR) and /dor-dod:promote (publish to ADO / Confluence).
Plugin manifests1
{
"name": "dor-dod",
"displayName": "Definition of Ready / Done",
"version": "0.1.0",
"description": "Specification & development toolkit built on the FZAG DXP Definition of Ready/Done. Three skills sharing one source-of-truth checklist file: spec (author a story/bug/feature spec to the relevant DoR as tool-agnostic markdown), check (audit any artifact against the matching DoR/DoD and report gaps), and promote (publish a markdown draft to an Azure DevOps work item or a Confluence spec page). Works without MCP (markdown in/out) and uses Atlassian/Azure DevOps MCP when present.",
"author": {
"name": "MotionComplex"
},
"keywords": [
"definition-of-ready",
"definition-of-done",
"user-story",
"specification",
"refinement",
"gherkin",
"azure-devops",
"confluence"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dor-dod on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dor-dod)