Show all available Tasuku skills organized by workflow. Use to discover what skills exist and when to use them.
Lists all available Tasuku skills organized by workflow stage for task management.
/plugin marketplace add iheanyi/tasuku/plugin install tasuku@tasuku-marketplaceComplete guide to all Tasuku skills, organized by workflow stage.
| When... | Use... |
|---|---|
| Starting a session | /tasuku:context |
| Need to pick up work | /tasuku:pickup or /tasuku:ready |
| Creating a task | /tasuku:add |
| Starting work | /tasuku:start |
| Adding notes | /tasuku:note |
| Task is blocked | /tasuku:block |
| Finishing work | /tasuku:complete or /tasuku:done |
| Recording insights | /tasuku:learn or /tasuku:reflect |
| Making decisions | /tasuku:decide |
| Checking progress | /tasuku:stats |
| Skill | Purpose |
|---|---|
/tasuku:context | Get full project context (tasks, learnings, decisions) |
/tasuku:ready | List tasks ready to work on, sorted by priority |
/tasuku:pickup | Guided workflow - select and start a task with full context |
/tasuku:stats | See project statistics and progress |
| Skill | Purpose |
|---|---|
/tasuku:add | Create a new task |
/tasuku:block | Mark a task as blocked by others |
/tasuku:list | List all tasks with optional filtering |
/tasuku:show | Show detailed task information |
| Skill | Purpose |
|---|---|
/tasuku:start | Mark a task as in-progress |
/tasuku:note | Add notes to track progress or context |
/tasuku:learn | Record learnings as you discover them |
/tasuku:decide | Document architectural decisions |
| Skill | Purpose |
|---|---|
/tasuku:done | Mark a task as complete |
/tasuku:complete | Guided workflow - done + learning capture + next steps |
/tasuku:reflect | Guided workflow - extract learnings from recent work |
| Skill | Purpose |
|---|---|
/tasuku:learn | Record a learning or insight |
/tasuku:decide | Record an architectural decision |
/tasuku:promote | Promote learnings to permanent documentation |
/tasuku:reflect | Guided learning extraction process |
These skills guide you through complete workflows:
/tasuku:pickupUse when: Starting work, need to choose what to do next
Does: Shows ready tasks → helps select → loads context → starts task
/tasuku:completeUse when: Finishing a task
Does: Marks done → prompts for learnings → shows what's unblocked → suggests next task
/tasuku:reflectUse when: After bug fixes, features, or debugging sessions
Does: Guides you through reflection questions → extracts learnings → records them
For quick operations without the guided workflow:
| Skill | Command | Notes |
|---|---|---|
/tasuku:add "desc" | tk task add "desc" | Add --priority high for important tasks |
/tasuku:start <id> | tk task start <id> | Add --timer to track time |
/tasuku:done <id> | tk task done <id> | Auto-stops timer |
/tasuku:learn "..." | tk learn "..." | Use "Never/Always" for rules |
/tasuku:note <id> "..." | tk note add <id> "..." | Track progress |
Start sessions with context:
/tasuku:context
Use workflow skills for important transitions:
/tasuku:pickup when starting work/tasuku:complete when finishing/tasuku:reflect after discoveriesCapture learnings immediately:
Don't wait until the end of a session. Use /tasuku:learn as soon as you discover something.
Use "Never/Always" format for rules:
/tasuku:learn "Never manually truncate ANSI strings"
/tasuku:learn "Always validate URLs before redirect"
Document decisions when you make them:
/tasuku:decide
For operations not covered by skills:
tk task ready # Tasks ready to work on
tk task list --tree # Hierarchical view
tk task find "query" # Search everything
tk task timer status # Check running timers
tk task archive add <id> # Archive completed task
tk learning rules # List rule-type learnings
tk rules sync # Sync to editor rules
/tasuku - Overview and quick reference/tasuku:help - This detailed guidetk --help - CLI helptk task --help - Task subcommand help