gitnexus-lfg

Orchestrates plan, gate, work, and review lanes across three GitNexus skills.

1|Updated Jul 27, 2023
One-click install
npx skills add https://github.com/AlexTheGuitarGuy/.dotfiles --skill gitnexus-lfg-alextheguitarguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gitnexus-lfg
Source: https://github.com/AlexTheGuitarGuy/.dotfiles/tree/main/claude/.claude/skills/gitnexus-lfg
Command: npx skills add https://github.com/AlexTheGuitarGuy/.dotfiles --skill gitnexus-lfg-alextheguitarguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full engineering pipeline manually means juggling separate planning, execution, and review steps with no enforced checkpoint, risking expensive unreviewed work. This Skill sequences the GitNexus plan, work, and review skills end-to-end with a blocking user gate between planning and execution. ## 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 proceed/stop choice before any code is written; headless runs stop after planning. - Bounded Fix Cycle: Surfaces review findings, routes small fixes to gitnexus-work direct mode, re-reviews once, then reports without looping. - Use Case: Run "/gitnexus-lfg Add retry support to the ingestion pipeline" to get a plan, approve it at the gate, receive verified atomic commits, and finish with a review verdict and final report. ## Quick Start Ask the AI 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.

Frequently Asked Questions about gitnexus-lfg

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a plan, build, and review pipeline on a coding task?▼

Invoke /gitnexus-lfg with a task description or an existing plan file path. It runs gitnexus-plan, stops at a blocking gate for your approval, executes with gitnexus-work, and finishes with a gitnexus-review verdict and final report.

What happens at the plan gate in a coding pipeline?▼

The gate presents the plan's summary and asks you to proceed to work or stop, keeping the plan file as the deliverable. Execution never starts without an explicit choice, and you can request a Deepen pass to strengthen the plan first.

Can I skip the planning phase with an existing plan file?▼

Yes, pass a plan file path such as docs/plans/<plan>.md and the pipeline skips Lane 1, starting directly at the plan gate. All later lanes consume that recorded plan path.

Does the pipeline work in headless or non-interactive runs?▼

In headless runs no one can answer the gate, so the pipeline ends after planning and delivers the plan file only. It never auto-proceeds to execution without a user decision.

When should I use gitnexus-work directly instead of the full pipeline?▼

For trivial or small-bounded tasks an agent finishes well under the ~35-turn planning boundary, planning costs more than it returns. The Skill detects this and offers gitnexus-work direct mode as an alternative before spending the plan lane.

Does the pipeline push commits or open pull requests automatically?▼

No, the pipeline never pushes or opens a PR on its own. The final report lists commits, verification status, and review verdict, then offers pushing and PR creation as explicit next steps.