From xlfg-engineering
Internal xlfg phase skill. Use only during /xlfg runs to run layered proof, reduce results into verification.md, and surface the first actionable failure.
npx claudepluginhub flrngel/xlfg --plugin xlfg-engineeringThis skill is limited to using the following tools:
Use only during `/xlfg` orchestration.
Verifies phase builds match plans with automated checks against must-haves and interactive UAT walkthroughs. For PBR workflows; supports --auto-fix, --teams, model overrides.
Executes individual phases of implementation plans as autonomous background sub-agents, performing pre-flight checks, file changes, and automated verifications.
Verifies implemented features against frozen acceptance criteria using independent agents post-build, ensuring unbiased confirmation specs are met.
Share bugs, ideas, or general feedback.
Use only during /xlfg orchestration.
Input: $ARGUMENTS (RUN_ID or latest)
Run honest layered proof for the changed behavior and reduce the results into a crisp pass/fail state.
RUN_ID, DOCS_RUN_DIR, and DX_RUN_DIR.spec.mdtest-contract.mdtest-readiness.mdworkboard.mdproof-map.md, env-plan.md, risk.mddocs/xlfg/knowledge/current-state.mdxlfg verify --run <RUN_ID> --mode autofast / full when the run card makes the choice obviousxlfg-verify-runnerxlfg-verify-reducerxlfg-env-doctor when the harness is unhealthy or the proof depends on a running appxlfg-ui-designer as a design-vs-implementation verification lane when the task is UI-related — same trigger as plan-phase (intent mentions UI / frontend / visual / interaction / layout / component / screen / a11y, or the changed FILE_SCOPE includes *.tsx|*.jsx|*.vue|*.svelte|*.html|*.css|*.scss|*.sass|*.less|*.styl or files under common frontend dirs src/components/, app/, pages/, ui/, frontend/, web/). Dispatch with PRIMARY_ARTIFACT: DOCS_RUN_DIR/ui-verification.md and pass the plan-phase ui-design.md as the contract to verify against. Skip for pure-backend runs.results.json, summary.md, verification.md, and any required fix plan. If a specialist returns early without them or only narrates next steps, use SendMessage with the returned agent ID to resume the same specialist once. If no agent ID is available, re-dispatch the exact same packet once. Only then may you classify the phase as FAILED / RED.verification.md with real evidence.verify-fix-plan.md with the first actionable failure only.workboard.md with the verification status and next action.Do not call the run GREEN unless scenario-targeted proof actually ran for the changed behavior and the evidence matches the claims in spec.md.
PRIMARY_ARTIFACT with Status: IN_PROGRESS, the scoped mission, and a short checklist so the specialist is resuming a concrete work item instead of starting from an empty chat turn.PRIMARY_ARTIFACT: <exact path>
FILE_SCOPE: <bounded files or paths>
DONE_CHECK: <single honest check or NONE>
RETURN_CONTRACT: DONE|BLOCKED|FAILED <artifact-path> only
LS or Glob instead of Read on directories; use Grep plus chunked Read windows instead of loading an oversized file in one shot.