Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ This walks you through adding the workflow to your repository.

```mermaid
graph LR
A[/plan Command] --> B[Analyze Issue/Discussion]
B --> C[Break Down Work]
C --> D[Create Sub-Issues]
D --> E[Link to Parent]
E --> F[Assign to Copilot]
A["/plan Command"] --> B["Analyze Issue/Discussion"]
B --> C["Break Down Work"]
C --> D["Create Sub-Issues"]
D --> E["Link to Parent"]
E --> F["Assign to Copilot"]
```

Each sub-issue includes a clear title, objective, context, approach, specific files to modify, and acceptance criteria.
Expand Down
Loading