How to Use It Well
- Setup time ~10 minutes (download app + run one replay/workflow)
- The README contains multiple “Replay” examples (links) you can use as a baseline
- GitHub stars + forks (verified): see Source & Thanks
Use it as a “workflow runner with replay”: keep tasks small, require artifacts, and build a habit of replaying runs to spot brittle steps. Over time, turn the most valuable replays into reusable templates.
FAQ
Q: Is it cloud or local? A: The repo describes a local cowork desktop experience; check the official docs linked in the README for architecture details.
Q: Do I need to code to use it? A: You can start from provided replays/examples, then customize workflows as your needs grow.
Q: How do I evaluate quality? A: Prefer runs that leave auditable artifacts: inputs, outputs, logs, and a replay you can share with teammates.