File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments