The Problem: Creating Tasks One-by-One is Slow
- Before Bulk Operations
- After Bulk Operations
You need to create 50 tasks for a major feature:Result:
- ⏱️ 25 minutes to create 50 tasks
- 😫 Tedious and error-prone
- 🐛 Forget dependencies between tasks
- 📋 Inconsistent task naming/tagging
Bulk Operations
Pro Feature: Bulk operations require Pro or Enterprise plan.Starter plan: Create tasks one at a time only.
Bulk Create Tasks
Create up to 100 tasks in a single operation.- From Natural Language
- From CSV/Structured Data
- From JSON
- From GitHub Issues
Describe tasks in plain English:
AI automatically:
- Detects task order (DB → API → UI → Tests)
- Creates dependency chain
- Assigns task types (backend, frontend, test)
- Sets reasonable priorities
Macro Tools
Pre-built workflows for common task operations.🚀 macro_start_session
🚀 macro_start_session
What it does:Benefits:
- Registers your agent (if not already registered)
- Fetches all tasks assigned to you
- Shows statistics (total, by status, overdue, etc.)
- ✅ One command instead of 3 separate operations
- ✅ Instant overview of your work
- ✅ Automatic agent registration (zero setup)
- ✅ Highlights urgent work (overdue, critical priority)
📋 macro_claim_tasks
📋 macro_claim_tasks
What it does:Smart matching:
- Searches for unassigned tasks matching your capabilities
- Shows tasks sorted by priority and due date
- Claims tasks for you (marks as assigned and in_progress)
- Filters by agent capabilities
- Respects priority and due dates
- Avoids overloading (checks current workload)
- Considers dependencies (won’t claim blocked tasks)
🔄 macro_prepare_thread
🔄 macro_prepare_thread
What it does:Benefits:
- Fetches a task and all its dependencies
- Checks if dependencies are completed
- Gathers context from related tasks
- Prepares work summary for agent
- ✅ Verifies dependencies before you start
- ✅ Gathers context from related tasks
- ✅ Suggests approach based on similar completed work
- ✅ Saves 10-15 minutes of research per task
Parallel Execution Patterns
Pattern 1: Sprint Planning (Bulk Create + Auto-Assign)
Scenario: Plan entire 2-week sprint in 5 minutes- Input (Team + Features)
- Bulk Creation
- Result
- Time Saved
Team:
- Claude (backend): 40 hours capacity
- Cursor (frontend): 40 hours capacity
- Windsurf (QA): 20 hours capacity
- User roles & permissions (20 hours)
- Email notifications (12 hours)
- Dashboard redesign (15 hours)
- API rate limiting (8 hours)
- Bug fixes from last sprint (10 hours)
Pattern 2: Bug Triage (Bulk Import + Macro Claim)
Scenario: 50 bugs reported from production monitoring- Import from Monitoring
- Team Claims Work
- Progress Tracking
You have: JSON export from error tracking (Sentry, Rollbar, etc.)Bulk import:
Pattern 3: Refactoring Project (100+ Tasks)
Scenario: Major codebase refactor, 150 tasks over 4 weeks- Week 1: Preparation
- Week 1-4: Execution
- Results
Generate task list from codebase analysis:
Performance & Limits
- Bulk Creation Limits
- Performance Benchmarks
- Best Practices
Common Workflows
📅 Sprint Planning Workflow
📅 Sprint Planning Workflow
Steps:
-
Export last sprint’s velocity
-
Bulk create next sprint tasks
-
Auto-assign based on capacity
-
Set sprint milestone
-
Daily standup queries
🐛 Bug Bash Workflow
🐛 Bug Bash Workflow
Steps:
-
Import bugs from tracking tool
-
Auto-prioritize by severity
-
Team claims bugs
-
Track resolution rate
🏗️ Migration Project Workflow
🏗️ Migration Project Workflow
Scenario: Migrate from Angular to React (200+ components)Steps:
-
Generate migration tasks from codebase
-
Create dependency graph
-
Incremental claiming
-
Track migration progress
What’s Next?
1
Learn Common Workflows
2
Check API Reference
3
Try Bulk Operations
Create your first 50-task sprint plan using bulk operations