User Story
As a developer, I want the system to detect my intent (build, fix, refactor, review) from my prompt, so that it can suggest the most appropriate workflow.
Acceptance Criteria
- ✅ Detects *build intent (keywords: build, create, add, implement, new, feature)
- ✅ Detects *fix intent (keywords: fix, bug, error, issue, broken, repair)
- ✅ Detects *refactor intent (keywords: refactor, modernize, improve, update)
- ✅ Detects *review intent (keywords: review, check, analyze, inspect, quality)
- ✅ Returns confidence score (0-100%)
- ✅ Triggers suggestion when confidence ≥60%
- ✅ Handles ambiguous cases (multiple high scores)
Tasks
Files to Create
tapps_agents/workflow/intent_detector.py (150 lines)
Dependencies
Reference
Estimated Effort
8 hours (2 story points)
User Story
As a developer, I want the system to detect my intent (build, fix, refactor, review) from my prompt, so that it can suggest the most appropriate workflow.
Acceptance Criteria
Tasks
Files to Create
tapps_agents/workflow/intent_detector.py(150 lines)Dependencies
Reference
stories/enh-001-workflow-enforcement.md(Story 2)docs/architecture/enh-001-workflow-enforcement-architecture.mdEstimated Effort
8 hours (2 story points)