mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 13:26:37 +00:00
enhancing clarity in research assessment and problem description sections.
some files rename
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# Iterative Implementation phase
|
||||
|
||||
## 10 **🧑💻 Developers**: Form a building block
|
||||
|
||||
### Form a building block in the next format:
|
||||
```
|
||||
# Building Block: Title
|
||||
|
||||
## Problem / Goal
|
||||
Short description of the problem we have to solve or what the end goal we need to achieve. 2-3 lines
|
||||
|
||||
## Architecture Notes (optional)
|
||||
How it should be implemented. Which subsystem to use, short explanation of the 3-5 lines.
|
||||
|
||||
## Outcome
|
||||
What we waht to achieve
|
||||
```
|
||||
### Example
|
||||
`_docs/iterative/building_blocks/01-dashboard-export-example.md`
|
||||
|
||||
## 20. **🤖AI agent**: Generate Feature Specification
|
||||
### Execute `/gen_feature_spec`
|
||||
|
||||
## 30. **🤖AI agent**: Generate Jira ticket
|
||||
### Execute `/gen_jira_task`
|
||||
|
||||
## 40. **🤖📋AI plan**: Generate Plan
|
||||
### Execute
|
||||
generate plan for `@_docs/iterative/feature_specs/spec.md`
|
||||
Example:
|
||||
generate plan for `@_docs/iterative/feature_specs/01-dashboard-export-example.md`
|
||||
|
||||
## 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`)
|
||||
|
||||
## 60. Build from the plan
|
||||
|
||||
## Check build and tests are successful.
|
||||
Reference in New Issue
Block a user