mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 10:56:37 +00:00
more detailed SDLC plan
This commit is contained in:
@@ -22,6 +22,12 @@ Add context7 MCP to the list in IDE:
|
||||
}
|
||||
```
|
||||
|
||||
### Reference Documents
|
||||
- Definition of Done: `@_docs/00_templates/definition_of_done.md`
|
||||
- Quality Gates: `@_docs/00_templates/quality_gates.md`
|
||||
- PR Template: `@_docs/00_templates/pr_template.md`
|
||||
- Feature Dependencies: `@_docs/00_templates/feature_dependency_matrix.md`
|
||||
|
||||
|
||||
## 10 **🧑💻 Developers**: Form a building block
|
||||
|
||||
@@ -46,6 +52,13 @@ Add context7 MCP to the list in IDE:
|
||||
### Execute `/gen_feature_spec`
|
||||
|
||||
|
||||
## 25. **🧑💻 Developer**: Check Feature Dependencies
|
||||
### Verify
|
||||
- Check `@_docs/00_templates/feature_dependency_matrix.md`
|
||||
- Ensure all dependent features are completed or mocked
|
||||
- Update dependency matrix with new feature
|
||||
|
||||
|
||||
## 30. **🤖AI agent**: Generate Jira ticket and branch
|
||||
### Execute `/gen_jira_task_and_branch`
|
||||
|
||||
@@ -61,11 +74,32 @@ Add context7 MCP to the list in IDE:
|
||||
generate plan for `@_docs/iterative/feature_specs/01-dashboard-export-example.md`
|
||||
|
||||
|
||||
## 45. **🧑💻 Developer**: Define Test Strategy
|
||||
### Determine test types needed:
|
||||
- [ ] Unit tests (always required)
|
||||
- [ ] Integration tests (if touching external systems/DB)
|
||||
- [ ] E2E tests (if user workflow changes)
|
||||
|
||||
### Document in plan:
|
||||
- Which tests to write
|
||||
- Test data requirements
|
||||
- Mocking strategy
|
||||
|
||||
|
||||
## 50. **🧑💻 Developer**: Save the plan
|
||||
Save the generated plan to `@_docs/iterative/plans`.
|
||||
(First, save with built-in mechanism to .cursor folder, then move to this folder `@_docs/iterative/plans`)
|
||||
|
||||
|
||||
## 55. **🧑💻 Developer**: Review Plan Before Build
|
||||
### Checklist
|
||||
- [ ] Plan covers all acceptance criteria
|
||||
- [ ] Test strategy defined
|
||||
- [ ] Dependencies identified and available
|
||||
- [ ] No architectural concerns
|
||||
- [ ] Estimate seems reasonable
|
||||
|
||||
|
||||
## 60. Build from the plan
|
||||
|
||||
|
||||
@@ -78,4 +112,38 @@ Add context7 MCP to the list in IDE:
|
||||
- Code quality standards met
|
||||
|
||||
|
||||
## 70. Check build and tests are successful.
|
||||
## 70. Check build and tests are successful
|
||||
|
||||
**User action required**: Run your project's test, lint, and coverage commands.
|
||||
|
||||
- [ ] All tests pass
|
||||
- [ ] No linting errors
|
||||
- [ ] Code coverage >= 75%
|
||||
|
||||
|
||||
## 72. **🧑💻 Developer**: Run Full Verification
|
||||
### Local Verification
|
||||
- [ ] All unit tests pass
|
||||
- [ ] All integration tests pass
|
||||
- [ ] Code coverage >= 75%
|
||||
- [ ] No linting errors
|
||||
- [ ] Manual testing completed (if UI changes)
|
||||
|
||||
### Quality Gate Check
|
||||
Review `@_docs/00_templates/quality_gates.md` - Iterative Gate 3
|
||||
|
||||
|
||||
## 75. **🤖AI agent**: Create PR and Merge
|
||||
### Execute `/gen_merge_and_deploy`
|
||||
|
||||
This will:
|
||||
- Verify branch status
|
||||
- Run pre-merge checks
|
||||
- Update CHANGELOG
|
||||
- Create PR using template
|
||||
- Guide through merge process
|
||||
|
||||
|
||||
## 78. **🧑💻 Developer**: Finalize
|
||||
- Move Jira ticket to Done
|
||||
- Verify CI pipeline passed on dev
|
||||
|
||||
Reference in New Issue
Block a user