π Quick Start Guide
Get up and running with CFAD methodology in 5 minutes.
Prerequisites
- β Augment Code installed and configured
- β A project repository (GitHub recommended)
- β Basic familiarity with AI agents
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
- β Analyze your project input
- β Detect tech stack
- β Configure GitHub Actions
- β Set up MCPs
π Phase 2: Planning β±οΈ ~20-30 minutes
- β Define requirements
- β Design architecture
- β Create hyper-detailed stories
- β Set up QA tools
β‘ Phase 3: Implementation β±οΈ Variable
- β Implement stories one by one
- β Run automated tests
- β Verify with Playwright E2E
- β Deploy to production
π― Success Tips
- Be Specific: βBuild an e-commerce platform with user auth, product catalog, and Stripe paymentsβ
- Provide References: Include screenshots, competitor examples, or API documentation
- Trust the Process: Let the agent follow all phases - donβt skip steps
- Review Carefully: Take time to review and approve each phase
- Stay Engaged: Provide feedback during mini-iterations
Next Steps
- Read the Full Methodology - Understand all details
- View Examples - See real project implementations
- Join Discussions - Get help