.agents/skills/todo-create/assets/todo-template.md
Replace with a concise title describing what needs to be done.
What is broken, missing, or needs improvement? Provide clear context about why this matters.
Example:
Investigation results, root cause analysis, and key discoveries.
Example format:
app/models/user_test.rbapp/models/post_test.rb (~8 scenarios)Present multiple options with pros, cons, effort estimates, and risk assessment.
Approach: Describe the solution clearly.
Pros:
Cons:
Effort: 2-3 hours
Risk: Low / Medium / High
Approach: Describe the solution clearly.
Pros:
Cons:
Effort: 4-6 hours
Risk: Low / Medium / High
(Include if you have alternatives)
To be filled during triage. Clear, actionable plan for resolving this todo.
Example: "Implement both unit tests (covering each scenario) and integration tests (full pipeline) before merging. Estimated 4 hours total effort. Target coverage > 85% for this module."
Affected files, related components, database changes, or architectural considerations.
Affected files:
app/models/user.rb:45 - full_name methodapp/services/user_service.rb:12 - validation logictest/models/user_test.rb - existing testsRelated components:
Database changes (if any):
Links to errors, tests, PRs, documentation, similar issues.
Testable checklist items for verifying completion.
Chronological record of work sessions, actions taken, and learnings.
By: Claude Code
Actions:
Learnings:
(Add more entries as work progresses)
Additional context, decisions, or reminders.