Complete a task with guided learning capture. Use after finishing work to mark done, document learnings, and see what's unblocked.
Guides task completion with learning capture, impact analysis, and next-step recommendations.
/plugin marketplace add iheanyi/tasuku/plugin install tasuku@tasuku-marketplaceA guided workflow for properly completing a task. This skill combines marking done, prompting for learnings, and showing next steps.
/tasuku:complete <task-id>
When you invoke this skill, follow these steps IN ORDER:
tk task done <task-id>
This automatically stops any running timer.
Before moving on, reflect on what you learned:
Ask yourself:
Record each learning:
tk learn "Never manually manipulate ANSI strings - use lipgloss functions"
tk learn "Always process BubbleTea Init() command in tests before assertions"
This is not optional. Knowledge captured now prevents future bugs.
Show what tasks are now unblocked:
tk task deps <task-id>
Show the user:
# If task is simple/no longer needed:
tk task archive add <task-id>
# Show what's next:
tk task ready
User: /tasuku:complete fix-auth-bug
Agent:
1. Marking task done...
✓ tk task done fix-auth-bug
2. Learning capture - what did you discover?
- Root cause: Missing null check in redirect handler
- Rule: "Always validate redirect URLs before navigation"
Recording learnings:
✓ tk learn "Always validate redirect URLs before navigation"
3. Impact check:
✓ This unblocked: deploy-to-prod, write-auth-tests
4. Next steps:
- Archive this task? (tk task archive add fix-auth-bug)
- Next ready task: deploy-to-prod (high priority)
/tasuku:learn - Record individual learnings/tasuku:ready - See tasks ready to work on/tasuku:pickup - Start working on the next task