home/productivity/step5-create-tasks-template

Step5 Create Tasks Template

GPTClaudeDeepSeek··134 copies·updated 2026-07-14
step5-create-tasks-template.prompt
Create a standardized `tasks.md` template for this repository so every new skill or automation can be implemented through a repeatable, spec-driven execution checklist.

The template must align with the repository’s spec workflow, scaffold expectations, prompt shortcut requirements, and cross-platform support rules described in `requirements.md`.

## Objective

Define one canonical `tasks.md` template that will be used for every future skill or automation under the `specs/` workspace.

This template must break implementation into concrete, verifiable steps such as:

- create folder
- create `SKILL.md`
- create `README.md`
- create `.github/prompts/<name>.prompt.md`
- update root `README.md`
- validate metadata
- validate shortcut alignment
- validate platform limitations

It must also reinforce how this repo is wired together through the spec workflow:

1. `/specify-skill <skill idea>`
2. `/plan-skill`
3. `/tasks-skill`
4. `/implement-skill-from-spec`
5. `/skill-audit`

---

## Required Output

Create a reusable markdown template file for `tasks.md`.

Choose one of these implementation options:

1. Create the file at:

when to use it

Community prompt sourced from the open-source GitHub repo mickpletcher/VSCode (MIT). A "Step5 Create Tasks Template" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

mickpletcher/VSCode · MIT