πŸš€ Quick Start Guide

Get up and running with CFAD methodology in 5 minutes.

Prerequisites

Step 1: Download the Methodology

# Clone the repository
git clone https://github.com/tebiiee/cfad-augment-method.git

# Copy methodology to your project
cp cfad-augment-method/methodology-en.md /path/to/your/project/

Step 2: Set Up Project Structure

Create the required directory structure in your project:

mkdir -p docs/project-input
mkdir -p docs/current-sprint/{planning,stories,verification,implementation}
mkdir -p .augment/rules

Step 3: Prepare Your Project Input

Create your project requirements in docs/project-input/idea.md:

## Description
[Describe what you want to build]

## Requirements
- [List your requirements]

## Tech Stack Preferences
- [Any specific technologies you want to use]

## GitHub Repository
https://github.com/yourusername/your-repo

Step 4: Start Your Augment Code Session

Open Augment Code and start a new conversation:

"Apply this methodology: ./methodology-en.md for building [your project description]"

Important: Make sure the methodology-en.md file is open in your editor.

Step 5: Let CFAD Guide You

The agent will follow the 3-phase process:

πŸ” Phase 1: Analysis & Context ⏱️ ~10-15 minutes

πŸ“‹ Phase 2: Planning ⏱️ ~20-30 minutes

⚑ Phase 3: Implementation ⏱️ Variable

🎯 Success Tips

  1. Be Specific: β€œBuild an e-commerce platform with user auth, product catalog, and Stripe payments”
  2. Provide References: Include screenshots, competitor examples, or API documentation
  3. Trust the Process: Let the agent follow all phases - don’t skip steps
  4. Review Carefully: Take time to review and approve each phase
  5. Stay Engaged: Provide feedback during mini-iterations

Next Steps


Ready to build something amazing?

Start your first CFAD project today!

Read Full Methodology β†’