Docs
Using draun

The workflow

A spec moves through four stages: written, broken into issues, implemented, and archived. Your agent does the creative writing; the CLI guarantees structure and tracking.

Write the spec

Describe the feature in plain words. The agent scaffolds the spec folder, asks clarifying questions, and writes SPEC.md following the project template.

draun-spec "payment flow"
Demo video coming soon

Analyze the specOptional

A read-only review of SPEC.md looking for ambiguities, missing edge cases, and scope risks, reported by severity. The spec is never edited.

draun-analyze
Demo video coming soon

Break it into issues

The spec becomes small, independently verifiable issues with a dependency graph. INDEX.md tracks state and blockers.

draun-break
Demo video coming soon

Implement

The agent implements ready issues, tracking each one with start and done. Choose manual to review between issues, auto for sequential subagents, or ultracode for a parallel multi-agent run.

draun-implement
Demo video coming soon

Track and archive

Follow progress at any time. When every issue is done, the spec is validated and moved to the archive.

draun status
draun-archive
Demo video coming soon