dely
v0.12.0An automation-first, Orca-supervised delivery protocol for coding agents.
By Hieu PhungLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 25, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dely@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/hieuphung97/delyClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/delivery/SKILL.md└── skills/setup/SKILL.md
Included Skills2
Deliver a change through an approved design contract, sequential implementation, independent review and exact-HEAD release. Use for any Bounded or Architectural change — including a small, one-line behavioral fix, which is the canonical Bounded case — so it gets design approval and independent review. Not for a Spike, which investigates and recommends without starting a delivery run.
Configure a project's AGENTS.md with one managed Dely block — per-phase harness, model and effort for implement and review, discovered from the live harness surface. Use at the start of a Control Session, when the project has no managed block, or when those pins need rewriting from the installed harnesses. Not for installing plugins, trusting hooks, or delivering a change; that is delivery.
Plugin manifests2
{
"name": "dely",
"version": "0.12.0",
"description": "An automation-first, Orca-supervised delivery protocol for coding agents.",
"license": "MIT",
"keywords": [
"delivery",
"workflow",
"review",
"orca",
"automation"
],
"author": {
"name": "Hieu Phung",
"url": "https://github.com/hieuphung97"
},
"homepage": "https://github.com/hieuphung97/dely",
"repository": "https://github.com/hieuphung97/dely",
"skills": "./skills/",
"interface": {
"displayName": "Delivery",
"shortDescription": "Design, implement, review independently, close",
"defaultPrompt": [
"Use the delivery skill to classify and handle this change, and the setup skill to configure the project."
]
}
}{
"name": "dely",
"version": "0.12.0",
"description": "An automation-first, Orca-supervised delivery protocol for coding agents.",
"license": "MIT",
"keywords": [
"delivery",
"workflow",
"review",
"orca",
"automation"
],
"author": {
"name": "Hieu Phung",
"url": "https://github.com/hieuphung97"
}
}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.
[dely on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dely)