CLI Commands
Core Commands
init
Initialize AI-guided workflow in a project.
ai-dev init [options]
Options:
--force: Override existing configuration--minimal: Create minimal configuration
story
Manage user stories and features.
ai-dev story <command>
Commands:
create: Create a new user storylist: List all storiesshow: Show story details
implement
Get AI guidance for implementation.
ai-dev implement <feature>
review
Get AI assistance for code review.
ai-dev review [options]
Options:
--pr: Review a specific pull request--files: Review specific files
help
Get help and documentation.
# General help
ai-dev help
# Command-specific help
ai-dev help <command>
# Browse documentation
ai-dev docs
# Search documentation
ai-dev docs search "query"
Configuration Commands
config
Manage AI workflow configuration.
ai-dev config <command>
Commands:
show: Display current configurationset: Update configuration valuesreset: Reset to default configuration