Task List Manager
Business operations skill, available on Zeplik
Task List Manager is a ready-to-run business operations skill on Zeplik. Maintains a simple shared TASKS.md file the user can also edit. Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
The Task List Manager skill loads automatically when your request matches it, or you can invoke it directly by typing /task-management in any chat. It works with attachments, connectors, and any model that supports the task, so you get the same expert method every time without setting anything up.
What the Task List Manager skill can do
- Maintain a durable TASKS.md list shared between user and assistant
- Summarize active and waiting-on tasks with overdue items flagged
- Add, complete, and move tasks between Active, Waiting On, and Done sections
- Extract action items from meetings or conversations with user confirmation
Try these prompts on Zeplik
Pick a prompt to open it in the Zeplik app. If you are not signed in yet, your prompt is waiting for you the moment you do.
How the Task List Manager skill works
Task Management
Tasks are tracked in a simple TASKS.md file that both you and the user can edit.
File Location
Always use TASKS.md in the current working directory.
- If it exists, read/write to it
- If it doesn't exist, create it with the template below
Dashboard Setup (First Run)
A visual dashboard is available for managing tasks and memory. On first interaction with tasks:
- Check if
dashboard.htmlexists in the current working directory - If not, copy it from
${CLAUDE_PLUGIN_ROOT}/skills/dashboard.htmlto the current working directory - Inform the user: "I've added the dashboard. Run
/productivity:startto set up the full system."
The task board:
- Reads and writes to the same
TASKS.mdfile - Auto-saves changes
- Watches for external changes (syncs when you edit via CLI)
- Supports drag-and-drop reordering of tasks and sections
Format & Template
When creating a new TASKS.md, use this exact template (without example tasks):
# Tasks
## Active
## Waiting On
## Someday
## Done
Task format:
- [ ] **Task title** - context, for whom, due date- Sub-bullets for additional details
- Completed:
- [x] ~~Task~~ (date)
How to Interact
When user asks "what's on my plate" / "my tasks":
- Read TASKS.md
- Summarize Active and Waiting On sections
- Highlight anything overdue or urgent
When user says "add a task" / "remind me to":
- Add to Active section with
- [ ] **Task**format - Include context if provided (who it's for, due date)
When user says "done with X" / "finished X":
- Find the task
- Change
[ ]to[x] - Add strikethrough:
~~task~~ - Add completion date
- Move to Done section
When user asks "what am I waiting on":
- Read the Waiting On section
- Note how long each item has been waiting
Conventions
- Bold the task title for scannability
- Include "for [person]" when it's a commitment to someone
- Include "due [date]" for deadlines
- Include "since [date]" for waiting items
- Sub-bullets for additional context
- Keep Done section for ~1 week, then clear old items
Extracting Tasks
When summarizing meetings or conversations, offer to add extracted tasks:
- Commitments the user made ("I'll send that over")
- Action items assigned to them
- Follow-ups mentioned
Ask before adding - don't auto-add without confirmation.
Zeplik output presentation
Present the final deliverable as a single polished artifact: clear headings, tables where the content is tabular, fenced code where it is code. Lead with the deliverable itself; keep process commentary to a single short line. If the skill produced multiple files or sections, end with a compact list of them with one-line purposes.
How to use the Task List Manager skill
Sign in to Zeplik
Create a free Zeplik account or sign in. New accounts start with free credits, so you can try the Task List Manager skill right away.
Describe your business operations task
Ask in plain language, or type /task-management to invoke the skill directly. Zeplik recognizes the Task List Manager skill and applies its method.
Review and refine the result
Zeplik returns a clear, structured answer. Ask follow-ups in the same chat to refine it or take the next step.
Source and credit
- Author
- Anthropic
- License
- Apache-2.0
Adapted from the open-source anthropics/knowledge-work-plugins project and tuned to run natively on Zeplik. View source on GitHub.
Frequently asked questions
- What is the Task List Manager skill?
- Task List Manager is a ready-to-run business operations skill on Zeplik. Maintains a simple shared TASKS.md file the user can also edit. Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
- How do I use Task List Manager on Zeplik?
- Sign in to Zeplik and ask in plain language, or type /task-management in any chat to invoke it directly. The skill applies its method and returns a result you can refine in the same conversation.
- Which AI model does the Task List Manager skill use?
- Any model you choose. Zeplik works across every model in one chat, so the Task List Manager skill runs on your preferred model for the task.
- Where does the Task List Manager skill come from?
- The Task List Manager skill is adapted from the open-source anthropics/knowledge-work-plugins project (Apache-2.0) and tuned to run natively on Zeplik. The original source is linked on this page.
- How much does the Task List Manager skill cost?
- Using the skill is free to start. You only spend Zeplik credits when the assistant runs, and new accounts begin with free credits.
Related business operations skills
- Business Pulse CheckUse when a business owner wants a whole-business snapshot -- 'how is the business doing', 'catch me up on everything', 'what am I missing this week' -- one page: cash, sales, pipeline, commitments, top priority. Not for product metrics deep-dives (use metrics-review) or quarterly reviews (use quarterly-review).
- Capacity PlannerUse for resource capacity planning -- 'do we have the people for next quarter', workload analysis, utilization forecasting, hire-vs-deprioritize calls, stress-testing upcoming projects against the team you have. Not for scoping a single sprint (use sprint-planning).
- CEO AdvisorUse for executive leadership: strategic decisions, board and investor management, org culture, CEO operating rhythm. Not for a morning business status digest (use business-pulse).
- Change Request WriterUse when a system or process change needs formal approval -- 'write a change request for the DB migration', impact analysis, risk and rollback plan, CAB-ready change record, stakeholder comms for the rollout.
- Compliance TrackerUse to track compliance programs and audit readiness -- 'where are we on SOC 2', ISO 27001 / GDPR requirement tracking, evidence collection status, control gaps and remediation owners. Not for checking whether one launch or campaign is compliant (use compliance-check).
- CTO AdvisorUse for technology leadership strategy: engineering org scaling, tech debt, architecture governance, DORA metrics. Not for designing a specific system's architecture (use architecture).
More on Zeplik
Try Task List Manager on Zeplik
Every model, one chat. Bring the Task List Manager skill into your next conversation and let the assistant do the work.