creating-tasks
Installation
SKILL.md
Creating Tasks
Creates durable, handoff-ready task artifacts on disk. Planning only — do not implement unless the user explicitly asks in the same message.
Works in any coding environment where the agent can read and write repository files. The on-disk layout (plan.md, status.md) is the contract between sessions and tools.
When to use
Create a task
- User says "create a task", "new task", "plan this work", or similar
- User provides a title plus details and wants a plan written to disk
- User wants a follow-up session to continue without chat history
Continue a task
- User says "continue task", "resume task", or names a task folder (e.g.
tasks/001-dark-mode-toggle) - User asks to pick up where a previous session left off — read that folder's
status.mdfirst