feature-pipeline
v0.2.0Route a feature through four stages — spec plus acceptance checklist, an outside opinion, implementation in another agentic harness (Grok Build or DeepSeek), and an independent verification — while the main context only orchestrates and never writes the code itself.
By Dmitry FominLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 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 feature-pipeline for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install feature-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/dmitry-fomin/homemade-skills-claude-codeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/feature-pipeline/.
Plugin files
├── .claude-plugin/plugin.json└── skills/feature-pipeline/SKILL.md
Included Skills1
Конвейер реализации задачи — четыре этапа через субагентов и внешние агентные харнессы, где основной контекст только маршрутизирует и ведёт журнал, но кода не пишет и порций не коммитит — код пишет исполнитель этапа 3, коммитит судья этапа 4. Используй, когда просят реализовать шаг или порцию из ТЗ, сделать фичу, взять в работу спеку или продолжить начатый шаг; для любой задачи крупнее названной правки, даже если слово «конвейер» не прозвучало.
Plugin manifests1
{
"name": "feature-pipeline",
"displayName": "Feature pipeline",
"version": "0.2.0",
"description": "Route a feature through four stages — spec plus acceptance checklist, an outside opinion, implementation in another agentic harness (Grok Build or DeepSeek), and an independent verification — while the main context only orchestrates and never writes the code itself.",
"author": {
"name": "Dmitry Fomin",
"url": "https://github.com/dmitry-fomin"
},
"homepage": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"repository": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"license": "MIT",
"keywords": [
"pipeline",
"orchestration",
"delegation",
"grok",
"deepseek",
"context-budget"
]
}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.
[feature-pipeline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/feature-pipeline)