npx claudepluginhub qmu/workaholic --plugin drivinThis skill is limited to using the following tools:
After user approves implementation, update the ticket with effort and final report.
Estimate the actual time this implementation took, then round to the nearest valid value.
The ONLY valid values are: 0.1h, 0.25h, 0.5h, 1h, 2h, 4h
Do NOT use t-shirt sizes (S/M/L/XS/XL), minutes (10m/30m), or any other format. The update.sh script will reject invalid values.
Valid values (hour-based only):
| Value | Use For |
|---|---|
0.1h | Trivial changes (typo fix, config tweak) |
0.25h | Simple changes (add field, update text) |
0.5h | Small feature or fix (new function, bug fix) |
1h | Medium feature (new component, refactor) |
2h | Large feature (new workflow, significant refactor) |
4h | Very large feature (new system, major rewrite) |
ALWAYS use one of these exact values: 0.1h, 0.25h, 0.5h, 1h, 2h, 4h
MUST use update.sh -- NEVER use the Edit tool to modify the effort field directly.
bash ${CLAUDE_PLUGIN_ROOT}/skills/update-ticket-frontmatter/sh/update.sh <ticket-path> effort <value>
Example:
bash ${CLAUDE_PLUGIN_ROOT}/skills/update-ticket-frontmatter/sh/update.sh .workaholic/tickets/todo/20260212-example.md effort 0.5h
Append ## Final Report section to the ticket file.
If no insights discovered:
## Final Report
Development completed as planned.
If meaningful insights were discovered:
## Final Report
Development completed as planned.
### Discovered Insights
- **Insight**: <what was discovered>
**Context**: <why this matters for understanding the codebase>
Include insights that fall into these categories: