@@ -14,6 +14,25 @@ $ARGUMENTS
1414
1515You ** MUST** consider the user input before proceeding (if not empty).
1616
17+ ## Scope Guard
18+
19+ This command's own work is limited to updating the project constitution and propagating
20+ constitution-driven changes to the dependent artifacts identified in this command.
21+
22+ - Classify every part of the user input as either constitution content or a separate,
23+ non-governance intent.
24+ - If the input includes feature implementation, code generation, refactoring, building, or
25+ deployment requests, you ** MUST NOT** execute them. Extract them as deferred intents instead.
26+ - You ** MUST NOT** create, modify, or delete application source files, feature routes,
27+ components, tests, deployment files, or other artifacts unrelated to the constitution
28+ workflow and its required propagation.
29+ - If it is unclear whether an instruction is constitution content, ask for clarification before
30+ making changes.
31+ - After completing the constitution update, include a ` Next Actions ` section for each deferred
32+ intent. List the original intent and suggest the appropriate follow-up Spec Kit command, such
33+ as ` __SPECKIT_COMMAND_SPECIFY__ ` , without invoking it.
34+ - If there are no non-governance intents, omit the ` Next Actions ` section.
35+
1736## Pre-Execution Checks
1837
1938** Check for extension hooks (before constitution update)** :
@@ -104,6 +123,7 @@ Follow this execution flow:
104123 - New version and bump rationale.
105124 - Any files flagged for manual follow-up.
106125 - Suggested commit message (e.g., `docs: amend constitution to vX.Y.Z (principle additions + governance update)`).
126+ - A `Next Actions` section for any deferred non-governance intents.
107127
108128Formatting & Style Requirements:
109129
0 commit comments