Skip to main contentThis 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
Method 1: Using MCP (Recommended)
The fastest way to build tasks is through the MCP:
This command:
- Fetches the requirement and all tasks
- Loads codebase context
- Provides the AI with complete implementation details
- Enables progress tracking
Method 2: Copy and Paste
- Open your requirement in BrainGrid
- Navigate to the Tasks tab
- Click on the task and click “Copy”
- Paste into your AI coding assistant
- 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!