Skip to main content
This guide demonstrates how to use BrainGrid tasks with AI coding agents like Cursor to rapidly implement features.

Overview

BrainGrid tasks are designed to work seamlessly with AI coding assistants:
  • Optimized prompts - Tasks include all necessary context
  • MCP integration - Direct access via Model Context Protocol
  • Copy-paste ready - Formatted for immediate use
  • Verifiable outcomes - Clear acceptance criteria

Implementation Methods

The fastest way to build tasks is through the MCP:
build REQ-218
This command:
  1. Fetches the requirement and all tasks
  2. Loads codebase context
  3. Provides the AI with complete implementation details
  4. Enables progress tracking

Method 2: Copy and Paste

  1. Open your requirement in BrainGrid
  2. Navigate to the Tasks tab
  3. Click on the task and click “Copy”
  4. Paste into your AI coding assistant
  5. Add any additional context if needed

What’s Next?

After building your tasks:
  • Run acceptance criteria review
  • Create pull request
  • Test it and ship it!
I