Create Feature Development Task
I need to create a structured development task for: $ARGUMENTS
Your Task
Set up a comprehensive feature development task with proper tracking, phases, and documentation.
Execution Steps
Parse Feature Requirements
- Extract feature name and description from $ARGUMENTS
- Identify key requirements and constraints
- Determine complexity and scope
Generate Task Structure
- Use the feature task template as base
- Customize phases based on feature type
- Add specific acceptance criteria
- Include relevant technical considerations
Create Task Documentation
- Copy template from
templates/feature-task-template.md(vendored with this plugin) - Fill in all sections with feature-specific details
- Save to appropriate location (suggest: .claude/tasks/[feature-name].md)
- Create initial git branch if requested
- Copy template from
Set Up Tracking
- Add task to TODO list if applicable
- Create initial checkpoints
- Set up progress markers
- Configure any automation needed
Template Usage
@include templates/feature-task-template.md
Context Preservation
When creating the task, preserve:
- Initial requirements
- Key technical decisions
- File locations
- Dependencies identified
- Risk factors
Integration
Prerequisites: Clear feature requirements Follow-up: use the implement-feature skill Related: create-test-plan, estimate-context-window