Skip to content

Commit 37d19ad

Browse files
author
catlog22
committed
feat: Add Phase 6 for Post-Implementation Review and enhance workflow execution
- Introduced Phase 6: Post-Implementation Review with detailed steps for specialized reviews (quality, security, architecture, action items). - Updated SKILL.md to reflect new phase and its execution lifecycle. - Enhanced Flowchart component to conditionally display step statuses based on task tracking. - Modified TaskDrawer to pass status tracking prop to Flowchart. - Improved AgentList and other terminal dashboard components for better UI consistency and responsiveness. - Removed GlobalKpiBar component as part of UI cleanup. - Added issue detail preview in TerminalWorkbench for better user experience when no terminal is active. - Updated localization files for new strings related to the terminal dashboard and workbench. - Enhanced TaskListTab to conditionally render task stats and status dropdown based on task status tracking.
1 parent d535ab4 commit 37d19ad

15 files changed

Lines changed: 448 additions & 510 deletions

File tree

.claude/commands/workflow/review.md

Lines changed: 0 additions & 322 deletions
This file was deleted.

.claude/skills/workflow-execute/SKILL.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,21 @@ Phase 5: Completion
116116
├─ Update task statuses in JSON files
117117
├─ Generate summaries
118118
└─ AskUserQuestion: Choose next step
119-
├─ "Enter Review" → /workflow:review
119+
├─ "Enter Review" → Phase 6
120120
└─ "Complete Session" → /workflow:session:complete
121121
122+
Phase 6: Post-Implementation Review (Optional)
123+
└─ Ref: phases/06-review.md
124+
├─ Select review type (quality/security/architecture/action-items)
125+
├─ CLI-assisted analysis (Gemini/Qwen)
126+
├─ Generate REVIEW-{type}.md report
127+
└─ Post-review: another review or complete session
128+
122129
Resume Mode (--resume-session):
123130
├─ Skip Phase 1 & Phase 2
124131
└─ Entry Point: Phase 3 (TodoWrite Generation)
125132
├─ Update session status to "active" (if not already)
126-
└─ Continue: Phase 4 → Phase 5
133+
└─ Continue: Phase 4 → Phase 5 → [Phase 6]
127134
```
128135

129136
## Execution Lifecycle
@@ -346,7 +353,7 @@ if (autoYes) {
346353
```
347354

348355
**Based on user selection**:
349-
- **"Enter Review"**: Execute `/workflow:review`
356+
- **"Enter Review"**: Execute Phase 6 → `Ref: phases/06-review.md`
350357
- **"Complete Session"**: Execute `/workflow:session:complete`
351358

352359
### Post-Completion Expansion
@@ -532,6 +539,12 @@ meta.agent missing → Infer from meta.type:
532539
- "docs" → @doc-generator
533540
```
534541

542+
## Phase Reference Documents
543+
544+
| Phase | Document | Purpose |
545+
|-------|----------|---------|
546+
| 6 | [phases/06-review.md](phases/06-review.md) | Post-implementation specialized review (security/architecture/quality/action-items) |
547+
535548
## Workflow File Structure Reference
536549
```
537550
.workflow/active/WFS-[topic-slug]/

0 commit comments

Comments
 (0)