What problem does it solve?
Executing a multi-step engineering plan by hand risks missed dependencies, broken call chains, and unverified commits. This Skill turns a gitnexus-plan document into a disciplined execution run: every symbol edit is preceded by a knowledge-graph impact query, every commit is gated by change detection, and plan evidence is re-anchored against the current working tree before it is trusted.
Core Features & Use Cases
- Plan-driven execution: Loads a gitnexus-plan's section 11 implementation context pack (acceptance criteria, primary symbols, tests, verification commands) and works through its steps in order, committing atomically per step.
- Graph freshness enforcement: Runs a build-current/index-current procedure before every impact query and final verification, refusing to rely on stale GitNexus indexes or legacy runner identities.
- Two-layer drift detection: Recomputes dirty-tree digests and cited-path manifests via the evidence-provenance helper, re-reading changed citations and blocking on unreadable evidence.
- Use Case: After generating a plan with gitnexus-plan for a refactor, run "/gitnexus-work docs/plans/2026-07-11-gitnexus-plan-ingestion-retry.md" to implement each step with impact checks, scenario-derived tests, and detect_changes-gated commits.
Quick Start
Ask the agent to run /gitnexus-work on your latest plan file, or invoke it with no argument to execute the newest plan under docs/plans.