Save learnings, notes, and implementation details to tasks throughout work cycles. Use to document discoveries, decisions, and progress.
/plugin marketplace add yebot/rad-cc-plugins/plugin install backlog-md@rad-cc-plugins# Task Learnings & Notes Document learnings, implementation notes, and progress on tasks to maintain project knowledge. ## Instructions ### Adding Implementation Notes Notes capture what you've learned, tried, or decided during work: ### Multi-line Notes (Bash/Zsh) Use ANSI-C quoting for multi-line content: ### Implementation Plans Plans document the approach before starting work: ### When to Add Learnings Add notes when you: - Discover something unexpected - Make a technical decision - Encounter and solve a problem - Find useful resources or documentation - Complete a miles...