By flrngel
Skill-first autonomous SDLC harness for Claude Code with lean run cards, proof, review, and compounding.
Audit xlfg workflow load, SDLC coverage, Claude Code compatibility, and benchmark readiness.
Autonomous xlfg diagnosis run. Batches hidden recall, intent, context, and debug skills to find the deep root problem without changing source code.
Manual bootstrap / repair for xlfg scaffolding in this repo.
Autonomous xlfg SDLC run. Batches hidden recall, intent, context, plan, implement, verify, review, and compound skills end-to-end.
Adversarial task critic. Use proactively after each implementation task to catch drift before phase completion. Owns one atomic lane and returns only after the required artifact is complete.
Scoped patch engineer. Use proactively for each non-trivial task so implementation follows the planned root fix. Owns one atomic lane and returns only after the required artifact is complete.
Regression-proof builder. Use proactively whenever tests or proofs must change to match a task. Owns one atomic lane and returns only after the required artifact is complete.
Solution-space explorer for ambiguous requests. Use proactively when /xlfg needs concrete options before committing to a plan. Owns one atomic lane and returns only after the required artifact is complete.
Adjacent-requirement hunter. Use proactively before planning to surface implied behaviors and parity gaps. Owns one atomic lane and returns only after the required artifact is complete.
Internal xlfg phase skill. Use only during /xlfg runs to promote verified durable lessons into knowledge without copying the entire run into memory.
Internal xlfg phase skill. Use only during /xlfg runs to gather repo truth, current constraints, harness facts, and targeted external research when needed.
Internal xlfg phase skill. Use only during /xlfg-debug runs to reproduce the failure, separate symptom from mechanism, and write an evidence-backed diagnosis without changing source code.
Use docs/xlfg and .xlfg as the file-based context system for lean, autonomous SDLC runs.
Internal xlfg phase skill. Use only during /xlfg runs to implement the plan, update tests, and keep the run card truthful without asking the user to code.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
xlfg is an autonomous, proof-first SDLC harness for Claude Code.
Version 2.8.2 fixes the phase-gate Stop hook so it exits cleanly on empty stdin (stops flaking inside an active /xlfg run, stops blocking unrelated invocations that share the cwd) and adds a pointed diagnostic when an xlfg verify contract accidentally uses pytest-style -k "not ..." with a unittest runner. Version 2.8.1 registered /xlfg-debug as a short alias and added the xlfg-ui-designer specialist (conditional plan/verify lanes for UI-related work). Version 2.8.0 hardens the conductor itself: a Stop hook and phase-state file prevent the pipeline from ending before all 8 phases complete, and loopback iterations are now capped to prevent unbounded context growth.
/xlfg and /xlfg-debug are the public entrypoints, each batching hidden phase skills/xlfg, /xlfg-debug) via name: frontmatter, while the namespaced forms remain /xlfg-engineering:xlfg and /xlfg-engineering:xlfg-debugspec.md is now the only active home for the intent contract and objective groupsO1, O2, ...)xlfg eval-intent harness for scoring ask recall, objective splitting, blocker handling, and false assumptionsreviews/, and the standalone pack now includes .claude/agents/ parityplugins/xlfg-engineering/.claude/skills/ pack in standalone/xlfg) that can scaffold, recall, verify, audit, and grade intent artifacts locallydocs/subagent-hardening-2026.mddocs/benchmarking.mdNEXT_AGENT_CONTEXT.mdInside Claude Code, add this repo as a marketplace and install the plugin:
/plugin marketplace add flrngel/xlfg
/plugin install xlfg-engineering@xlfg
Claude Code fetches the marketplace manifest from .claude-plugin/marketplace.json, resolves the plugin at ./plugins/xlfg-engineering, and caches it under ~/.claude/plugins/. Commands, skills, hooks, specialist agents, and the context7 MCP server all activate together. After install:
/xlfg "what you want built" — full SDLC run/xlfg-debug "what is broken" — diagnosis-only run (no source edits)Both short forms are aliases of /xlfg-engineering:xlfg and /xlfg-engineering:xlfg-debug, registered via name: frontmatter on the plugin commands.
Update with /plugin marketplace update xlfg.
For environments where the plugin loader is unavailable, copy the full standalone/.claude/ directory into your target repo’s .claude/, then run /xlfg or /xlfg-debug.
/xlfg owns the whole SDLC run and loads hidden phase skills just in time: recall, intent, context, plan, implement, verify, review, compound./xlfg-debug is the diagnosis-only sibling: recall → intent → context → debug. It finds the deep root cause and names the likely repair surface without touching source, tests, fixtures, migrations, or configs.spec.md is the run card and single source of truth.python -m pip install -e .
xlfg init
xlfg start "fix login flow"
xlfg audit
xlfg eval-intent --fixture evals/intent/messy-bugfix-bundle.json --run <RUN_ID>
xlfg eval-intent --suite-dir evals/intent
xlfg verify --mode full
MIT
maxTurns budgets again, so stalled lanes fail faster instead of looking hung.PRIMARY_ARTIFACT and explicit RETURN_CONTRACT exist.npx claudepluginhub flrngel/xlfg --plugin xlfg-engineeringVerification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd
Language-agnostic development process harness implementing the Stateless Agent Methodology (SAM) 7-stage pipeline with ARL human touchpoint model and Voltron-style language plugin composition. Provides orchestration, workflows, planning, verification, and testing methodology that any language plugin can compose with.
Software engineering workflows with skills for planning, implementation, quality review, and structured thinking, plus a suite of specialist agents
Quality control and workflow orchestration utilities
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.