Agent Plugins Marketplace
All plugins

workflow

v2.4.0

Cloud-safe core workflow skills for Claude Code: plan, refine, execute, comprehensive-review, close-out, post-build

Claude Code5 Skills

By William Hamilton0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 18, 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 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 workflow-3@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/codyhamilton/workflow-plugin

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

workflow/
├── .claude-plugin/plugin.json
├── skills/comprehensive-review/SKILL.md
├── skills/execute/SKILL.md
├── skills/plan/SKILL.md
├── skills/post-build/SKILL.md
└── skills/refine/SKILL.md

Included Skills5

comprehensive-reviewskills/comprehensive-review/SKILL.md

Conduct an independent review of a change, keyed to the plan's acceptance criteria. Use when reviewing a PR (locate the plan folder via its `Workflow-Plan:` marker) or after local plan execution. Fixes straightforward findings in place and authors remediation briefs for structural ones; reconstructs intent for a no-plan PR.

executeskills/execute/SKILL.md

Execute an existing plan from `docs/plans/`. Use when the user wants to implement a planned work package — routing `refine`'s briefs to workers (or authoring one inline for single-worker slices), tracking implementation progressively, and running review sized to the declared posture.

planskills/plan/SKILL.md

Create or revise implementation plans for this repo. Use when a user asks for a plan, to restructure plan docs, or to define a self-contained work package with clear contracts and acceptance criteria.

post-buildskills/post-build/SKILL.md

Orchestrate the post-build pipeline stage against a PR produced by execute — independent review with in-place fixes, remediation only for briefed structural findings, conditional QA with exact-SHA deploy proof, a single end-of-work required-checks gate, and a merge-readiness report. Right-sizes the stage to change classification (plan presence, functional surface, size). Use when picking up a PR after the build stage, or when an automation triggers the post-build workflow.

refineskills/refine/SKILL.md

Turn an approved plan into executable work — decompose it into ordered units and write one complete brief per unit into the plan folder, or report that the plan cannot support briefs yet. Use between `plan` and `execute` when the work is more than one worker can carry.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "workflow",
  "description": "Cloud-safe core workflow skills for Claude Code: plan, refine, execute, comprehensive-review, close-out, post-build",
  "version": "2.4.0",
  "author": {
    "name": "William Hamilton",
    "email": "[email protected]"
  }
}

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

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