Skip to content

Commit e1291bd

Browse files
feat(0d66-ceb6): add story descriptions to preplanning approval dashboard (merge worktree-20260328-211544)
2 parents 3ade5bb + b4af4c2 commit e1291bd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

plugins/dso/skills/preplanning/SKILL.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,26 @@ Display a summary table:
658658
| xxx-127 | As a user... | P2 | pending | - | Enhancement of xxx-126 | Epic criterion 1 |
659659
| xxx-128 | As a dev... | P1 | pending | - | - | Epic criterion 2 |
660660

661+
Then, below the table, display each story's full description so the user can review scope, done definitions, and considerations before approving:
662+
663+
```
664+
### xxx-126: As a user, I can upload a document and see its classification
665+
666+
**What**: [description]
667+
**Why**: [rationale]
668+
**Scope**: IN: [...] | OUT: [...]
669+
670+
**Done Definitions**:
671+
- When this story is complete, [outcome 1]
672+
← Satisfies: "[epic criterion]"
673+
674+
**Considerations**:
675+
- [Area] concern
676+
677+
---
678+
[repeat for each story]
679+
```
680+
661681
### Step 4: Validate Dependencies (/dso:preplanning)
662682

663683
After creating all stories and dependencies:

0 commit comments

Comments
 (0)