5-minute evaluation path
Try the review gate, then decide whether it is worth starring.
Round Table Workspace is for developers who use AI coding agents but still want a local review step before trusting generated work.
git clone https://github.com/MarkDonish/round-table-workspace.git
cd round-table-workspace
./rtw ship-check "Should we merge this AI-generated feature?"
./rtw doctor --quick
Look for a decision
A useful run should return `ship`, `revise`, or `reject`, not just a confident paragraph.
Look for review angles
Product, engineering, risk, and user-facing concerns should be visible enough to act on.
Look for evidence gaps
The workflow should say what is missing before generated work is trusted.
1. CloneUse the default local path.
2. Run ship-checkAsk about an AI-generated change.
3. Read the resultCheck the decision and missing evidence.
4. Star if usefulKeep it as a pre-merge habit.
Star If
- you use AI coding agents and want a pre-merge review habit
- you want a local-first alternative to trusting one confident chat answer
- you need a repeatable way to say `revise` before generated work ships
- you want public claims to stay tied to current evidence
Skip For Now If
- you need a hosted SaaS dashboard
- you need universal live support for every local agent host
- you need provider-live execution before configuring and validating that lane
- you want a replacement for tests, security review, or human ownership