Skip to content

Commit 6442fca

Browse files
committed
upade plan command
1 parent 0e0fc9e commit 6442fca

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.claude/commands/ralph/plan.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,12 @@ SUBAGENTS: $ARGUMENTS.subagents (default: 3)
6363

6464
5. _COLLECT_ all expert outputs into `.claude/plans/plan-<topic-slug>/`
6565

66-
6. _SYNTHESIZE_ via integration subagent:
66+
6. _SYNTHESIZE_ into PRD via prd subagent:
67+
- _LOAD_ the prd skill
6768
- _READ_ all expert outputs
6869
- _RECONCILE_ overlapping recommendations
6970
- _IDENTIFY_ cross-cutting concerns missed by specialists
70-
- _PRODUCE_ unified analysis document
71-
72-
7. _GENERATE_ PRD via prd subagent:
73-
- _LOAD_ the prd skill
74-
- _CREATE_ PRD for TOPIC incorporating all expert analysis
71+
- _CREATE_ PRD for TOPIC as the unified synthesis of all expert analysis
7572
- _APPLY_ sizing rules:
7673
- Each user story completable in ONE iteration
7774
- One story touches 1-3 files max
@@ -80,7 +77,7 @@ SUBAGENTS: $ARGUMENTS.subagents (default: 3)
8077
- Add "Verify in browser using agent-browser skill" to UI stories
8178
- _SAVE_ to `tasks/prd-<topic-slug>.md`
8279

83-
8. _REPORT_ completion:
80+
7. _REPORT_ completion:
8481
- Keywords searched: [codebase terms]
8582
- Web queries: [domain terms]
8683
- Hotspot files: [most relevant files]

0 commit comments

Comments
 (0)