# Task Creator

> Creates an implementation plan markdown file from a task description.

- Skill: `tomevault-io/task-creator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/task-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/task-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/task-creator

---

# Task Creator

When a new task or feature is specified, create a markdown file named `{task-name}.md` in the root directory that contains:

## Structure of Task Files

1. **Task Description**
   - Clear description of what needs to be accomplished
   - Business context and requirements
   - Any constraints or limitations

2. **Development Tasks**
   - Numbered list of specific development steps to complete
   - Files that need to be created or modified
   - Database changes required
   - Testing requirements
   - Any dependencies on other tasks

3. **Acceptance Criteria**
   - List of criteria that must be met for the task to be considered complete
   - Expected behavior
   - Edge cases to handle

4. **Technical Considerations**
   - Potential challenges
   - Performance considerations
   - Security concerns
   - Best practices to follow

The task file should be detailed enough for a developer to understand what needs to be done and how to implement it correctly following the project's conventions and best practices. Include sufficient context from existing code patterns when relevant.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/devclarityai) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

