Interactive tutorial for the tasks workspace. Walks user through creating a task, planning their day, and using the visual kanban board. Triggered by first-visit orientation when user enters tasks/ folder, or when user says "teach me tasks", "how do I manage tasks", "task tutorial", "show me the kanban board". Do NOT use for actually planning the day, managing tasks, or conducting a weekly review (use daily-plan, task-manager, or weekly-review — tutorial-tasks teaches these skills, it does not execute them), activating when the user has a specific task management operation ready (even if they mention "task skill"), or providing general productivity advice without tutorial walkthrough intent.
From tandemnpx claudepluginhub binatrixai/tandem-marketplace --plugin tandemThis skill is limited to using the following tools:
evals/evals.jsonExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Walk the user through task management: create a task in kanban.md, plan their day, and show them the visual Kanban board (task-manager.html).
When creating tasks in kanban.md, follow the canonical format in tandem-skills/tasks/task-manager/references/kanban-format.md.
Key rules:
<!-- Config: Last Task ID: NNN --> from kanban.md to get the next ID<!-- Config: Last Task ID: 006 -->### TASK-XXX | Title (H3, 3-digit zero-padded, pipe separator)**Priority**: X | **Category**: X | **Assigned**: @userWelcome to your tasks workspace! Here's what I can do:
- ✅ Track tasks with priorities and deadlines
- 📋 Plan your day with time blocks
- 📊 Visual Kanban board (drag-and-drop in your browser)
- 🔄 Sync with Monday.com (if connected)
Let's set up your first task together.
AskUserQuestion:
- "Create a task"
- "Plan my day first"
- "Show me the Kanban board"
- "How does Monday.com sync work?"
Step 1: Ask what they need to do. "What's something on your plate right now? Just a sentence is fine."
Step 2: Walk through task creation with AskUserQuestion:
Step 3: Show the created task in kanban.md. "Here's your task in the kanban board format:"
### TASK-001 | [Their task]
**Priority**: [X] | **Category**: [X]
**Created**: [today] | **Due**: [date]
Step 4: Mention the visual board. "Open ~/Tandem/tasks/task-manager.html in Chrome or Edge to see this as a visual drag-and-drop Kanban board."
Step 5:
Now let's plan your day. I'll look at your tasks, calendar, and priorities.
AskUserQuestion:
- "Plan my day"
- "Skip — I'll do this later"
If they choose to plan, run the daily-plan skill workflow. Narrate: "I'm looking at your task list and calendar to create a time-blocked plan for today."
Show the generated plan.
Check if Monday.com connector is active. If yes:
You have Monday.com connected. I can sync tasks between your Kanban board and Monday boards.
AskUserQuestion:
- "Show my Monday.com tasks"
- "Skip Monday.com for now"
If shown, demonstrate the /monday command briefly.
You're set up! Here's your task toolkit:
- **Add tasks** — just tell me "I need to do [X]"
- **/daily-plan** — generates a time-blocked daily plan
- **/weekly-review** — reflects on your week every Friday
- **/monday** — syncs with your Monday.com boards
- **Kanban board** — open tasks/task-manager.html for a visual view
Tip: I'll notice if you do the same task repeatedly and offer to automate it.
AskUserQuestion:
- "Add another task"
- "Set up daily plan automation"
- "I'm good — thanks!"
Record in memory/sessions/ that the tasks tutorial was completed.