Creates an implementation plan markdown file from a task description. Use when the user describes a new feature or task and wants a structured plan before implementation begins.
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.