Agent Plugins Marketplace
All plugins

dev-workflow

v0.49.0

Nine skills for research, brainstorm, plan, review-plan, execute, review, compound, handoff, and propose — with triage, convention compliance, and knowledge compounding

Claude Code9 Skills

By Bruno AzevedoLicense: MIT1 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 19, 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 dev-workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dev-workflow-4@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/azevedo/dev-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

dev-workflow/
├── .claude-plugin/plugin.json
├── skills/ba-brainstorm/SKILL.md
├── skills/ba-compound/SKILL.md
├── skills/ba-execute/SKILL.md
├── skills/ba-handoff/SKILL.md
├── skills/ba-plan/SKILL.md
├── skills/ba-propose/SKILL.md
├── skills/ba-research/SKILL.md
├── skills/ba-review/SKILL.md
└── skills/ba-review-plan/SKILL.md

Included Skills9

ba-brainstormskills/ba-brainstorm/SKILL.md

Explore requirements and approaches through collaborative dialogue before planning implementation

ba-compoundskills/ba-compound/SKILL.md

Document a recently solved problem to docs/solutions/ so future brainstorm/plan sessions can reuse it; use after solving a non-trivial, verified problem. Not for a problem still being diagnosed, or one whose fix is unverified.

ba-executeskills/ba-execute/SKILL.md

Execute an approved implementation plan — implement changes, test continuously, track progress

ba-handoffskills/ba-handoff/SKILL.md

Compact the current conversation into a handoff document for a fresh or parallel session to continue from — captures git state, references in-repo artifacts by path, and suggests exact next steps, saved to $TMPDIR.

ba-planskills/ba-plan/SKILL.md

Produce a dated implementation plan in docs/plans/ for a scoped change the user has decided to build. Use when asked to plan a feature, bug fix, or refactor, or to turn a brainstorm into a plan. Not for answering "how would we do X" or "what would it take" in conversation — answer directly, or suggest /ba-research for a codebase question.

ba-proposeskills/ba-propose/SKILL.md

Commit, push, and open a PR/MR with a composed title and body — apply-by-default (--review to restore confirmation), host-detected dispatch for GitHub and GitLab.

ba-researchskills/ba-research/SKILL.md

Conduct comprehensive codebase research with parallel sub-agents

ba-reviewskills/ba-review/SKILL.md

Run post-implementation code review with built-in and discovered reviewers

ba-review-planskills/ba-review-plan/SKILL.md

Score a plan's sections with the built-in reviewers and, on approval, edit that plan file in place. Use when explicitly asked to review, critique, or strengthen a specific plan before implementing it. Not for general discussion of a plan or of planning.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "dev-workflow",
  "version": "0.49.0",
  "description": "Nine skills for research, brainstorm, plan, review-plan, execute, review, compound, handoff, and propose — with triage, convention compliance, and knowledge compounding",
  "author": {
    "name": "Bruno Azevedo"
  },
  "license": "MIT",
  "keywords": [
    "research",
    "brainstorm",
    "planning",
    "execute",
    "workflow",
    "conventions",
    "review",
    "compound",
    "knowledge",
    "propose"
  ]
}

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

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