Skip to content

Commit 354a985

Browse files
committed
refactor: enhance user journey visualization by updating diagram syntax and improving task planning steps
1 parent fc9688d commit 354a985

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

aidd_docs/templates/aidd/plan.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

commands/03_plan/plan.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ You will try to fine "what could go wrong?" and anticipate as early as possible
7272

7373
Spawn 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

9192
1. Use current !`date`
9293
2. 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
9596
5. **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`

0 commit comments

Comments
 (0)