create-feature-task
Installation
SKILL.md
Create Feature Development Task
Set up a comprehensive feature development task with proper tracking, phases, and documentation.
Execution Steps
Consult ../python3-development/references/python3-standards.md when applying shared architecture, typing, testing, or CLI rules; full standards, graphs, and amendment process are documented there.
1. Parse Feature Requirements
- Extract feature name and description from arguments
- Identify key requirements and constraints
- Determine complexity and scope
2. Generate Task Structure
- Customize phases based on feature type
- Add specific acceptance criteria
- Include relevant technical considerations