Implementing New Features
Guide feature execution so changes are coherent, testable, and safe to deploy.
When to Use
- You need to implement a new capability across one or more layers.
- You want a structured approach that reduces integration risk.
Workflow
- Clarify feature scope, success criteria, and constraints.
- Design implementation boundaries and dependency order.
- Execute in incremental milestones with integration checks.
- Add unit/integration/e2e validation for behavior and regressions.
- Define rollout, monitoring, and rollback strategy.
Output
- Feature implementation roadmap
- Cross-module dependency plan
- Test and rollout checklist
微信扫一扫