Skip to the content.

Game of Cards

Four-panel comic explaining Game of Cards: setup, card creation, parallel session and background work, and the human-input handoff.

Agile in the age of AI agents — turn work into durable, inspectable cards that humans and coding agents share.

Try it

In any repo, ask your coding agent:

Install Game of Cards (https://github.com/zauberzeug/game-of-cards) in this repo, then create a first card for the next small improvement.

That’s it. Bootstrapping flows from the PyPI package game-of-cards. If you’d rather drive the install by hand, see goc.md for the manual recipe and CLI reference.

How it works

How it works: YOU → skills → LLM → goc → Cards

You speak in plain English. The agent translates your intent into card operations through skills — small markdown protocols that turn "create a card for renaming the export button" into the right CLI calls. goc is the CLI that implements those operations. Cards are markdown directories under deck/ with frontmatter, an append-only log, and a Definition-of-Done checklist the CLI refuses to close while any box is unchecked.

Cards move through open → active → done; their paths never change, so cross-references survive. A card’s human_gate field can park it waiting on you; agents resume autonomously when you lower it. They can also work autonomously in the background, draining the queue and raising a flag only when a decision needs you.

Status

Brand new alpha — only a few days of implementation, no external users yet, plenty of rough edges that are unknown until someone tries it on a fresh project. The right way to find out if it’s for you is to install it, point it at a side project, and see whether it stays out of your way for a week.

More

License

MIT — Copyright (c) 2026 Zauberzeug GmbH. See LICENSE.