Development marketplace for Software Delivery Orchestrator
npx claudepluginhub xhyqaq/software-delivery-orchestratorCoordinates end-to-end software delivery.
Software Delivery Orchestrator is an end-to-end software delivery workflow for coding agents, packaged as a reusable skill.
It is built for feature work in existing repositories. Instead of jumping straight into implementation, it pushes the agent through requirement challenge, spec creation, technical planning, implementation, review, and documentation sync.
This repository is organized as a multi-platform skill distribution repo:
skills/ holds the real skill source.claude-plugin/, .cursor-plugin/, .codex/ hold platform-specific entry filespackage.json + scripts/ drive regeneration and CI checkssoftware-delivery-orchestrator is for tasks where an agent should act like a disciplined delivery lead, not just a code generator.
Use it when you want the agent to:
This skill is most useful for:
From the first user request, the skill tries to move the agent through a controlled delivery loop:

The goal is not “write code faster.” The goal is “ship changes with less ambiguity, less drift, and better review discipline.”
This skill does not treat subagents as globally resident helpers. It reuses them only while the same stage, owned artifact, and responsibility remain active.
proposer and challenger may be reused across requirement gate and requirement analysis, but only for the same current feature spec.fixer, stay alive only while the same owned code slice remains active.reviewer is fresh for each meaningful review round and should not be reused after code, test, or validation evidence changes.documentation-sync and knowledge may span multiple review rounds, but only until the current feature's artifacts are finalized against the latest accepted diff.In other words, the skill prefers explicit ownership and clean handoffs, not long-lived background subagents that linger into later unrelated stages or the next feature.
Typical requests that should trigger this skill:
Installation differs by platform. Claude Code uses a plugin marketplace. Cursor uses native skill discovery. Codex uses native skill discovery plus a local clone.
GitHub repository:
https://github.com/xhyqaq/software-delivery-orchestrator
The source of truth is:
skills/software-delivery-orchestrator/
Generated compatibility files are:
AGENTS.md.claude-plugin/plugin.json.claude-plugin/marketplace.json.cursor-plugin/plugin.json.codex/INSTALL.mdAdd the repository as a marketplace:
/plugin marketplace add xhyqaq/software-delivery-orchestrator
Then install the software-delivery-orchestrator plugin from that marketplace.
Cursor's AI Agent discovers skills from ~/.codex/skills/ and ~/.agents/skills/. Choose one of the following methods:
Method A (recommended): use the built-in skill installer
In a Cursor AI Agent session, ask it to install the skill from GitHub:
Install the skill from https://github.com/xhyqaq/software-delivery-orchestrator using the skill installer.
The agent will use install-skill-from-github.py to copy the skill into ~/.codex/skills/software-delivery-orchestrator/ automatically.
Method B: manual install