wayne930242

69 mods across 3 repositories, 21 stars between them.

SessionStart

49

wayne930242/straw-boss

Hook

Runs when a session starts, executing orchestrator-priming.py. From wayne930242/straw-boss.

3 yesterday A tokens not measured original MIT

Stop

50

wayne930242/straw-boss

Hook

Runs when the agent finishes a response, executing dispatched-agent-stop-guard.py. From wayne930242/straw-boss.

3 yesterday A tokens not measured original MIT

asking-peer-agents

51

wayne930242/straw-boss

Skill Claude CodeCodex

Use when a dispatched agent needs another dispatched task's live progress or latest conclusion.

3 yesterday A 21 tokens original MIT

boss-say

52

wayne930242/straw-boss

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.

3 yesterday A 41 tokens original MIT

bringing-coworker

53

wayne930242/straw-boss

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.

3 yesterday A 51 tokens original MIT

choosing-graph

54

wayne930242/straw-boss

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…

3 yesterday A 79 tokens original MIT

wayne930242/straw-boss

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.

3 yesterday B 57 tokens original MIT

dispatching-work

56

wayne930242/straw-boss

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…

3 yesterday A 150 tokens original MIT

i-am-orchestrator

57

wayne930242/straw-boss

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.

3 yesterday A 34 tokens original MIT

init

58

wayne930242/straw-boss

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.

3 yesterday B 56 tokens original MIT

inspecting-app

59

wayne930242/straw-boss

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…

3 yesterday A 86 tokens original MIT

investigating-app

60

wayne930242/straw-boss

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…

3 yesterday A 87 tokens original MIT

peeking-work

62

wayne930242/straw-boss

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).

3 yesterday A 48 tokens original MIT

shipping-task

63

wayne930242/straw-boss

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…

3 yesterday A 124 tokens original MIT

troubleshooting-app

64

wayne930242/straw-boss

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.

3 yesterday A 48 tokens original MIT

work-on

65

wayne930242/straw-boss

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…

3 yesterday A 77 tokens original MIT