What problem does it solve? Turning a written engineering plan into code often drifts from the plan, skips verification, or lands as one unreviewable mega-commit. This Skill executes a gitnexus-plan document step by step, enforcing impact analysis before every symbol edit and change detection before every commit. ## Core Features & Use Cases - Plan-driven execution: Loads the plan's machine-readable implementation context (acceptance criteria, files to modify, tests, verification commands) and works through its steps in order, one conventional commit per step. - Drift re-anchoring: Recomputes evidence provenance digests against the current working tree, re-reads changed cited files, and blocks work when evidence is unreadable or scope is invalidated. - Graph-gated safety: Runs a build-current/index-current freshness procedure before every GitNexus impact query and gates every commit on detect_changes so unexpected affected flows are investigated first. - Use Case: After generating a plan with gitnexus-plan, run "/gitnexus-work docs/plans/2026-07-11-gitnexus-plan-ingestion-retry.md" to ship it as tested, atomic commits with a final Definition-of-Done report. ## Quick Start Ask the AI to run /gitnexus-work on your latest plan file, or pass a specific plan path, and it will implement the plan step by step with verified commits.