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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xlfg-engineering:xlfg-implement-phaseThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use only during `/xlfg` orchestration.
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.npx claudepluginhub flrngel/xlfg --plugin xlfg-engineeringExecutes 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.
Executes a multi-phase implementation plan, spawning an implementer agent to write code and validate each phase before advancing.