You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This phase uses `/dso:review-protocol` at Stage 2 (skipping Stage 1 because Phase 4's
727
+
This phase uses `REVIEW-PROTOCOL-WORKFLOW.md` at Stage 2 (skipping Stage 1 because Phase 4's
728
728
artifact consistency checkpoint already serves as the mental pre-review).
729
729
730
+
> **NESTING PROHIBITION**: Do NOT invoke `/dso:review-protocol` via the Skill tool here.
731
+
> This skill may already be at nesting level 2+ (e.g., `sprint → preplanning → design-wireframe`).
732
+
> A Skill tool call to `/dso:review-protocol` would create 3+ levels, which fails to return control.
733
+
> Always read and execute the workflow inline.
734
+
730
735
### Step 16: Submit for committee review (/dso:design-wireframe)
731
736
732
737
Read [docs/review-criteria.md](docs/review-criteria.md) for reviewer prompt
733
738
files and domain-specific review context.
734
739
735
-
Invoke `/dso:review-protocol` with:
740
+
Read and execute `${CLAUDE_PLUGIN_ROOT}/docs/workflows/REVIEW-PROTOCOL-WORKFLOW.md` inline with:
736
741
737
742
-**subject**: "Design Wireframe: {story title}"
738
743
-**artifact**: The design artifacts (manifest, spatial layout JSON, SVG wireframe description, design tokens) plus story context and epic context (if applicable)
739
744
-**pass_threshold**: 4
740
745
-**start_stage**: 2 (Phase 4 artifact validation serves as Stage 1)
741
746
-**max_revision_cycles**: 3
742
-
-**perspectives**: Defined by the four reviewer prompt files. For each reviewer, read its prompt file and map to the `/dso:review-protocol` perspective format:
747
+
-**perspectives**: Defined by the four reviewer prompt files. For each reviewer, read its prompt file and map to the `REVIEW-PROTOCOL-WORKFLOW.md` perspective format:
Copy file name to clipboardExpand all lines: plugins/dso/skills/sprint/prompts/impl-plan-dispatch.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ Use the `Read` tool at that path to load the skill. Then execute Steps 1-6 as de
38
38
### Steps to Execute
39
39
40
40
-**Step 1**: Contextual Discovery — load story context, resolve ambiguities, detect cross-cutting changes (or reuse evaluator context if provided above)
41
-
-**Step 2**: Architectural Review — invoke `/dso:review-protocol` if a new pattern is needed or cross-cutting thresholds are met; otherwise skip
41
+
-**Step 2**: Architectural Review — read and execute `REVIEW-PROTOCOL-WORKFLOW.md` inline if a new pattern is needed or cross-cutting thresholds are met; otherwise skip
42
42
-**Step 3**: Atomic Task Drafting — draft tasks with TDD-first, E2E coverage, and docs coverage
43
-
-**Step 4**: Plan Review — invoke `/dso:review-protocol` with pass_threshold 5; iterate up to 3 times
43
+
-**Step 4**: Plan Review — read and execute `REVIEW-PROTOCOL-WORKFLOW.md` inline with pass_threshold 5; iterate up to 3 times
44
44
-**Step 5**: Task Creation — create tasks in tickets, add dependencies, validate ticket health
45
45
-**Step 6**: Gap Analysis — dispatch opus sub-agent for COMPLEX stories; skip for TRIVIAL (uses evaluator-context classification)
46
46
@@ -81,7 +81,7 @@ STATUS:blocked QUESTIONS:[{"text":"What is the expected response format for the
81
81
### Rules
82
82
- Do NOT: git commit, git push, .claude/scripts/dso ticket transition
83
83
- You MAY use: .claude/scripts/dso ticket create (with --acceptance, -d flags), .claude/scripts/dso ticket link (required for Step 5 dependency wiring), direct `.tickets/<id>.md` editing for post-creation updates
84
-
- Do NOT use the Task tool to dispatch nested sub-agents. Skill tool invocations (e.g., /dso:review-protocol) ARE permitted.
84
+
- Do NOT use the Task tool to dispatch nested sub-agents. Do NOT invoke `/dso:review-protocol` via the Skill tool — use `REVIEW-PROTOCOL-WORKFLOW.md` inline instead (Skill nesting creates 3+ levels which fail to return control).
85
85
- Do NOT invoke `/dso:commit`, `/dso:review`, or any slash-command other than Skill tool invocations required by the implementation-plan steps
86
86
- Do NOT modify files outside the scope of task creation (no source code changes — this is planning only)
87
87
- Only modify files under $(git rev-parse --show-toplevel). Do NOT write to any other path.
0 commit comments