From xlfg-engineering
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.
npx claudepluginhub flrngel/xlfg --plugin xlfg-engineeringThis skill is limited to using the following tools:
Use only during `/xlfg` orchestration.
Executes implementation plans phase-by-phase: dispatches subagents per task, reviews once per phase with code-review skill, loads phases just-in-time, prints full outputs for transparency.
Orchestrates implementation phase by delegating tasks to agents after verifying plan review approval and prerequisites. Uses guards on writes and agent spawns.
Share bugs, ideas, or general feedback.
Use only during /xlfg orchestration.
Input: $ARGUMENTS (RUN_ID or latest)
Implement the planned change with one conductor, specialist task owners, aligned tests, and truthful run-state updates.
RUN_ID, DOCS_RUN_DIR, and DX_RUN_DIR.spec.mdtest-contract.mdtest-readiness.mdworkboard.mddocs/xlfg/knowledge/current-state.mdtest-readiness.md is not READY, stop implementing and return control to planning immediately.xlfg-task-implementer explicitly with TASK_ID, bounded scope, one required artifact, and one done checkxlfg-test-implementer with the same task packet disciplinexlfg-task-checker against that exact task packetSendMessage with the returned agent ID to resume the same specialist once before falling back to repair or re-splitting the task. If no agent ID is available, re-dispatch the exact same packet once.spec.md and workboard.md when scope, task status, or chosen solution changes.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.spec.md. If a task packet grows vague or multi-output in flight, send it back to planning for re-splitting instead of accepting a half-finished specialist return.