SessionStart
49Hook
Runs when a session starts, executing orchestrator-priming.py. From wayne930242/straw-boss.
Hook
Runs when a session starts, executing orchestrator-priming.py. From wayne930242/straw-boss.
Hook
Runs when the agent finishes a response, executing dispatched-agent-stop-guard.py. From wayne930242/straw-boss.
Skill Claude CodeCodex
Use when a dispatched agent needs another dispatched task's live progress or latest conclusion.
Skill Claude CodeCodex
Route work through Straw Boss. Use for one task, a small independent batch, or a backlog; select the owning skill, the lightest sufficient execution tier, and the coordination graph.
Skill Claude CodeCodex
Bring one interactive coworker into a dispatched worker's current Herdr tab and exact worktree. Use from an in-progress worker when the user asks to pull in a colleague or a rule requires a human-facing second-agent review.
Skill Claude CodeCodex
Pick the coordination graph and the reality anchor before work starts — how the agents on this task are wired, and what contact with reality will prove the result. Use at the start of any straw-boss work, whether a main agent is about to dispatch or a dispatched worker is about to begin its own task, and again when…
Skill Claude CodeCodex
Use when init finds an app with no CLAUDE.md and no .claude/ directory at all and the user agrees to bootstrap one, or when the user directly asks to set up a minimal agent system for an app that doesn't have one yet.
Skill Claude CodeCodex
Internal machinery that starts, tracks, lists, and closes out the agents this plugin runs — one per dispatched task, each rooted in its resolved app's own directory. Use after boss-say's execution-tier call has landed on dispatch, for any of its specialist skills (shipping-task, inspecting-app, investigating-app…
Skill Claude CodeCodex
Keep Straw Boss coordination moving while dispatched workers and users own work definition. Injected for a candidate main-agent session, never a dispatched worker.
Skill Claude CodeCodex
One-time (or occasional) setup for straw-boss in a project. Use when the user says "straw-boss init", runs it for the first time in a repo, or another straw-boss skill reports no apps config or no capability record exists yet.
Skill Claude CodeCodex
Use when the user wants to check or audit something against existing rules or conventions, scoped to one of the project's managed apps, e.g. "audit this module", "check if X follows the rules" — not for open-ended research into how something currently behaves with no rule in question (investigating-app), diagnosing a…
Skill Claude CodeCodex
Use when the user wants to understand how something currently works or is structured, scoped to one of the project's managed apps, with no rule violation or reported failure in question, e.g. "how does X work here", "understand how Y is implemented" — not for auditing against rules (inspecting-app), diagnosing a…
Skill Claude CodeCodex
Route a dispatched agent's questions, progress, and status to its recorded main agent.
Skill Claude CodeCodex
Use when checking a dispatched task's live progress without joining or interrupting it, or judging whether a stuck/failed task looks like a permission denial. Not for status alone (dispatching-work's list branch).
Skill Claude CodeCodex
Carries one task through a standardized git lifecycle in one of the project's managed apps. Normally invoked by boss-say once it has triaged a request down to a single unit of work, or by troubleshooting-app once it has scoped a reported failure; also usable directly when the user names it. Not for deciding how work…
Skill Claude CodeCodex
Use when something is broken and the cause is unknown in a managed app. Ordinary failures keep diagnosis and repair in one shipping-task loop; integration diagnosis that must prepare later dispatches runs as a separate preflight investigation.
Skill Claude CodeCodex
Determines which of the project's managed apps a request belongs to. Use when straw-boss's other skills (boss-say and the shipping-task lifecycle it drives, inspecting-app, investigating-app, troubleshooting-app) need to resolve their target app as a shared first step, or when you just need to know which app a request…
wayne930242/agent-workspace-engine
Command Claude Code
Implement tasks from an OpenSpec change (Experimental).
wayne930242/agent-workspace-engine
Command Claude Code
Archive a completed change in the experimental workflow.
wayne930242/agent-workspace-engine
Command Claude Code
Enter explore mode - think through ideas, investigate problems, clarify requirements.
wayne930242/agent-workspace-engine
Command Claude Code
Propose a new change - create it and generate all artifacts in one step.