CLI Commands

Core Commands

init

Initialize AI-guided workflow in a project.

ai-dev init [options]

Options:

story

Manage user stories and features.

ai-dev story <command>

Commands:

implement

Get AI guidance for implementation.

ai-dev implement <feature>

review

Get AI assistance for code review.

ai-dev review [options]

Options:

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:

Documentation Assistant