A control plane for coding agents working across repositories. It holds what your team knows about its own workspace, so an agent can act on it and a reviewer can check what happened.
Source Start from nothing Exercises Guia em português
deck impactdeck toggledeck mountdeck gatedeck cost| Claude Code already ships | deck |
|---|---|
| Spawning and coordinating agents | emits a plan; never orchestrates |
| Loading instructions per directory | places artifacts into those surfaces |
| Asking the operator a question | supplies the wording; the runtime draws the box |
| Reviewing code and security | names the reviews that have not run |
| Writing your code | answers before, records after |
git clone https://github.com/devfilipe/deck.git ~/tools/deck ln -s ~/tools/deck/plugins/deck/bin/deck ~/.local/bin/deck deck --help
Python 3.10+ and PyYAML. No build step. Everything works in a terminal, a script or CI, with no agent present.