Skip to content

Commit 0e14185

Browse files
committed
refactor: reorder extension lifecycle hooks by swapping before_implement and after_plan definitions
1 parent 60e459c commit 0e14185

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

superpowers-bridge/extension.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ hooks:
109109
brainstorming skill to strengthen the active Spec Kit spec.md while
110110
preserving Spec Kit ownership of specification creation.
111111
112-
before_implement:
113-
command: speckit.superb.controller
112+
after_plan:
113+
command: speckit.superb.plan-gate
114114
optional: false
115115
description: >
116-
Mandatory Controller gate. Bridges installed execution and quality skills
117-
to orchestrate task implementation.
116+
Mandatory Plan gate. Verifies plan completeness and injects SDD
117+
directives into plan.md for agentic workers.
118118
119119
after_tasks:
120120
command: speckit.superb.review
@@ -124,13 +124,13 @@ hooks:
124124
Catches missing or under-specified tasks at planning time. Produces a
125125
requirement coverage and TDD-readiness report. Bridge-native logic.
126126
127-
after_plan:
128-
command: speckit.superb.plan-gate
127+
before_implement:
128+
command: speckit.superb.controller
129129
optional: false
130130
description: >
131-
Mandatory Plan gate. Verifies plan completeness and injects SDD
132-
directives into plan.md for agentic workers.
133-
131+
Mandatory Controller gate. Bridges installed execution and quality skills
132+
to orchestrate task implementation.
133+
134134
after_implement:
135135
command: speckit.superb.verify
136136
optional: false

0 commit comments

Comments
 (0)