Skip to main content
Drydock

Drydock

Drydock turns specifications into working software.

Specification driven. Agile. Test driven. Dependency-aware builds. A dedicated web console. Enterprise guardrails. No API keys — Drydock runs on your existing Claude or Codex subscription.

PyPI Python License: MIT CI

▶ START HERE — Quick Start

Specification · Installation · Comparison matrix · Overview deck · Contributing


Overview

Drydock turns specifications into working software.

Drydock imports your source material, creates stories using agile best practices, decomposes requirements into typed blueprints (stories) related using a graph database. Drydock will run context aware builds. Each story has deterministic test driven acceptance criteria.

  • Specification Driven Delivery producing governed reproducible working software.
  • Agile Methedology to decompose buildable stories and for product owner / llm review.
  • Test driven development with acceptance criteria embedded in each Story/Blueprint.
  • Dependency graph of stories in MANIFEST.md to relates nodes/stories and order builds.
  • Context compression and Grouping for context aware builds.
  • QuarterDeck web console for easy questionaires, observability, and user direction.
  • Enterprise guardrails with embedded branding, best practices, and build gates

Drydock Documentation

Resource PDF
Quick Start PDF
User Installation Guide
Drydock Specification PDF
CHANGELOG.md
CONTRIBUTING.md

Getting started

Prerequisites

  • Python 3.11 or later — python3 --version
  • Install uv
    • curl -LsSf https://astral.sh/uv/install.sh | sh (macOS/Linux),
    • brew install uv
    • winget install --id=astral-sh.uv -e (Windows)
  • claude or codex CLI, authenticated, in your PATH (claude --version, codex --version)

Install Drydock

uv tool install drydock-sdd     # or: pipx install drydock-sdd
drydock --version

Configure Drydock

export PROJECTS="$HOME/projects" # main directory you keep your code/projects/git
mkdir -p "$PROJECTS/drydock"     # the drydock workspace

drydock config set llm_provider claude          # or codex
drydock config set drydock_model sonnet         # or gpt-5.4 or other models
drydock config set drydock_workspace "$PROJECTS/drydock"
drydock config set drydock_build_directory "$PROJECTS"
drydock config show

Build workflow

initimportanalyzeplanbuildrefitbuild

Stage Command What it does
init drydock init <Target> Initialize Workspace
import drydock import <Target> import source material
analyze drydock analyze <Target> Decompose imports into stories, acceptance criteria, questions, and blockers.
Creates: ANALYSIS.md, SEA_TRIALS.md, BLOCKERS.md, questionnaires.
plan drydock plan <Target> Create story Blueprints and the build graph.
Creates: Blueprint specifications and MANIFEST.md.
build drydock build <Target> Executes context-aware builds gated by deterministic acceptance criteria.
Creates: working software and tests.
refit drydock refit <Target> git diff changes into change tickets and Manifest nodes.
Creates: updated MANIFEST.md and, after build, updated working software.

The Drydock CLI

ai calls your subscription CLI agent; all other commands are deterministic.

# ── S ── SET UP ──────────────────────────────────────────────────────────
    drydock config show                        # Show configuration values and sources
    drydock config set        <var> <value>    # Set a configuration value
    drydock init              MyApp            # Create the target workspace
    drydock status                             # Status dashboard
    drydock status            MyApp            # Summary and plan state

# ── A ── ANALYZE ─────────────────────────────────────────────────────────
    drydock import            MyApp <file|dir> # Import sources into the workspace
ai  drydock analyze           MyApp            # Epic decomposition into stories & blockers
    drydock validate          MyApp            # Validate Build Plan
ai  drydock score spec        MyApp            # Audit imported raw specifications
    drydock run quarterdeck   MyApp            # Web interface
ai  drydock plan              MyApp            # Grooming and dependency graph

# ── I ── IMPLEMENT ───────────────────────────────────────────────────────
ai  drydock build             MyApp            # Iterative context-aware process
    drydock build status      MyApp            # Show build state
    drydock score ac          MyApp            # Verify Story acceptance criteria
    drydock score build       MyApp            # Post-build report: repairs, tokens, cache
ai  drydock score release     MyApp            # Score project success criteria (EARS)

# ── L ── LOOP ────────────────────────────────────────────────────────────
ai  drydock refit             MyApp            # Diff -> ticket -> dependency graph
ai  drydock document          MyApp            # Project documentation automation
ai  drydock document generate MyApp            # AI pass only
    drydock document assemble MyApp            # Assembly only
    drydock publish           <Source.md>      # Render Markdown to HTML/PDF

The QuarterDeck Web Server

QuarterDeck is the Agile web surface between the Commander (product owner) and Crew (LLM agents).

drydock run quarterdeck <Target>

QuarterDeck Commander's Chair

Glossary

Term Meaning
Target One project managed by Drydock, held in its own workspace directory.
Blueprint The typed specification for one story: scope, contracts, and acceptance criteria.
Manifest MANIFEST.md, the dependency graph that relates and orders the Blueprints.
Sea Trials Product-level objectives and proof-of-delivery criteria — the release gate.
Soundings The per-story acceptance-criterion verification board.
Scorecard SCORECARD.md, the recorded release scoring results, verdicts, and blockers.
QuarterDeck The web console used to review and direct each phase.
Commander You — the product owner who approves the work.
Crew The LLM agents that perform the work.

Contributing

Help test Drydock on real projects. Open issues. See CONTRIBUTING.md.

License (See LICENSE)

MIT License

Copyright (c) 2026 Web Cloud Studio

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drydock_sdd-0.1.7.tar.gz (771.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drydock_sdd-0.1.7-py3-none-any.whl (891.3 kB view details)

Uploaded Python 3

File details

Details for the file drydock_sdd-0.1.7.tar.gz.

File metadata

  • Download URL: drydock_sdd-0.1.7.tar.gz
  • Upload date:
  • Size: 771.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for drydock_sdd-0.1.7.tar.gz
Algorithm Hash digest
SHA256 dd0f8d42d36ca0be8f2072e773ba331ce0d2f8f48a06f17aeed480280cab1917
MD5 f69b6ec057dcc1fe9446c9d47caa8ef8
BLAKE2b-256 1bbb5b84711c3707e10c050ac24d15d39e3abe50b82a1fa0bcdd9dba0b7eb9f3

See more details on using hashes here.

File details

Details for the file drydock_sdd-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: drydock_sdd-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 891.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for drydock_sdd-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d66501f988877f9d3fd6b08091e7804bcc5c5508be37f6e97e4642cbe1c19477
MD5 39c17bf1237ac82b6c2e00a9d50710fe
BLAKE2b-256 1c0c4948fba71241496283c946eee1e34a2b703cef581b2670a92ea19cc027b3

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.0

2 files

This release

0.1.7 This release

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page