From wur
Use when starting any conversation — establishes how to find and use WUR skills, requiring this bootstrap before any response or action.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wur:using-wurThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<SUBAGENT-STOP>
Invoke relevant or requested WUR skills before any response or action. Start here, then use wur-guidelines for roadmap, wiki, contract, receive, status, and closeout work.
WUR uses three local skills:
using-wur — this bootstrap.wur-guidelines — core workflow: agents/ wiki, Work Units, shared contract rules, phase contracts, verification, receive, and client-confirmed closeout.using-git-worktrees — optional isolation guidance only when a contract explicitly recommends a sparse worktree.Everything else is driven by slash commands in commands/ and commands/wiki/.
agents/ = source-of-truth wiki
contracts/rule.md = shared execution rules
contracts/PHASE_{n}_CONTRACT.md = phase execution contract + report ledger
/wur:start {n} creates or refreshes the shared rule file and phase contract. It does not make the WUR coordinator execute code by itself.
External executors may implement from the contract, but they must not edit agents/. WUR receives their report and updates agents/ after verification.
wur-guidelines → /wur:initwur-guidelines → /wur:start 2wur-guidelines → /wur:test fail: ...wur-guidelines → /wur:done only when the current user request explicitly asks for itwur-guidelines → /wur:wiki:addwur-guidelines → /wur:wiki:ima| Thought | Reality |
|---|---|
| "This is just a simple question" | Questions are tasks. Check WUR first. |
| "I'll update agents/ after execution" | External executors do not edit agents/; WUR receives reports. |
| "I'll make a new executor report file" | Keep executor handoff reports in the same phase contract file unless the command says otherwise. agents/reports/ stores durable WUR reports and summaries. |
"Tests passed, so I can run /wur:done" | Only the current client request can authorize /wur:done. |
| "I'll skip verification" | Evidence before claims. |
| "I'll create Phase Fix files" | New work uses contract rounds, not Phase Fix ledgers. |
Instructions say what to accomplish, not how to bypass WUR. Keep the workflow small, explicit, and verifiable.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub truong170201/work-unit-roadmap --plugin wur