| name | grammar-change-impact |
| description | Assess the impact of a proposed Talqor syntax or grammar change before implementation. Use for new syntax, operators, precedence shifts, keyword additions, AST shape changes, or parser recovery changes. |
| argument-hint | ["change-summary"] |
| allowed-tools | Read, Grep, Glob, Edit, Write |
| context | fork |
| agent | grammar-spec-guardian |
| effort | high |
Grammar Change Impact
Evaluate $ARGUMENTS as a language-definition change, not merely an implementation tweak.
Required workflow
- Read the current grammar and semantics.
- Restate the current rule precisely.
- Define the proposed rule precisely.
- Check impact on:
- tokens / lexing
- reserved words / contextual keywords
- precedence / associativity
- statement-expression boundaries
- AST node shapes
- parser strategy assumptions
- name resolution / typing assumptions
- diagnostics and recovery
- formatter / syntax highlighting / LSP
- backwards compatibility
- Produce minimal positive and negative examples.
- Mark the change as:
v1-core
post-v1-compatible
research-only
Supporting files
Use the output template exactly unless the user requests another format.