scaffold_feature
Fetches project conventions and live dependency versions to generate an Android CLI scaffold command for creating a new feature.
Instructions
Agentic workflow: loads ITGD conventions + fetches live versions + scaffolds a new feature. Returns the context + version data + Android CLI scaffold command for Claude to execute. Steps: get_full_context → get_live_versions → android create guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | Android CLI template name. Defaults to 'empty-activity-agp-9'. | |
| feature_name | Yes | Name of the feature to scaffold (e.g. 'PlayerScreen', 'SearchFeature'). |