laird/agents

Agent protocols and configurations for SPARC development

5Stars on the repository
46Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

approve-proposal

01

laird/agents

Command

Approve one or more AI-generated proposals for implementation by removing the proposal label.

5 yesterday B 0 tokens

autocoder-help

02

laird/agents

Command

Start by examining the environment to give contextual guidance.

5 yesterday A 0 tokens

brainstorm-issue

03

laird/agents

Command

Use AI-powered brainstorming to explore design options, clarify requirements, and develop implementation approaches for a GitHub issue.

5 yesterday B 0 tokens

close-issue

04

laird/agents

Command

Resolve and close an issue with an optional closing comment.

5 yesterday B 0 tokens

dispatch

05

laird/agents

Command

Phase 3 fix-loop token-efficiency (spec §5.3, §10 Phase 3, §7.1.1 verified 2026-05-21). Haiku gate; fix work dispatched to Sonnet/Opus via Task model=.

5 yesterday B 0 tokens

fix-loop

06

laird/agents

Command

Wrapper around /autocoder:fix that runs it in a loop forever.

5 yesterday B 0 tokens

fix

07

laird/agents

Command

Analyze all open GitHub issues, prioritize them, and begin systematically fixing or implementing them starting with the highest priority.

5 yesterday B 0 tokens

laird/agents

Command

Run the complete regression test suite, analyze all results (successes and failures), and manage GitHub issues accordingly.

5 yesterday B 0 tokens

gate

09

laird/agents

Command

Slim fix-loop gate. Per spec §5.3 / §7.1.1, no model: frontmatter: inherits the model from whatever invokes it (fix-loop's loop model). A Haiku-pinned variant (/autocoder:dispatch) is Phase 3, not here. -->.

5 yesterday B 0 tokens

install

11

laird/agents

Command

Complete installation of autocoder plugin components for autonomous issue resolution and parallel agent coordination.

5 yesterday B 0 tokens

list-issues

12

laird/agents

Command

List open issues, optionally filtered by label or priority.

5 yesterday B 0 tokens

list-needs-design

13

laird/agents

Command

Display all open issues that require design work before implementation. Uses the configured issue source (file or GitHub).

5 yesterday B 0 tokens

list-needs-feedback

14

laird/agents

Command

Display all open issues that require human feedback or clarification. Uses the configured issue source (file or GitHub).

5 yesterday B 0 tokens

list-proposals

15

laird/agents

Command

Display all AI-generated enhancement proposals awaiting human review and approval. Uses the configured issue source (file or GitHub).

5 yesterday B 0 tokens

manager-handoff

16

laird/agents

Command

Snapshot manager session state to MANAGER-STATE.md in the project root, then guide the manager through a clean context reset. Run /autocoder:manager-resume in the fresh session to reload.

5 yesterday A 0 tokens

manager-resume

17

laird/agents

Command

Load a fresh manager session with full situational awareness. Reads MANAGER-STATE.md (saved by /autocoder:manager-handoff), then queries live GitHub state and worker screens to show the delta since the save.

5 yesterday A 0 tokens

laird/agents

Command

One-shot migration from the legacy flat .issues/.md layout to the four-bucket layout (open/, working/, blocked/, closed/). Idempotent — refuses to run if any bucket already contains .md files.

5 yesterday B 0 tokens

monitor-loop

19

laird/agents

Command

Run /monitor-workers in a continuous loop. This is the default command for the manager session in a parallel agent swarm.

5 yesterday A 0 tokens

monitor-workers

20

laird/agents

Command

Monitor worker agents in worktrees, detect stale work, assign unblocked issues to idle workers via cmux/tmux, and deploy when all work is complete.

5 yesterday B 0 tokens

record-issue

21

laird/agents

Command

Create a new issue in the configured issue backend (GitHub Issues or file backend).

5 yesterday B 0 tokens

retro

22

laird/agents

Command

Analyze accumulated project history to produce 3–5 specific, evidence-backed recommendations for improving the autocoder workflow. Output: IMPROVEMENTS.md.

5 yesterday B 0 tokens

review-blocked

23

laird/agents

Command

Interactive planning session to review and unblock issues that fix-loop has labeled with blocking tags. This command is designed to run in parallel with /fix-loop in a separate terminal session.

5 yesterday B 0 tokens

set-issue-source

24

laird/agents

Command

Switch the configured issue backend. Optionally migrates existing issues.

5 yesterday B 0 tokens