surajpratap

29 mods across 2 repositories, 4 stars between them.

claude-wow

02

surajpratap/claude-wow-plugin

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…

4 1mo ago A tokens not measured

surajpratap/claude-wow-plugin

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.

4 1mo ago A 2,172 tokens

_agent-protocol

04

surajpratap/claude-wow-plugin

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…

4 1mo ago A 0 tokens

_ahod-doctrine

05

surajpratap/claude-wow-plugin

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 …

4 1mo ago A 0 tokens

_manager-startup

06

surajpratap/claude-wow-plugin

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.

4 1mo ago A 0 tokens

_retro-doctrine

09

surajpratap/claude-wow-plugin

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.

4 1mo ago A 0 tokens

_startup-common

12

surajpratap/claude-wow-plugin

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.

4 1mo ago A 0 tokens

_token-discipline

14

surajpratap/claude-wow-plugin

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.

4 1mo ago A 0 tokens

manager

15

surajpratap/claude-wow-plugin

Command

Manager — write stories, orchestrate the team via the shared bus, notify the human when stories complete.

4 1mo ago D 20 tokens

slacker

18

surajpratap/claude-wow-plugin

Command

Slacker — the agent that runs Slack comms autonomously, escalates technical/project questions to Manager.

4 1mo ago E 20 tokens

tester

19

surajpratap/claude-wow-plugin

Command

Tester — write test-stories, exercise features in a per-story worktree, file bugs, verify fixes (via the shared bus).

4 1mo ago C 27 tokens

PreToolUse

20

surajpratap/claude-wow-plugin

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.

4 1mo ago A tokens not measured

PostToolUse

21

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.

4 1mo ago A tokens not measured

UserPromptSubmit

22

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.

4 1mo ago A tokens not measured

Stop

23

surajpratap/claude-wow-plugin

Hook

Runs when the agent finishes a response, executing log-activity.sh via bash. From surajpratap/claude-wow-plugin.

4 1mo ago A tokens not measured