Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-wow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-wow.
Plugin Claude Code
Five-role multi-agent workflow for Claude Code — manager, senior-developer, pair-programmer, tester (core four) plus an optional Slacker role for Slack-integrated projects. Stories, plans, reviews, and browser-tested bugs coordinated over a single shared append-only message bus (JSONL). Peers address each other…
Instructions file CodexOpenCode
AGENTS.md instructions for surajpratap/claude-wow-plugin, covering claude-wow, production code, runtime requirements, runtime guarantees (fork-bomb resistance, bug 0002) and plugin distribution.
Command
This file is the single source of truth for the multi-agent workflow. Core four roles (required): /manager, /senior-developer, /pair-programmer, /tester. Optional fifth: /slacker (Slack-integrated projects only). All command files reference this spec. If you change the protocol, change it here, and the other commands…
Command
A team mode for crunch throughput: every agent — M included — owns one work item end-to-end in parallel. The serial relay (SD plans → PP reviews → T verifies) is suspended; each owner self-drives the full lifecycle in its own worktree, and the human's PR merge is the final cross-check. M stays the coordinator …
Command
Command "_manager-startup" from surajpratap/claude-wow-plugin, covering manager startup procedure, usage auto-pause opt-in (one-time), usage auto-pause self-check and plugin version.
Command
Project-agnostic. M-only writes (standing-authority workflow-artifact commits).
Command
The mechanical setup is scripted. Run.
Command
Project-agnostic protocol for sprint retros. M-only writes (standing-authority workflow-artifact pattern). Peers read this file at startup AND on every read-retro-doctrine broadcast — auto-injected by the MCP server busemit handler whenever any caller emits review-closed or retro-open.
Command
The mechanical setup is scripted. Run.
Command
The mechanical setup is scripted. Run.
Command
Steps every role's -startup.md references. Substitute with your role (manager | senior-developer | pair-programmer | tester | slacker), with the repo root, and with the agent ID you generated.
Command
The mechanical setup is scripted. Run.
Command
This file is the canonical token-discipline doctrine for the WOW multi-agent workflow. M reads it once at startup, caches the full text, and pipes it inline as payload.tokendisciplinedoctrine on every story-created. Peers consume it as fresh context per-story-dispatch — bypasses the in-context-prompt-staleness problem.
Command
Manager — write stories, orchestrate the team via the shared bus, notify the human when stories complete.
Command
Resident code reviewer — review code/plans/stories on bus events, record findings, participate via the shared bus.
Command
Senior Developer — turn stories into plans, iterate with the Pair Programmer on the shared bus, implement the code.
Command
Slacker — the agent that runs Slack comms autonomously, escalates technical/project questions to Manager.
Command
Tester — write test-stories, exercise features in a per-story worktree, file bugs, verify fixes (via the shared bus).
Hook
Runs before the agent uses a tool for AskUserQuestion, Bash, Write, Edit, MultiEdit, NotebookEdit and Bash tool calls, executing check-askuserquestion-role.sh, wow-forbid-direct-bus-write.sh, wow-block-rm-glob-non-manager.sh and log-activity.sh via bash (4 commands). From surajpratap/claude-wow-plugin.
Hook
Runs after a tool call finishes for Bash, Read, Write and Edit tool calls, executing wow-tool-use-idle-reminder.sh via bash. From surajpratap/claude-wow-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing log-activity.sh and wow-clear-idle-marker.sh via bash (2 commands). From surajpratap/claude-wow-plugin.
Hook
Runs when the agent finishes a response, executing log-activity.sh via bash. From surajpratap/claude-wow-plugin.
Hook
Runs on the StopFailure event, executing log-activity.sh via bash. From surajpratap/claude-wow-plugin.