Create Feature Skill
This skill automates the creation of a standard Clean Architecture feature module. It ensures separation of concerns from the start.
Usage
/create-feature [feature_name]
Example: /create-feature authentication
Actions
1. Execute Scaffolding
- •Input:
feature_name(string) - •Steps:
- •Run
dart scripts/create_feature.dart [feature_name]. - •Verify the output confirms successful creation.
- •Run
2. Verify
Checks if the folders were created successfully.