pipeline
v1.2.1Takes one feature from idea to reviewed pull request — spec, plan, build, review, ship — stopping to ask you at every step that leaves your machine.
By Haytham ZahranLicense: MIT6 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 8, 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 pipeline for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pipeline-2@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/h-zahran/delivery-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pipeline/.
Plugin files
├── .claude-plugin/plugin.json├── skills/device-verify/SKILL.md├── skills/spec-review/SKILL.md└── skills/status/SKILL.md
Included Skills3
Build, install and drive a mobile release build on one attached device over adb, screenshot what changed, and read the screenshots back. Use when a change claims to work on a device and nobody has watched it do so, or when the pipeline's runtime-check phase runs on a mobile project.
Audit an implementation against its specification with three independent lenses — contract compliance, security, and tests. Use when a feature claims to be done and someone wants to know whether the spec agrees, or when the pipeline's deep-review phase runs.
Read a pipeline run's state file and report the phase board, the gate it is waiting on, and the exact next action. Use when someone asks where a pipeline run stands, which phase it is in, or what to do next.
Plugin manifests1
{
"name": "pipeline",
"description": "Takes one feature from idea to reviewed pull request — spec, plan, build, review, ship — stopping to ask you at every step that leaves your machine.",
"version": "1.2.1",
"author": {
"name": "Haytham Zahran"
},
"homepage": "https://github.com/h-zahran/delivery-kit",
"repository": "https://github.com/h-zahran/delivery-kit",
"license": "MIT",
"keywords": [
"pipeline",
"orchestration",
"spec-driven",
"workflow"
]
}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.
[pipeline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pipeline-2)