Scaffold new feature: $ARGUMENTS
project-management/# Create Feature Scaffold new feature: $ARGUMENTS ## Current Project Context - Project structure: !`find . -maxdepth 2 -type d -name src -o -name components -o -name features | head -5` - Current branch: !`git branch --show-current` - Package info: @package.json or @Cargo.toml or @requirements.txt (if exists) - Architecture docs: @docs/architecture.md or @README.md (if exists) ## Task Follow this systematic approach to create a new feature: $ARGUMENTS 1. **Feature Planning** - Define the feature requirements and acceptance criteria - Break down the feature into smaller, manageab...