Skip to main content

ADD (AI-Driven Development) — install the ADD skill, tooling, and AIDD book into any project

Project description

ADD — AI-Driven Development

A minimal, state-tracked Claude Code skill for building software when the AI writes the code and you own the two things it cannot do alone: decide what to build, and verify it is correct.

ADD is the orchestration engine of the AIDD method. It sits on top of a context foundation (DDD → SDD → UDD) and runs as a red/green TDD ↔ AI-build loop. The full reasoning — why every rule exists — is the AIDD book bundled in docs/. Read it once; keep it open beside you.

  Foundation (context):  DDD  ·  SDD  ·  UDD
  Engine (this skill):   TDD  ⇄  ADD
  Flow per feature:  Specify → Scenarios → Contract → Tests → Build → Verify → Observe ↻

Why ADD (and why it is minimal)

Heavy doc-first methods burn your time writing documents and lose the thread across sessions (context rot). ADD fixes both:

  • One file per feature. Spec, scenarios, contract, test-plan, and gate record all live inline in a single TASK.md. No sprawling doc tree.
  • State on disk, not in chat. A Python tool tracks where you are in .add/state.json, so a fresh session resumes with one command instead of re-reading the repo.
  • Progressive disclosure. The skill loads only the guide for the phase you are in — the context window stays lean.

Install

Pick your ecosystem — both install the same skill, tooling, and book:

# Node / npm
npx @pilotspace/add init
# Python / pip
pip install pilotspace-add
pilotspace-add init

No flags needed — the project name is inferred from your folder and the stage defaults to prototype (pass --name "My App" --stage mvp to choose up front).

New here? Follow the 10-minute Quickstart — it walks your first feature end to end.

This installs:

Path What
.claude/skills/add/ the add skill Claude loads (thin router + per-phase guides)
.add/tooling/add.py scaffolder + state tracker (Python, stdlib only)
.add/docs/ the AIDD book — the method rationale

Project state (.add/state.json) and the living-documentation files (CONVENTIONS.md, GLOSSARY.md, MODEL_REGISTRY.md, dependencies.allowlist) are not created here — the installer drops files only; initialisation is the agent's first move when you run /add.

Use it

ADD is AI-first: you talk to the agent; it drives the method. In Claude Code, run /add and say what you want to build:

/add"I want to let users transfer money between their own accounts."

The agent orients from state.json, sizes your request into a milestone (you confirm the shape), then drafts each feature's specification bundle — Spec + Scenarios + Contract + Tests as one bundle — and you give one approval at the frozen contract. A self-driving build→verify run takes it to green; security findings always stop back to you.

Under the hood the agent runs the CLI as its hands — and you can hand-drive it too:

python3 .add/tooling/add.py status      # where am I? (resume point)

The non-negotiables

  1. Direction before speed — no Build until spec, scenarios, contract, and red tests exist.
  2. Trust evidence, not inspection — a feature is trusted because its tests pass and the non-functional risks (concurrency, security, architecture) were checked.
  3. Never weaken a test or edit a frozen contract to make the build pass.
  4. No silent skips — every Verify records PASS, RISK-ACCEPTED, or HARD-STOP. Security findings are always HARD-STOP.
  5. Ask, don't guess.

The artifacts survive; the code is disposable

The durable asset is the decisions — spec, scenarios, contract, tests. The code is one implementation that satisfies them and can be regenerated. If the thing you'd be upset to lose is "the code," you're still working the old way.

Read the method

Start at docs/README.md — Foundations → the six steps → operating it across a team → templates, prompts, and a full worked example.

Develop

npm test     # runs the Python tests for the tooling (red/green)

License: MIT.

Project details


Download files

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

Source Distribution

pilotspace_add-1.3.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

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

pilotspace_add-1.3.0-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file pilotspace_add-1.3.0.tar.gz.

File metadata

  • Download URL: pilotspace_add-1.3.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pilotspace_add-1.3.0.tar.gz
Algorithm Hash digest
SHA256 0890d7a7be21d20d302d483ea1ac894848e27553cfc0ce6c9adc5746eb5d85e7
MD5 95d035c3ee3350574ce1491be79847a9
BLAKE2b-256 5d19f5bc8e48e62bb8465b4fa64dd0a513250f6405b4f1711ae35205d517abd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pilotspace_add-1.3.0.tar.gz:

Publisher: publish.yml on pilotspace/ADD

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pilotspace_add-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: pilotspace_add-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pilotspace_add-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7b7bbd2d7bd2225e1c82addb1f93ea786f9df142c0da47c5c70fe78a1d72cfb5
MD5 c2d630aa028cc32b1a062364539d9e88
BLAKE2b-256 e4b9035fdaa824955ca498ba68dff4c1a9085b48b6768e6619588445998f0c17

See more details on using hashes here.

Provenance

The following attestation bundles were made for pilotspace_add-1.3.0-py3-none-any.whl:

Publisher: publish.yml on pilotspace/ADD

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page