Add complete feature with roadmap, spec, ADR, and architecture updates
<feature-description> OR --doc=<path/to/document.md>**Arguments**: $ARGUMENTS
Goal: Add a new feature with complete planning documentation. Delegates to feature-analyzer agent for heavy lifting.
Phase 1: Parse Input
Goal: Determine input mode and basic context
Actions:
- Create todo: "Add feature to project"
- Parse $ARGUMENTS:
* If contains "--doc=": MODE = "document", extract DOC_PATH
* Otherwise: MODE = "text", DESCRIPTION = $ARGUMENTS
- If MODE = "document":
* Validate file exists: !{bash test -f "$DOC_PATH" && echo "exists" || echo "missing"}
* If missing: Error and exit
- Display: "Mode: [MODE]"
Phase 2: Launch Feature Anal...Add features to existing codebase with design, implementation, testing, and integration
Add a complete feature by orchestrating requirement and verification creation following MBSE workflow
Add a feature to an existing NinjaTrader indicator
Add a feature to an existing Pine Script indicator
Add a feature to an existing Tradovate indicator