pipeline
v3.5.0write-issue → orchestrate: turn an idea into a grounded issue, then run the arc as a just-in-time loop — ground the next increment, ship it through isolated git worktrees, reconcile the rest against the tree it produced.
By Trinity AI LabsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 29, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pipeline@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/trinity-ai-labs/orchestration-skillsClone 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
├── .claude-plugin/plugin.json├── skills/review/SKILL.md└── skills/setup/SKILL.md
Included Skills2
The implementer's own quality + correctness pass over its UNCOMMITTED work, before it commits. Use when an implementer in the worktree flow has finished writing a change and is about to commit it, whenever an `orchestrate` brief says to run a review pass for the slice, and whenever you are asked to review, tighten, simplify, or clean up a change you just wrote and have not committed. Reviews reuse, simplification, efficiency, altitude AND correctness in one pass over the working tree, then applies what it judges right and reports what it rejected. It NEVER dispatches sub-agents and NEVER commits — the agent running the slice is the one that decides what goes in, and the commit step belongs to the flow that called this. Not for reviewing a committed range or someone else's PR (that's the dispatcher reading the diff, plus the gate).
Onboard a repo onto the /pipeline:write-issue → /pipeline:orchestrate pipeline. Use whenever a repo has no `.agents/worktree.json` yet, whenever `setup-worktree.sh` warns "no config", when someone asks to SET UP / ONBOARD / WIRE UP the pipeline (or a gate queue / enqueue system) for a project, or when a dispatcher refuses to dispatch because the project is unconfigured. You GROUND the repo in its real scripts, CI, and AGENTS.md — never guessed commands — then write `.agents/worktree.json` and, when the project wants one, scaffold a durable gate queue INTO THAT REPO. The artifacts belong to the project: this skill carries the knowledge, the repo carries the code, so each project owns and evolves its own queue. You do NOT slice work, write features, or dispatch implementers.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "pipeline",
"displayName": "Dev Pipeline",
"description": "write-issue → orchestrate: turn an idea into a grounded issue, then run the arc as a just-in-time loop — ground the next increment, ship it through isolated git worktrees, reconcile the rest against the tree it produced.",
"version": "3.5.0",
"author": {
"name": "Trinity AI Labs",
"url": "https://github.com/trinity-ai-labs"
},
"homepage": "https://github.com/trinity-ai-labs/orchestration-skills",
"repository": "https://github.com/trinity-ai-labs/orchestration-skills",
"license": "MIT",
"keywords": [
"worktree",
"orchestration",
"github-issues",
"parallel-agents",
"code-review"
]
}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)