mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
chore: batch update - cleanup ghost commands, ccw-help index refresh, CLI session/orchestrator enhancements, skill minor fixes
- Add cleanup-ghost-commands.mjs script - Refresh ccw-help index files (remove stale entries) - CLI session manager: add instruction assembler and launch registry - Frontend: orchestrator plan builder, property panel, dashboard toolbar updates - Flow executor and type updates - Minor fixes across multiple skills and commands
This commit is contained in:
@@ -411,18 +411,18 @@ CONSTRAINTS: [Limitations or boundaries]
|
||||
## Related Skills
|
||||
|
||||
**Prerequisite Skills**:
|
||||
- `/workflow:brainstorm:artifacts` - Optional: Generate role-based analyses before planning
|
||||
- `/workflow:brainstorm:synthesis` - Optional: Refine brainstorm analyses with clarifications
|
||||
- `brainstorm` skill - Optional: Generate role-based analyses before planning
|
||||
- `brainstorm` skill - Optional: Refine brainstorm analyses with clarifications
|
||||
|
||||
**Called by Plan Mode** (4 phases):
|
||||
- `/workflow:session:start` - Phase 1: Create or discover workflow session
|
||||
- `phases/02-context-gathering.md` - Phase 2: Gather project context and analyze codebase (inline)
|
||||
- `phases/03-conflict-resolution.md` - Phase 3: Detect and resolve conflicts (inline, conditional)
|
||||
- `/compact` - Phase 3: Memory optimization (if context approaching limits)
|
||||
- `memory-capture` skill - Phase 3: Memory optimization (if context approaching limits)
|
||||
- `phases/04-task-generation.md` - Phase 4: Generate task JSON files (inline)
|
||||
|
||||
**Follow-up Skills**:
|
||||
- `/workflow:plan-verify` - Verify plan quality (can also invoke via verify mode)
|
||||
- `workflow-plan` skill (plan-verify phase) - Verify plan quality (can also invoke via verify mode)
|
||||
- Display session status inline - Review task breakdown and current progress
|
||||
- `Skill(skill="workflow-execute")` - Begin implementation of generated tasks (skill: workflow-execute)
|
||||
- `/workflow:replan` - Modify plan (can also invoke via replan mode)
|
||||
- `workflow-plan` skill (replan phase) - Modify plan (can also invoke via replan mode)
|
||||
|
||||
Reference in New Issue
Block a user