intent driven development
Write specs in markdown. Agents execute them. Everything is git-tracked.
chant add "Add user authentication"
chant work 001
# Agent implements the spec
# Changes committed automatically
Documentation
Getting Started
Core Concepts
- Specs
- Spec Types
- Prompts
- Spec IDs
- Spec Groups
- Dependencies
- Autonomous Workflows
- Data Lifecycle
- Skills
Architecture
Guides
- Prompt Guide
- Research Workflows Guide
- OSS Maintainer Workflow
- Examples
- Approval Workflow
- Recovery & Resume
Reference
- CLI Reference
- Configuration Reference
- Provider Configuration
- Errors
- Search Syntax
- Git Integration
- Templates
- Schema & Validation
- Export
- Initialization
- MCP Server
- Versioning
- Output & Progress
Enterprise
Building Documentation
This documentation is built using mdbook.
To build the documentation locally:
# Install mdbook if needed
cargo install mdbook
# Build the documentation
mdbook build docs
# Or serve with live reload
mdbook serve docs
The built documentation will be in docs/book/.
Installation
See the Installation Guide for detailed instructions.
Quick options:
- Homebrew:
brew tap lex00/tap && brew install chant - Cargo:
cargo install --git https://github.com/lex00/chant - Direct download: Visit the Releases page
Intent Driven Development