shaq1992

11 mods across 1 repository, 5 stars between them.

experimenter

01

shaq1992/muscle-memory

Agent

Write-and-run research sub-agent for orchestrated plans, sibling of the investigator. Answers open-ended research questions that read-only investigation cannot answer by writing and running code in the session scratchpad ONLY and by searching/fetching the web, then returns findings and their evidence within a hard…

5 5d ago A 91 tokens

garbage_collector

02

shaq1992/muscle-memory

Agent

Propose-only garbage-collection sub-agent for an orchestrated plan's state file. Reads the state file, its dated archives and the retained handbacks, then RETURNS retire / condense / promote batches pre-formatted in the state table shape, each carrying its "replaces ; archive: " marker. Writes nothing outside the…

5 5d ago A 0 tokens

investigator

03

shaq1992/muscle-memory

Agent

Read-only investigation sub-agent for orchestrated plans. Searches corpora, reads long files, reproduces defects and surveys options, then returns findings and their evidence within a hard output budget. Writes nothing outside the session scratchpad, never writes a plan's state file or a handback, and never runs a…

5 5d ago A 69 tokens

self-improver

04

shaq1992/muscle-memory

Agent

Self-improvement sub-agent for the portable workflow harness. Reads the corpus (commands/, agents/, harness/, hooks/) before editing, makes exactly one targeted change per invocation, never touches preferences.md, commits its edit in the harness repo (and pushes harness main when committing on main, keeping the public…

5 5d ago A 91 tokens

shaq1992/muscle-memory

Command

In-place install/upgrade step for the portable workflow harness. Generates the per-project scaffolding around the portable tree already present at .claude/ (from a git clone or an extracted zip): .claude/preferences.md from the single template, a root CLAUDE.md from the skeleton template, docs/ + context/ directories…

5 5d ago A 0 tokens

grill_and_implement

06

shaq1992/muscle-memory

Command

Lightweight grill-then-build for tasks too small for a full plan. Runs a mixed-style grilling capped at 8 questions, writes a short brief to docs/quick/ brief.md, gates go/no-go via AskUserQuestion, then implements in-session. Standalone it ends in a quick/ PR the user merges; handed a prompt carrying an "##…

5 5d ago A 104 tokens

grilling_session

07

shaq1992/muscle-memory

Command

Run a structured requirements session in one of three modes (mixed default, functional, technical), then produce a PRD and multi-phase implementation plan. Requires docs/ folder with subdirs prds/, multiphaseplans/, learnings/, prompts/ -- created by /bootstrap.

5 5d ago A 55 tokens

on_board

09

shaq1992/muscle-memory

Command

The single onboarding funnel for a new harness recipient -- the one command to type after cloning or unzipping the harness into a project. Verifies prerequisites (git repo, gh auth, python interpreter with a permission-gated install offer), detects the install tier (clone vs zip), invokes /bootstraptocustomcommands to…

5 5d ago B 106 tokens

orchestrator

10

shaq1992/muscle-memory

Command

Drive a long-running, progressively-disclosed plan from a single durable state file. The same invocation initialises a new plan or resumes an existing one, writes state through before replying, dispatches one session at a time on the user's word, and ingests each session's handback. On the user's ask, a live…

5 5d ago A 79 tokens

write_prompt

11

shaq1992/muscle-memory

Command

Compile a reference-based phase implementation prompt (200 lines) from a plan's PRD, phase section, accumulated learnings, and the harness procedure files.

5 5d ago B 31 tokens