dev-workflow
v0.49.0Nine skills for research, brainstorm, plan, review-plan, execute, review, compound, handoff, and propose — with triage, convention compliance, and knowledge compounding
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dev-workflow-4@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/azevedo/dev-workflowClone 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/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
Explore requirements and approaches through collaborative dialogue before planning implementation
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.
Execute an approved implementation plan — implement changes, test continuously, track progress
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.
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.
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.
Conduct comprehensive codebase research with parallel sub-agents
Run post-implementation code review with built-in and discovered reviewers
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
{
"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"
]
}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.
[dev-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-workflow-4)