Summary
Replace the argument-first spec-grill invocation contract with an intent router. Users should not need to memorize modes like map, fill, or audit; those can remain accepted power-user aliases, but the primary workflow should be natural-language routing.
Proposed Behavior
- No argument or ambiguous request -> emit a Grill Report, no edits.
- Candidate discovery language -> emit a Candidate Boundary Report, no edits.
- Missing capability language -> propose the next missing capability, then ask for confirmation before editing.
- Specific capability language -> resolve the mentioned capability or candidate and deep-review it, no edits by default.
- Overlap, stale, or weak-predicate language -> emit a Capability Audit Report, no edits.
Acceptance Criteria
Notes
Part of #176.
Summary
Replace the argument-first
spec-grillinvocation contract with an intent router. Users should not need to memorize modes likemap,fill, oraudit; those can remain accepted power-user aliases, but the primary workflow should be natural-language routing.Proposed Behavior
Acceptance Criteria
skills/spec-grill/SKILL.mdhas anIntent Routersection instead of an argument-firstInvocationsection.map,fill,audit, and exact capability slugs are documented as optional shorthand only.Notes
Part of #176.