Skip to content

BMAD-METHOD + Gemini CLI quick start guide — set up your AI agile development team in minutes | BMAD-METHOD + Gemini CLI 快速入门指南 — 几分钟内组建你的 AI 敏捷开发团队

Notifications You must be signed in to change notification settings

TheJYU/ai-agile-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

🚀 AI Agile Development Quickstart Guide

🌐 English | 简体中文 | 繁體中文

The BMAD-METHOD is an AI framework that turns your LLM into your personal agile development team — Analyst, PM, Architect, Scrum Master, Developer, QA, Product Owner, and UX Expert — working for you 24/7.

This quick start guide is designed to help you set up Gemini CLI + BMAD in minutes, without needing to dig through the full documentation.

💡 Best part: 100% free — Anyone can use this to vibe code.

📦 Setup

  1. Create a project folder

    • Example: C:\projects\project_abc
  2. Install Node.js & Git

  3. Install Gemini CLI, markdown-tree-parser & configure Git username for automatic checkpoints

    npm install -g @google/gemini-cli @kayvan/markdown-tree-parser
    
    # Replace YourName with your name
    git config --global user.name "YourName"
  4. Install BMAD-Method

    npx bmad-method install
    • When asked to "Enter the full path to your project directory where BMad should be installed", provide your project folder created in Step 1.
    • When asked "Which IDE(s) do you want to configure?", press Space to select Gemini CLI then press Enter.
    • For all other prompts, simply press Enter to accept the default values.
  5. Run Gemini CLI & enable automatic checkpoints

    gemini --checkpointing
  6. Login to Gemini CLI

    • Select "Login with Google" and sign in with your Google account.
  7. Change response language

    • To make Gemini respond in a different language
      /memory add Always respond in <language>.
    • To undo this, edit or delete the Gemini CLI memory file
      %userprofile%\.gemini\GEMINI.md

🛠 Usage

  1. Start by talking to the BMAD Orchestrator — it guides you through the entire BMAD process step‑by‑step

    • Activate the BMAD Orchestrator

      *bmad-orchestrator
    • This is your BMAD teacher — you can ask

      Teach me to use BMAD, I want to build a XXX app.
  2. At any time, you can view a list of available BMAD commands

    *help
  3. Whenever you’re unsure what to do next, just ask the BMAD Orchestrator

📋 Useful Commands & Keyboard Shortcuts for Gemini CLI

Commands

Command Description
/init Analyzes the current directory and generates a directory description file
/chat Save a chat session for later (e.g., after reboot)
/memory Save important facts (e.g., preferred language)
/restore Roll back project to an automatic checkpoint (requires gemini --checkpointing)
/copy Copy the last response
/help Display help information about Gemini CLI
/settings Open Gemini CLI settings
/stats Show statistics for the current session
/corgi Toggle doggo ▼(´ᴥ`)▼

Keyboard Shortcuts

Shortcut Action
Ctrl+O Toggle debug console
Ctrl+S Toggle printing long responses without truncation
Ctrl+T Toggle tool descriptions
Ctrl+Y Toggle auto‑approval (YOLO mode)
Ctrl+X Open current input in Notepad
! Toggle shell mode (when input is empty)
\ + Enter Insert a newline

GitHub Repository: ai-agile-quickstart

About

BMAD-METHOD + Gemini CLI quick start guide — set up your AI agile development team in minutes | BMAD-METHOD + Gemini CLI 快速入门指南 — 几分钟内组建你的 AI 敏捷开发团队

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published