Standard Claude Code Configuration in qmu
npx claudepluginhub qmu/workaholicStructured development workflows and engineering standards: commands, skills, hooks, and Agent Teams for cross-agent development
Portable cross-agent build of the ticket/drive/report/ship/catch/mission workflow skills (self-contained, generated). For Codex, OpenCode, and other agents; Claude Code users install the workaholic plugin instead.
Private marketplace for Claude Code plugins. Discover and enable plugins that add structured workflows to your Claude Code sessions, from ticket-driven development to AI-collaborative exploration.
[!WARNING] This plugin drives git on your behalf. Workaholic lets Claude Code autonomously create branches, commit, amend, push, and open pull requests. Review the plugin descriptions below before installing so you know what to expect.
claude
/plugin marketplace add qmu/workaholic
Enable the plugins you want after installation. Auto update is recommended.
Shared commands that work across all workflows. Auto-detects your development context from the current branch pattern.
| Command | What it does |
|---|---|
/report | Context-aware: generate story or journey report and create PR |
/ship | Context-aware: merge PR, deploy, and verify |
Repository structuring policy, qualitative agents, and documentation standards. This plugin has no commands — it provides agents and skills referenced by other plugins. Includes lead agents (a11y, db, delivery, infra, observability, quality, recovery, security, test, ux), manager agents (architecture, project, quality), and documentation writers (changelog, terms, specs, release notes).
Unified development workflow combining ticket-driven development (TiDD) and AI-collaborative exploration. Write implementation tickets, implement them serially with confirmation, generate PR stories, or launch Agent Teams for collaborative design.
| Command | What it does |
|---|---|
/ticket | Plan a change with context and steps |
/drive | Implement queued tickets one by one |
/scan | Full documentation scan |
/trip | Launch Agent Teams session for collaborative design |
[!NOTE]
/triprequiresCLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1to be set in your environment.
Typical drive session:
/ticket add dark mode toggle to settings page
/ticket support system preference detection
/drive # implement both, confirm each
/ticket fix flash of light theme on page load
/drive # fix discovered issue
/report # generate story + create PR
/ship # merge, deploy, verify
Typical trip session:
/trip design a real-time notification system for our web app
# Three agents collaborate:
# Planner — defines direction from user/stakeholder perspective
# Architect — models system structure and boundaries
# Constructor — designs implementation with engineering trade-offs
# All work happens in an isolated worktree branch
/report # generate journey report + create PR
/ship # merge, clean up worktree, verify
A ticket is a markdown file describing a change you want to make — the context, plan, and rationale. Run /ticket your change request and a coding agent explores both codebase and history, then writes the ticket for you. Committed alongside the code, tickets become searchable history for future coding agents.
Once tickets are queued, /drive implements them one by one with confirmation at each step. While one agent drives, others can keep creating tickets — no worktree overhead, just serial execution with clear commits.
When ready to deliver, /report generates changelogs and PR descriptions from the accumulated ticket history. Then /ship merges the PR, deploys following your project's cloud.md instructions, and verifies the deployment.
[!NOTE] A flavor of Spec-Driven Development
This follows Spec-Driven Development principles with distinct terminology:
- Ticket: A change request describing what should be different (flowing, temporal)
- Spec: Current state documentation describing what exists now (snapshot, persistent)
Tickets drive implementation; specs document the result. Both are markdown, both are versioned, but they serve complementary purposes.
The /trip command launches an Agent Teams session where three agents with different perspectives collaborate to explore and develop a concept:
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.