File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ argument-hint: N/A
3535
3636## User Journey
3737
38- ``` text
39- {ASCII user journey diagram}
38+ ``` mermaid
39+ flowchart TD
40+ A[TODO]
4041```
4142
4243## Implementation phases
Original file line number Diff line number Diff line change @@ -72,10 +72,11 @@ You will try to fine "what could go wrong?" and anticipate as early as possible
7272
7373Spawn a new sub-agent task to:
7474
75- 1 . ** List implicit assumptions** about the user's infrastructure
76- 2 . ** Verify API feasibility** before committing to an approach
77- 3 . ** Find flag blockers early** identify issues and risks that will certainly occur during implementation if not addressed in the plan.
78- 4 . ** Check against official documentation** to validate assumptions and identify potential issues
75+ 1 . ** Explore the codebase** to inform plan generation
76+ 2 . ** List implicit assumptions** about the user's infrastructure
77+ 3 . ** Verify API feasibility** before committing to an approach
78+ 4 . ** Find flag blockers early** identify issues and risks that will certainly occur during implementation if not addressed in the plan.
79+ 5 . ** Check against official documentation** to validate assumptions and identify potential issues
7980
8081### Step 4: Task Planning
8182
@@ -90,8 +91,8 @@ Spawn a new sub-agent task to:
9091
91921 . Use current !` date `
92932 . Determine feature name from requirements
93- 3 . Explore the codebase to inform plan generation
94- 4 . Fill the appropriate template based on Step 2 decision
94+ 3 . Insert user journey in mermaid syntax in plan for better visualization and validation
95+ 4 . Fill the appropriate template based on decisions
95965 . ** Save to file** :
9697 - Simple plan: ` {{DOCS}}/tasks/<yyyy_mm>/<yyyy_mm_dd>-<feature_name>.md `
9798 - Master plan: ` {{DOCS}}/tasks/<yyyy_mm>/<yyyy_mm_dd>-<feature_name>-master.md `
You can’t perform that action at this time.
0 commit comments