Docs
Getting started

Overview

Draun is a Spec-Driven Development CLI. It scaffolds spec folders, validates SPEC and issue files, and tracks progress with a dependency graph, keeping markdown as the single source of truth.

Get started

Draun requires Node.js 18 or later. Follow the steps below to install it and verify your setup.

Install the CLI

Install the package globally from npm:

npm i -g draun

Verify

Confirm the CLI is available on your PATH:

draun --version# draun@x.y.z