SpecDeck logo

SpecDeck

Spec-first coordination for async coding agents.

localhost:3000/board
Backlog
Plan
Review
Done
Evidence

What is SpecDeck?

SpecDeck is a control deck for coordinating multiple asynchronous coding agents. Your spec is the source code now. You author the intent; agents turn it into code. You approve at the Spec, proven by Evidence.

  • Evidence required: tests, logs, screenshots, video. A passing Check with no Evidence never counts as green.
  • Deterministic checks run first, judges last. An independent Checker verifies, never the Builder.
SPEC-104REVIEW

Shopping cart calculation

Tax is applied based on region

Evidence: Unit tests passed (12/12)

Discount codes are validated

Missing Evidence: No e2e tests found

The Deck

Four columns, left to right. Every card is one Spec.

You manage work across a four-column deck (Backlog, Plan, Review, Done). A pipeline of specialized agents (Planner, Builder, Checker) takes your ideas, drafts Specs, writes the code, and provides Evidence. You read the Checks, not the code.

  1. Backlog01

    Specs waiting to be planned.

  2. Plan02

    An agent drafts the Spec. Review what is about to be built.

  3. Review03

    An agent finished. Approve at the Check and Evidence layer.

    You review here
  4. Done04

    Shipped and frozen. The Spec is the contract.

The Pipeline

Planner, Builder, Checker.

A pipeline of specialized agents. Verification is independent and evidence-gated.

  1. Planner

    Turns intent into a Spec: Goal, Acceptance, and Checks.

  2. Builder

    Executes one Spec in isolation. One agent per unit of work.

  3. Checker

    An independent model verifies the Evidence. It never grades its own work.

Open Source

Built to self-host

Postgres, Redis, gateway, agents and web in one compose file. Bring your own model keys.

~git clone https://github.com/timezlab/specdeck.git
~cd specdeck
~cp .env.example .env
~docker compose up -d
~✔ Network specdeck_default created
~✔ Container specdeck-db Started
~✔ Container specdeck-web Started
TimezLab

Solutions Design Lab. We architect scalable systems and pragmatic solutions that map directly to business intent.

Systems & Solutions

© 2026 TimezLab. All rights reserved.

Design with intent. Build to scale.