Show the Tasuku task workflow guide. Use when user says /tk:workflow or asks how to use Tasuku, task workflow, or needs help with task management.
Shows the Tasuku task workflow guide for managing tasks with start, block, and done operations. Triggers when user says `/tk:workflow` or asks about Tasuku, task workflow, or task management help.
/plugin marketplace add iheanyi/tasuku/plugin install iheanyi-tasuku@iheanyi/tasukuThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Tasuku is an agent-first task management system. Here's how to use it effectively.
ready → in_progress → done
↓
blocked → (unblock) → ready
1. tk_list status=ready # See what's available
2. tk_start id=task-id # Claim the task
3. tk_timer_start id=task-id # Optional: track time
1. tk_timer_stop id=task-id # Stop timer if running
2. tk_done id=task-id # Mark complete
3. tk_note task_id note="What was done" # Optional: add notes
1. tk_block id=task-id blocked_by=["other-task"]
2. Work on something else from ready queue
3. tk_unblock id=task-id # When blocker is resolved
tk_learn insight="Important discovery" # Save learnings
tk_decide id=name chose=X over=[Y,Z] because="reason" # Document decisions
tk_note task_id=id note="Details" # Add task notes
When multiple agents work in parallel:
tk_claim id=task-id agent=my-name # Exclusive claim
tk_release id=task-id # Release when done
Claims expire after 2 hours if not renewed.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.