Agent Plugins Marketplace
All plugins

bergant-workflow

v0.2.0

Engineering workflow plugin: spec-to-docs (project-init) and feature lifecycle orchestration (lifecycle) with compact/gate-enforcement hooks.

Claude Code2 Skills

By Igor DruzhininLicense: MIT4 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 27, 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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bergant-workflow@agent-plugin-marketplace

Paste 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/UnBergant/bergant-workflow

Clone 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

bergant-workflow/
├── .claude-plugin/plugin.json
├── skills/lifecycle/SKILL.md
└── skills/project-init/SKILL.md

Included Skills2

lifecycleskills/lifecycle/SKILL.md

Orchestrate feature lifecycle — track steps, enforce gates, dispatch sub-agents. Use when starting a new task, checking lifecycle status, or advancing to the next step.

project-initskills/project-init/SKILL.md

Framework for creating project documentation from specs — reviews, research, architecture, planning, task decomposition into slices, and optional Jira sync. Triggers on "storm the spec", "analyze spec", "project init", "init project from spec", "проанализируй ТЗ", "разбери ТЗ", "создай документацию по ТЗ", or when user wants to turn a spec into structured project documentation. Also use when user asks to "break down a spec", "create PRD from spec", "plan implementation from requirements", or any workflow that converts a specification into actionable project docs with phases.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "bergant-workflow",
  "displayName": "Bergant Workflow",
  "description": "Engineering workflow plugin: spec-to-docs (project-init) and feature lifecycle orchestration (lifecycle) with compact/gate-enforcement hooks.",
  "version": "0.2.0",
  "author": {
    "name": "Igor Druzhinin",
    "url": "https://github.com/UnBergant"
  },
  "homepage": "https://github.com/UnBergant/bergant-workflow",
  "repository": "https://github.com/UnBergant/bergant-workflow",
  "license": "MIT",
  "keywords": [
    "workflow",
    "lifecycle",
    "project-init",
    "orchestration",
    "hooks"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bergant-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bergant-workflow)