What problem does it solve?
Running a full engineering change end-to-end requires coordinating planning, execution, and review steps that are easy to skip or do out of order, leading to unplanned edits and unreviewed commits. This Skill sequences the GitNexus plan, work, and review skills into one pipeline with a blocking user gate before any code is written.
Core Features & Use Cases
- Pipeline Orchestration: Invokes gitnexus-plan, gitnexus-work, and gitnexus-review in order, passing the plan file path between lanes.
- Blocking Plan Gate: Presents the plan summary and requires an explicit user choice to proceed or stop before execution; headless runs stop after planning.
- Bounded Fix Cycle: Runs at most one review-fix-review cycle, then reports unresolved findings instead of looping.
- Use Case: A developer runs "/gitnexus-lfg Add retry support to the ingestion pipeline" and gets a plan, a checkpoint to approve it, verified atomic commits, and a review of the branch diff or open PR.
Quick Start
Ask your AI assistant to run the gitnexus pipeline on your task, for example by invoking /gitnexus-lfg followed by a task description or an existing plan file path.