com um clique
task-creator
Creates an implementation plan markdown file from a task description.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Creates an implementation plan markdown file from a task description.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.
| 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.