con un clic
task-creator
Creates an implementation plan markdown file from a task description.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Creates an implementation plan markdown file from a task description.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | task-creator |
| description | Creates an implementation plan markdown file from a task description. |
When a new task or feature is specified, create a markdown file named {task-name}.md in the root directory that contains:
Task Description
Development Tasks
Acceptance Criteria
Technical Considerations
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.
Provides a brief explanation of the code attached, including key components, notable patterns, and a code walkthrough.
Provides a code review of the attached code changes.
Begins implementing a task following an implementation plan.
Provides a brief explanation of the code attached, including key components, notable patterns, and a code walkthrough. Use when the user asks to explain, understand, or walk through code.
Provides a code review of the attached code changes. Use when the user asks for a code review, PR review, or feedback on code changes.
Begins implementing a task following an implementation plan. Use when the user asks to implement a feature, fix a bug, or build something based on an existing plan or task file.