What problem does it solve? AI-assisted development sessions often end without properly committing completed work, leaving board state drifted, documentation out of sync, and user-action prerequisites undocumented. This Skill commits implemented epic, story, or task work with a consistent EST naming convention while running pre-commit safety checks. ## Core Features & Use Cases - Scoped pre-commit reconcile: Invokes /reconcile scoped to the exact epic, story, or task being committed so the board is never committed in a drifted state, skipping the scan entirely when no board files are staged. - Report-only doc-sync scan: Runs /doc-sync limited to the files changed by this commit, surfacing documentation drift findings without blocking the commit with a nested approval prompt. - User-action prerequisite check: Verifies an _INSTRUCTIONS.md file exists for tasks with out-of-scope prerequisites, creating one from a template if missing. - Inline mode: When called by /do with --inline or JENGA_COMMIT_INLINE=1, skips reconcile, doc-sync, and worktree logic to commit single small tasks directly. - Use Case: After a developer agent finishes task E12_S03_T02, invoke the commit flow to reconcile the board, check documentation drift, and create a commit like task(E12_S03_T02): add login validation. ## Quick Start Ask the agent to commit the work just completed for the current task using the EST naming convention.