Add a complete feature by orchestrating requirement and verification creation following MBSE workflow
feature-nameclaude-sonnet-4-5# Add Feature
Add a complete feature by orchestrating multiple commands to create requirements, verifications, and proper traceability.
## Current Model Context
- Total requirements: !`reqvire search --json | jq -r '.global_counters.total_elements'`
- Verification coverage: !`reqvire coverage --json | jq -r '.summary.leaf_requirements_coverage_percentage'`%
## User Request
${1:+Feature name: $1}
${1:-The user will provide feature details.}
## MBSE Workflow
This command orchestrates the complete workflow:
1. Define requirements (parent → children)
2. Create verifications for leaf requ...Add features to existing codebase with design, implementation, testing, and integration
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
Add complete feature with roadmap, spec, ADR, and architecture updates