python3-add-feature
Installation
SKILL.md
<feature_description>$ARGUMENTS</feature_description>
Python Feature Addition Workflow
The model guides feature development through discovery, planning, implementation, and verification phases.
Arguments
<feature_description/>
Instructions
- Understand the feature request from arguments
- Discover project context (structure, patterns, existing code)
- Plan implementation (files to create/modify, dependencies)
- Implement with tests following TDD
- Verify quality (linting, types, coverage)