Beginning Your AI-Guided Journey

Welcome aboard! Let’s get you set up with your new AI development companion. Don’t worry – it’s as easy as having a chat with a friendly colleague.

Before We Begin

You’ll need:

Meeting Your AI Companion

The Global Handshake

npm install -g ai-dev-workflow-cli

This introduces your AI companion to your development environment. They’ll be available whenever you need them.

The Project-Specific Introduction

npm install --save-dev ai-dev-workflow-cli

Perfect for when you want your AI companion to be project-specific.

The Quick Hello

npx ai-dev-workflow-cli init

Can’t wait? This lets you try out your AI companion right away.

Your First Adventure

1. The Initial Setup

ai-dev init

Your AI companion will create their workspace (the .ai directory) where they’ll keep:

2. Creating Your First Story

ai-dev story create

Let your AI companion guide you through:

3. The Development Dance

ai-dev implement feature-name

Watch as your AI companion:

4. The Final Review

ai-dev review

Your AI companion helps ensure:

Customizing Your Experience

Your .ai/config.yaml is like your AI companion’s personality settings:

project:
  name: "your-amazing-project"
  type: "web-app"
  description: "The next big thing"

development_workflow:
  feature_development:
    steps:
      - user_story
      - branch_creation
      - documentation
      - implementation
      - testing
      - pr_creation

What’s Next?

  1. 🎯 Check out the CLI Commands - your AI companion’s vocabulary
  2. 🏗️ Explore the Architecture - peek behind the curtain
  3. 🎨 Make it yours - customize your workflow

Need a Hand?

Remember, your AI companion is always just a command away:

ai-dev help

Ready to start building something amazing together? Let’s go! 🚀

Documentation Assistant