BMAD-METHOD/docs/next-method/README.md

3.6 KiB

NEXT-METHOD™ Documentation

Welcome to the NEXT-METHOD documentation folder! This directory contains all the documentation, guides, and resources for NEXT-METHOD - the intelligent wrapper around BMAD-METHOD that provides an iterative, guided development experience.

📚 Documentation Files

Core Documentation

Tools and Examples

🚀 Quick Start

  1. Read the Overview: Start with next-method-documentation.md
  2. Try the Demo: Run ./demo-next-workflow.sh to see the workflow in action
  3. Check Implementation: Review next-method-implementation.md for technical details

🎯 What is NEXT-METHOD?

NEXT-METHOD transforms BMAD-METHOD from a manual command-selection tool into an intelligent, guided development assistant. Instead of manually choosing which tasks or commands to run, you simply type next repeatedly, and the system intelligently suggests and executes the next appropriate step.

Key Benefits

  • Reduced Cognitive Load - No need to remember what to do next
  • Guided Development - System suggests logical next steps
  • Context Awareness - Remembers progress and adapts suggestions
  • Faster Workflow - Less time deciding, more time doing
  • Full BMAD Access - All existing features preserved

🔄 The "Next" Workflow

# Start the process
next

# Continue with next suggestion
next

# Keep going...
next

# See all options
next --suggest

# Auto-execute next step
next --auto

📖 Documentation Structure

User Guide

The next-method-documentation.md file contains:

  • Complete command reference
  • Workflow phase explanations
  • Usage examples and best practices
  • Configuration options
  • Troubleshooting guide
  • API reference for developers

Implementation Details

The next-method-implementation.md file covers:

  • What was implemented
  • Technical architecture
  • File structure changes
  • Success criteria verification
  • Future enhancement possibilities

Demo and Examples

The demo-next-workflow.sh script demonstrates:

  • How the iterative workflow works
  • Expected outputs for each step
  • Key benefits and features
  • Integration with BMAD-METHOD

🚀 Getting Started

  1. Install NEXT-METHOD:

    npm install -g next-method
    
  2. Navigate to your project:

    cd your-project
    
  3. Start the iterative process:

    next
    
  4. Keep going:

    next
    next
    next
    

🤝 Contributing

We welcome contributions to NEXT-METHOD! Please see the main CONTRIBUTING.md file for guidelines.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


NEXT-METHOD™ - Making AI-driven development as simple as typing "next" repeatedly! 🚀

Built with ❤️ for the AI-assisted development community