|
@@ -84,6 +84,9 @@ digraph process {
|
|
|
|
|
|
|
|
## Pre-Flight Plan Review
|
|
## Pre-Flight Plan Review
|
|
|
|
|
|
|
|
|
|
+Ensure the work happens in an isolated workspace: use
|
|
|
|
|
+superpowers:using-git-worktrees to create one or verify the existing one.
|
|
|
|
|
+
|
|
|
Before dispatching Task 1, scan the plan once for conflicts:
|
|
Before dispatching Task 1, scan the plan once for conflicts:
|
|
|
|
|
|
|
|
- tasks that contradict each other or the plan's Global Constraints
|
|
- tasks that contradict each other or the plan's Global Constraints
|
|
@@ -402,17 +405,3 @@ Done!
|
|
|
**If subagent fails task:**
|
|
**If subagent fails task:**
|
|
|
- Dispatch fix subagent with specific instructions
|
|
- Dispatch fix subagent with specific instructions
|
|
|
- Don't try to fix manually (context pollution)
|
|
- Don't try to fix manually (context pollution)
|
|
|
-
|
|
|
|
|
-## Integration
|
|
|
|
|
-
|
|
|
|
|
-**Required workflow skills:**
|
|
|
|
|
-- **superpowers:using-git-worktrees** - Ensures isolated workspace (creates one or verifies existing)
|
|
|
|
|
-- **superpowers:writing-plans** - Creates the plan this skill executes
|
|
|
|
|
-- **superpowers:requesting-code-review** - Code review template for the final whole-branch review
|
|
|
|
|
-- **superpowers:finishing-a-development-branch** - Complete development after all tasks
|
|
|
|
|
-
|
|
|
|
|
-**Subagents should use:**
|
|
|
|
|
-- **superpowers:test-driven-development** - Subagents follow TDD for each task
|
|
|
|
|
-
|
|
|
|
|
-**Alternative workflow:**
|
|
|
|
|
-- **superpowers:executing-plans** - Use for parallel session instead of same-session execution
|
|
|