What problem does it solve?
It converts a session’s accumulated intent and resolutions into a single, approval-gated bundle of deterministic target-shape edits plus the required epic and exactly one engineering follow-up issue.
Core Features & Use Cases
- Creates the locked shape document: Writes the canonical locked-shape.md from session state so the outcome is human-auditable and structurally consistent.
- Builds an all-or-nothing edit bundle: Drafts file edits for every impacted target-shape artefact and presents a unified diff preview for one-time approval.
- Ensures play invariants for deterministic delivery: Enforces guardrails like atomicity (no partial writes), no code-file writes, touchpoint inventory consistency, and canonical epic status handling.
- Files one code follow-up issue: Creates or updates the now→then epic and files exactly one follow-up issue describing engineering work implied by the shape change.
Quick Start
Use the skill in dry_run mode to assemble and preview the close-bundle for your grill-me session, then re-run with approval_mode interactive to apply the transaction after approval.