Skip to content

speckeep Docs

speckeep is a lightweight project context kit for development agents and humans.

SpecKeep is the successor to DraftSpec (archived). If you are migrating an existing DraftSpec workspace, start with speckeep migrate.

This documentation is organized into a few practical guides:

Built with Go 1.26+.

Quick Start

bash
speckeep init my-project --lang en --agents claude --agents codex

This creates:

  • .speckeep/ workspace files
  • project-local agent command files when --agents is used
  • AGENTS.md guidance linked to SpecKeep structure, workflow, and templates

For a concise product summary, see the root README and MVP.

Released under the MIT License.