yw-workflow
v1.6.0Yiming's engineering workflow: skills for planning, reviewing and shipping, with hooks that enforce the rules rather than restating them.
By Yiming WangLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 11 skill or MCP entries
- Source updated
- Sep 16, 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 yw-workflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install yw-workflow@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/emmanuelwunjc/yw-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/eli5/SKILL.md├── skills/eli5-text/SKILL.md├── skills/fresh-eye/SKILL.md├── skills/git-lanes/SKILL.md├── skills/grill/SKILL.md├── skills/handoff/SKILL.md├── skills/harden/SKILL.md├── skills/mutation-gate/SKILL.md├── skills/need-me/SKILL.md├── skills/ship-loop/SKILL.md└── skills/wayfinder/SKILL.md
Included Skills11
Explain a topic like the reader knows nothing about it, as an HTML artifact with big pictures and few words. Use when the user asks to "eli5", "explain like I'm 5", or wants a dead-simple visual explainer instead of a text answer. Requires the Artifact tool; without it use eli5-text. Prefer this over eli5-text when the explanation will be re-read, shared, or kept.
Explain a topic like the reader knows nothing about it, in the conversation, with no artifact and no page to open. Use when the user asks to "eli5 this", "explain it simply", "what does this actually mean", or wants the plain version right now rather than a link. Prefer this over eli5 when the answer is needed mid-task, and when a bare "eli5 X" or "explain like I'm 5" could go either way.
Dispatch an independent adversarial reviewer that did not write the code, in an isolated git worktree, to try to break a change rather than agree with it. Use before merging anything non-trivial, when asked for "a fresh eye", "a second opinion", "review this properly", "try to break this", or when you have just finished work and are about to call it done. Also use on the FIX for a previous review, because that is where the next defect usually is.
Run concurrent agents in isolated git worktrees without them colliding. Use before starting multi-file work in a repo where another agent may be active, when asked to "run these in parallel", "spin up lanes", "use worktrees", when dispatching a reviewer, or when about to git checkout/pull/stash in a repo you did not just create. Also covers where built deliverables live and how lanes merge back to trunk.
Interrogate a plan, decision, or idea one decision at a time until the shared understanding is real. Use when the user says "grill me", "stress-test this", "poke holes in it", "am I missing anything", or before committing to any plan whose cost is more than an hour. Also use when a request is ambiguous enough that two readings would produce different work.
Keep a repo's docs/HANDOFF.md in the one shape that lets a fresh session start from the file alone, with a Start here block on top and dated sections appended as work happens. Use when asked for "a handoff", "/handoff", "write the handoff", "update the handoff", at the close of a session, or when the handoff-freshness hook warns HANDOFF STALE or HANDOFF SHAPE.
Set up CI, pre-commit hooks, a PR template, and GitHub branch protection for a repo, so its review gate holds where the work runs rather than only on one laptop. Use when the user asks to "set up CI", "add branch protection", "bootstrap this repo", "add git hygiene", "harden this repo's git workflow", or when starting real work in a repo that has none of this yet.
Prove a repo's self-checks can fail, by applying recorded two-line breakages to each script and requiring its own check to catch them. Use when a review finds an assertion that could not fail, when a ticket names a rule as one that must be provable by mutation, when adopting the gate in a new repo ("add the mutation gate", "mutation test the scripts"), or when deciding whether a proposed gate entry has earned its place.
Show only what is actually waiting on the human, delivered as clickable questions they answer in seconds. Use when the user asks "what needs me", "am I blocking anything", "/need-me", "what's waiting on me", at any natural pause where they may walk away, and before a handoff so the next session does not inherit a hidden queue of unanswered questions.
Run work as a closing loop instead of a trailing-off one. Ticket, branch, implement test-first, dispatch an independent review, fix what blocks, file what does not, and repeat until a review round comes back clean. Use when asked to "run the loop", "keep going until it's right", "loop until the feedback is perfect", "babysit this to done", or when handed a backlog of tickets to work through. Also use to decide what happens to review findings.
Chart a body of work too big for one session as a map of decision tickets on GitHub Issues, then resolve them one at a time until the route is clear. Use for a loose idea, a migration, a new project, or any effort where the destination is known and the way there is not. Triggers include "where do I even start", "this is too big", "chart this", "wayfinder".
Plugin manifests1
{
"name": "yw-workflow",
"version": "1.6.0",
"description": "Yiming's engineering workflow: skills for planning, reviewing and shipping, with hooks that enforce the rules rather than restating them.",
"author": {
"name": "Yiming Wang"
},
"repository": "https://github.com/emmanuelwunjc/yw-workflow",
"license": "MIT",
"keywords": [
"claude-code",
"plugin",
"skills",
"hooks",
"code-review",
"worktree"
]
}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.
[yw-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/yw-workflow)