devflow
v0.10.8Structured development task workflow: requirements to design to plan to code to close, with a shared multi-reviewer roster (official-anthropic-review-skill, fallow, ponytail, codex) and JIRA task-tracker integration. Includes standalone code-review, pr-review and claude-design skills. Bundles its own tooling (tasks, mdexec).
By Vitaly Belman0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 1, 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 devflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install devflow@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/vitalybe/skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devflow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/code-review/SKILL.md├── skills/config-project/SKILL.md├── skills/docs-update/SKILL.md├── skills/pr-review/SKILL.md├── skills/start-flow/SKILL.md├── skills/start-flow-worktree/SKILL.md└── skills/use-worktree-branch/SKILL.md
Included Skills7
Reviews the current changes against main and reports findings. Use when the user asks to "code review", "review my changes", or "review this branch" without a specific PR number. Runs the internal review engine, applies obvious fixes, and presents a structured breakdown.
Configure per-project settings for the devflow workflow - task system and merge strategy. Writes to `project-config.toml` in the project root. Use when the user invokes `/devflow:config-project`, or when another devflow skill reports a missing required key.
Update or create documentation in the appropriate location (patterns, architecture, or CLAUDE.md files)
Reviews a GitHub pull request against its plan file, inside a worktree, using the shared review roster. Use whenever the user asks to "review PR
Runs the devflow workflow end to end - works out which phases the task needs, runs each phase in its own sub-agent, and relays their questions to the user. Invoke to start or resume a dev task flow.
Runs the devflow workflow in an isolated git worktree - sets up a dedicated worktree branch first, then starts the flow there. Use instead of /devflow:start-flow when the work should not touch the current checkout, when sitting on main/master, or on phrases like "start the flow in a worktree", "run this task on its own branch", "isolate this task and start the flow".
Make sure the current work is happening in a dedicated git worktree on its own branch, creating and switching into one if it is not. Carries dirty changes over with a stash/pop (never commits them), and if commits already landed on main/master it renames that branch into the worktree branch and recreates main from origin/main. Use whenever the user says "move this to a worktree", "put this on its own branch", "I'm on main again, fix it", "get me off master", "set up a worktree for this task", "isolate this work", or starts real work while sitting on the default branch. Also use as a preflight before implementing a task, so nothing accumulates on a shared branch.
Plugin manifests1
{
"name": "devflow",
"description": "Structured development task workflow: requirements to design to plan to code to close, with a shared multi-reviewer roster (official-anthropic-review-skill, fallow, ponytail, codex) and JIRA task-tracker integration. Includes standalone code-review, pr-review and claude-design skills. Bundles its own tooling (tasks, mdexec).",
"version": "0.10.8",
"author": {
"name": "Vitaly Belman",
"email": "[email protected]"
}
}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.
[devflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devflow)