sandtable
01Plugin Claude Code
Plugin marketplace listing 1 plugin: sandtable.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sandtable.
Plugin Claude Code
A development method built around planning, rehearsing a solution, finding problems, correcting them, and rehearsing again. It keeps work state so another person or AI can continue later, and can compare parallel rehearsals before implementation.
Command Cursor
A command that takes a request through the full process from requirements to review without ongoing supervision.
Command Cursor
A coding-workflow command for recording an acceptance comment or bug in feedback.md and routing it into the project’s feedback stage.
Command Cursor
A command that starts a complete bug-fixing process based on the defect you describe, following the project’s evidence-based bug-fix instructions.
Command Cursor
A command for reviewing several implementation rehearsals after they pass, scoring them against an objective table, and selecting one to use.
Command Cursor
A command for rehearsing an implementation in an isolated Git worktree, which is a separate working copy of the repository, and verifying the result. Several agents can run different rehearsals in parallel.
Command Cursor
A read-only rehearsal of an entire reasoning chain, using a military map-exercise metaphor to inspect how each step leads to the next.
Command Cursor
A command for turning intelligence into an implementation objective, including required actions, forbidden actions, boundaries, and acceptance criteria.
Command Cursor
A command for breaking a confirmed objective into small, executable tasks, with a map of the files each task affects.
Command Cursor
A coding-workflow command for actively inspecting a project’s code and documentation, mapping what is known, and identifying what is still unclear.
Command Cursor
A command that assigns separate agents to act as an opposing review team for a plan or implementation. It looks for failure cases, hidden dependencies, and quiet violations of stated constraints.
Command Cursor
A command for revising a deployment after the AI has read the goal and plan. Deployment means putting software or a service into a usable environment.
Command Cursor
A command that runs a sequence of planning exercises: mental rehearsal, opposing review, implementation rehearsal, and retrospective selection. A retrospective is a review of what happened and what should be improved.
Command Cursor
A command for continuing an unfinished request by following a defined recovery process in a skills/state-and-memory/SKILL.md file. The input does not explain what that recovery process contains.
Command Cursor
A command that starts Sandtable's first five-step process from a single requirement: reconnaissance, goal setting, use cases, and planning. The description does not explain Sandtable itself.
Command Cursor
A coding-workflow command for viewing the current state of a Sandtable requirement, including progress, unresolved questions, and automatic-mode usage.
Cursor rule Cursor
A working method for turning a short idea or rough requirement into a complete developer-ready feature. It repeatedly plans the work, mentally tests the plan, finds problems, and revises it before implementation.
Instructions file CodexOpenCode
Project instructions for sandtable, a development method based on simulating possible states and actions before implementation. They define the agent’s role, boundaries, and development process.
Instructions file
Claude Code instructions for 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.
Skill Claude CodeCodex
Use when the developer wants Sandtable to progress from intake through debrief without manual handoff between phases. Defines autonomous progression, minimum coverage and autonomous continuation rules, rollback rules, and required state updates.
Skill Claude CodeCodex
Use whenever you are unsure about a fact, behavior, interface, requirement, or edge case while planning, rehearsing, or implementing. Forbids guessing or fabrication; requires resolving unknowns via code, docs, or the developer, then recording the answer.
Skill Claude CodeCodex
Use whenever investigating and fixing a defect, failure, or unexpected runtime behavior (often routed from triaging-feedback / a bug report). The bugfix mode. Extends being-truthful into runtime - the root cause MUST be confirmed by log/runtime evidence (reading code alone is not enough); collect logs automatically…