andoop

36 mods across 1 repository, 8 stars between them.

closing-the-loop

25

andoop/sandtable

Skill Claude CodeCodex

Use at the end of every Sandtable work turn to report status, offer copy-paste next-message templates, and invoke AskQuestion in manual mode. In autopilot, auto-continue without asking.

8 2mo ago A 44 tokens

andoop/sandtable

Skill Claude CodeCodex

Use only after all parallel implementation rehearsals returned DONE and the completeness gate passed; then score them objectively and choose the best one to integrate. Routes any remaining anomaly back into the fix-and-re-rehearse loop.

8 2mo ago A 50 tokens

gathering-intel

27

andoop/sandtable

Skill Claude CodeCodex

Use right after intake, before setting objectives or writing a plan, to actively reconnoiter the codebase, docs, and conventions and surface every unknown. Produces confirmed facts with sources plus unresolved questions for the developer instead of guesses.

8 2mo ago A 53 tokens

andoop/sandtable

Skill Claude CodeCodex

Use after mental rehearsal is clean, to fully implement the plan as real code inside isolated git worktrees via parallel subagents, with no omitted details, before choosing an approach.

8 2mo ago A 41 tokens

mental-rehearsal

29

andoop/sandtable

Skill Claude CodeCodex

Use after a plan exists and before writing real code, to reason through the full logic end-to-end via read-only subagents over code and docs, surfacing holes and side effects without changing anything.

8 2mo ago A 46 tokens

red-team-wargame

30

andoop/sandtable

Skill Claude CodeCodex

Use to attack a plan or implementation adversarially before committing to it. Dispatches OPFOR subagents whose mission is to find real, relevant, reproducible breaks in the design and expose reproducible ways it breaks.

8 2mo ago A 50 tokens

state-and-memory

31

andoop/sandtable

Skill Claude CodeCodex

Use at the start of any Sandtable work and whenever you need to record progress, resume after interruption, or hand off to another AI or person. Defines the on-disk state machine and append-only memory under docs/sandtable so work survives context loss and handoffs.

8 2mo ago A 59 tokens

triaging-feedback

32

andoop/sandtable

Skill Claude CodeCodex

Use after a feature is delivered and the developer's own acceptance surfaces a problem (bug report / feedback). Captures the report into the feature's feedback.md, runs an explicit lifecycle (with a user-confirms-to-close gate), triages it into one of three classes, routes real defects through bugfix-with-evidence…

8 2mo ago A 114 tokens

using-sandtable

33

andoop/sandtable

Skill Claude CodeCodex

Use when starting any work that builds or changes a feature, writes requirements / PRDs, makes a plan, or whenever the user mentions sandtable / rehearsal / dry-run. This overview skill explains the Sandtable loop and which sub-skill to load.

8 2mo ago A 56 tokens

writing-plan

34

andoop/sandtable

Skill Claude CodeCodex

Use when you have an approved PRD and test cases and need a concrete change plan before any code or rehearsal. Maps files to touch and breaks work into small, verifiable, ordered tasks with exact paths, code, and checks.

8 2mo ago A 50 tokens

writing-prd

35

andoop/sandtable

Skill Claude CodeCodex

Use after the request is clarified and before writing test cases and the plan, to capture goals, requirements, acceptance criteria, and MUST / MUST-NOT red lines for a feature. Produces docs/sandtable/features/{id}/prd.md.

8 2mo ago A 53 tokens

writing-tests

36

andoop/sandtable

Skill Claude CodeCodex

Use after the PRD is confirmed and before writing the change plan, to derive concrete, black-box, human-readable test cases that prove whether the AI truly understands the requirement. Produces docs/sandtable/features/{id}/tests.md.

8 2mo ago A 51 tokens