Quick capture ideas and tasks for later (with automatic doc cascade detection)
Captures tasks and ideas to .STATUS files with automatic context detection and priority assignment.
/plugin marketplace add Data-Wise/rforge/plugin install data-wise-rforge@Data-Wise/rforgeTask description or idea to captureQuickly capture ideas, tasks, and TODOs with automatic context detection.
Uses the rforge_capture MCP tool to:
# Capture a task
/rforge:capture "Add bootstrap confidence intervals"
# Capture with priority
/rforge:capture "Fix bug #234" --priority high
# Capture idea
/rforge:capture "Research weighted mediation"
Returns confirmation with:
✅ CAPTURED
Task: Add bootstrap confidence intervals
ID: T-2025-01-15-001
Location: medfit/.STATUS
Priority: MEDIUM (auto-detected from keywords)
Context: Feature addition
Added to: medfit/.STATUS (line 42)
Estimated work: 4-6 hours
⚠️ CAPTURED (HIGH PRIORITY)
Task: Fix bug #234 - segfault in extract_mediation
ID: T-2025-01-15-002
Location: medfit/.STATUS
Priority: HIGH (manual override)
Context: Bug fix
Related:
• GitHub issue #234
• Affects: probmed, medsim
• Impact: MEDIUM (2 packages)
Recommended: Fix immediately (blocking release)
💡 CAPTURED (IDEA)
Idea: Research weighted mediation methods
ID: I-2025-01-15-003
Location: research-ideas/.STATUS
Priority: LOW (research/exploration)
Context: New feature exploration
Notes:
• Not blocking anything
• Consider for v3.0.0
• Estimated research: 1-2 weeks
/rforge:next - Get next task to work on/rforge:complete - Mark tasks complete/rforge:status - See all captured tasks