Documentation
Documentation
Welcome to the Conduct documentation. Learn how to manage AI agents at 100x speed with specification-driven development.
Quick Navigation
Install and initialize Conduct in minutes
Complete command reference
Integration with AI coding tools
How Conduct works under the hood
What is Conduct?
Conduct is a control plane for delegating and managing AI agents. It’s also a spec generation CLI that works with all major AI coding tools:
- Cursor - Command palette integration
- Claude Code - Automatic context loading
- Warp - Agent Mode commands
- Factory - Workflow integration
- OpenCode - Slash commands
- GitHub Copilot - Prompt files
Key Features
Specification-First Development
Document features before implementation:
conduct init
# Use /feature command in your AI agentAutomatic Versioning
Conduct automatically versions your specifications:
spec.v0.md→spec.v1.md→spec.v2.md- Old versions preserved for audit trail
- No manual version management needed
Nested Hierarchies
Organize features naturally:
conduct/features/
├── authentication/
│ ├── spec.v2.md
│ └── features/
│ ├── oauth/
│ └── two-factor/
└── dashboard/
└── spec.v1.mdIssue Tracker Integration
Connect with your existing tools:
- GitHub Issues
- Jira
- Linear
- GitLab
- Azure DevOps
Next Steps
New to Conduct? Start here:
- Install and initialize Conduct in your project
- Learn about AI agent integration
- Explore the CLI commands
- Understand the architecture
- Read the comparison with other tools