Cursor + Corcava MCP: Plan Your Week from Inside the IDE
Use Cursor with Corcava MCP to generate weekly plans directly from your IDE and turn them into implementation checklists. This guide shows you how to create weekly plans, reference code changes, and log progress back to Corcava tasks—all without leaving your editor.
What This Workflow Accomplishes
Weekly planning with Cursor and Corcava MCP brings project management into your development workflow:
Key Outcomes
- IDE-integrated planning: Plan your week without leaving Cursor
- Implementation checklists: Turn weekly plans into actionable code tasks
- Code-aware planning: Reference actual code changes in your plan
- Progress logging: Log implementation progress back to Corcava tasks
- Seamless workflow: Plan, code, and track all in one place
Prerequisites
Before using this workflow, ensure you have:
- Cursor installed and configured with Corcava MCP
- Corcava API key with read/write access to tasks
- Tasks with due dates set in Corcava
- Projects organized in your workspace
Set up Cursor with Corcava MCP →
Step-by-Step Workflow
Step 1: Generate Weekly Plan
Start by creating a weekly plan from your Corcava tasks:
Weekly Plan Prompt
What Cursor's AI does:
- Calls
list_tasksto gather tasks due this week - Groups tasks by project
- Identifies blockers and dependencies
- Presents organized weekly plan
Step 2: Create Implementation Checklist
Turn your weekly plan into an actionable implementation checklist:
Implementation Checklist Prompt
What Cursor's AI does:
- Analyzes task descriptions and requirements
- Breaks tasks into implementation steps
- References your codebase structure
- Creates actionable coding checklist
Step 3: Reference Code Changes
As you implement, reference actual code changes in your progress updates:
Code-Aware Progress Update
What Cursor's AI does:
- Understands the code changes you made
- Calls
update_taskto update status - Calls
add_task_commentwith code change details - Links code changes to task progress
Step 4: Log Progress Back to Corcava
Regularly log your implementation progress:
Progress Logging Prompt
What Cursor's AI does:
- Updates task status in Corcava
- Adds detailed progress comment
- Documents what was implemented
- Keeps task tracking up to date
Complete Workflow Prompts
Here are complete, copy-paste ready prompts for the full workflow:
Monday: Weekly Planning
Use this when: Starting a new week and planning your work
During Work: Progress Update
Use this when: You've made code changes and want to log progress
End of Day: Daily Summary
Use this when: Wrapping up your workday
Cursor-Specific Advantages
Why Cursor + Corcava MCP Works Well
- Code Context: Cursor's AI understands your codebase, so it can create implementation checklists that reference actual files
- Inline Planning: Plan and code in the same environment—no context switching
- Code-Aware Updates: Log progress with references to specific code changes
- Seamless Integration: MCP tools work directly in Cursor's chat interface
- Task Visibility: See your Corcava tasks while coding
Implementation Checklist Example
Example: Authentication Feature Task
Task: Implement JWT authentication
Implementation Checklist:
- Create JWT token generation utility in
src/auth/jwt.ts - Update login endpoint in
src/auth/login.tsto return JWT tokens - Add token validation middleware in
src/middleware/auth.ts - Create token refresh endpoint in
src/auth/refresh.ts - Write unit tests in
tests/auth.test.ts - Update API documentation with new endpoints
This checklist: References actual files, breaks task into code steps, creates actionable items
Troubleshooting
Tasks Not Appearing
Symptom: Weekly plan shows no tasks
Possible causes:
- No tasks have due dates for this week
- Tasks in different workspace
- API key doesn't have access
Fix: Check Corcava to verify tasks have due dates, or try "tasks due this month"
Code References Not Working
Symptom: AI can't reference your code files
Possible causes:
- Files not in workspace
- Path references incorrect
Fix: Use relative paths from project root, or open files in Cursor first
Related Resources
Cursor Setup
Configure Corcava MCP in Cursor
Weekly Planning Use Case
General weekly planning workflow
Editor Workflow
IDE-centric task management
Status Reports
Cursor status reporting workflows
Plan and Code in One Place
Use Cursor with Corcava MCP to plan your week and track progress from your IDE
