Show HN: Clawe – open-source Trello for agent teams
Source: Hacker News
Overview
We recently started using agents to update documentation across our codebase on a weekly basis. Initially, everything turned into cron jobs, logs, and terminal output. While it worked, it was hard to tell what agents were doing, why something failed, or whether a workflow was actually progressing.
We wanted a more transparent approach: treating agents as long‑lived workers with state, responsibilities, and explicit handoffs—something you can actually see and reason about, rather than just tailing logs.
Features
- Coordination layer built on top of OpenClaw that lets agent workflows run, pause, retry, and hand control back to a human at specific points.
- Designed as an experiment in how agent systems feel to operate, with emerging potential for content review and maintenance workflows in marketing.
- Focus on discovering useful abstractions, eliminating unnecessary complexity, and identifying failure points early.
Use Cases
- Content review pipelines
- Marketing asset maintenance
- Any workflow where human oversight is needed at defined checkpoints
Repository
Discussion
Comments on Hacker News (21 points, 14 comments)