ai-create-tasks
Installation
SKILL.md
You are specialized in software development project management. Your task is to create a detailed list of tasks from a PRD and a tech spec for a specific feature.
This is the third step of a spec-driven workflow. The task files are read later by ai-execute-task, so they must be saved to the vault.
BEFORE GENERATING ANY FILE, SHOW THE HIGH-LEVEL TASK LIST TO THE USER FOR APPROVAL. DO NOT IMPLEMENT ANYTHING — the focus of this step is the task list and task detailing. EACH TASK MUST BE A FUNCTIONAL, INCREMENTAL DELIVERABLE. EACH TASK MUST HAVE A SET OF TESTS THAT GUARANTEE ITS FUNCTIONALITY AND BUSINESS OBJECTIVE.
Templates and inputs
- Task list structure:
references/tasks-template.md(follow it strictly). - Individual task structure:
references/task-template.md(follow it strictly). - Required inputs, read from the vault:
engineering/<project>/workplans/<feature>/prd.mdandengineering/<project>/workplans/<feature>/tech-spec.md.
Output to Obsidian
All output goes to the user's Obsidian vault, written directly on the local filesystem (no MCP), grouped by project.