deck

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

Five questions no agent can answer alone

MapWhere is everything, and what does a change here reach? deck impact
DecisionsWhat is already decided, and what must be asked? deck toggle
ContextWhat should an agent know while working here? deck mount
ProofHow far did this actually get verified? deck gate
AccountingWhat did it cost? deck cost

It does not do this

Claude Code already shipsdeck
Spawning and coordinating agentsemits a plan; never orchestrates
Loading instructions per directoryplaces artifacts into those surfaces
Asking the operator a questionsupplies the wording; the runtime draws the box
Reviewing code and securitynames the reviews that have not run
Writing your codeanswers before, records after

Install

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.