Conduct an independent review of a significant change. Use when requested to conduct a review or 3way review, or after implementation of a planned work package.
Execute an existing plan program or child plan from `docs/plans/`. Use when the user wants to implement a planned work package with delegation, progress tracking, completion artifacts, and mandatory review.
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.
---
Parse an AI tool session transcript to extract cost metrics (agents spawned, tool turns per agent, tool type breakdown, context estimate, wall time) in eval cost-comparison format. Use after a plan-execute run to populate a cost-comparison.md, or during workflow-tuning to compare execution approaches.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Private plugin marketplace containing workflow skills for plan, execute, and review.
| Skill | Description |
|---|---|
plan | Create and revise implementation plans |
execute | Execute planned work packages with delegation and review |
comprehensive-review | Independent review of significant changes |
workflow-tuning | Improve the plan/execute/review workflow itself |
git clone [email protected]:codyhamilton/workflow-plugin.git
cd workflow-plugin
./install.sh
The installer detects opencode, Claude Code, and Cursor and asks before installing into each. No flags, no config required.
Both Claude Code and opencode use the same skills directory. Copy skills directly:
cp -r skills/* ~/.claude/skills/
Skills are available immediately. For marketplace-style install (so colleagues can /plugin install workflow@workflow-plugin), register this repo in ~/.claude/plugins/known_marketplaces.json:
{
"workflow-plugin": {
"source": {
"source": "github",
"repo": "codyhamilton/workflow-plugin"
},
"installLocation": "~/.claude/plugins/marketplaces/workflow-plugin"
}
}
Then install with:
/plugin install workflow@workflow-plugin
Skills become available as workflow:plan, workflow:execute, etc.
Clone the repo into Cursor's local plugins directory, then restart Cursor:
git clone [email protected]:codyhamilton/workflow-plugin.git ~/.cursor/plugins/local/workflow
Or run ./install.sh and accept the Cursor prompt.
workflow-plugin/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── .cursor-plugin/plugin.json
└── skills/
├── plan/
├── execute/
├── comprehensive-review/
└── workflow-tuning/
npx claudepluginhub codyhamilton/workflow-plugin --plugin workflowCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer