From xlfg-engineering
Use docs/xlfg and .xlfg as the file-based context system for lean, autonomous SDLC runs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xlfg-engineering:xlfg-file-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use file-based context to keep long-horizon work reliable and legible.
Use file-based context to keep long-horizon work reliable and legible.
Treat files as the system of record:
docs/xlfg/knowledge/ + docs/xlfg/meta.jsondocs/xlfg/knowledge/current-state.mddocs/xlfg/runs/.xlfg/docs/xlfg/
index.md
meta.json
knowledge/
current-state.md
quality-bar.md
decision-log.md
patterns.md
testing.md
ux-flows.md
failure-memory.md
harness-rules.md
ledger.jsonl
commands.json
agent-memory/
...
migrations/
<from>-to-<to>.md
runs/
<run-id>/
context.md
memory-recall.md
spec.md
test-contract.md
test-readiness.md
workboard.md
research.md # optional
diagnosis.md # optional
solution-decision.md # optional
flow-spec.md # optional
env-plan.md # optional
proof-map.md # optional
risk.md # optional
verification.md
verify-fix-plan.md
review-summary.md # optional
run-summary.md # optional
compound-summary.md
current-state-candidate.md # branch-local when needed
tasks/
<task-id>/
task-brief.md
.xlfg/
runs/
<run-id>/
doctor/
<ts>/
verify/
<ts>/
spec.md current instead of copying the same truth into multiple planning files.workboard.md carry stage truth and verification.md carry proof evidence.npx claudepluginhub flrngel/xlfg --plugin xlfg-engineeringUses the filesystem as an overflow layer for agent context: durable scratchpads, tool-output offloading, cross-agent handoff files, and context cleanup policies.
Manages file-based context to reduce context window bloat. Offloads tool outputs, logs, and intermediate results to files for just-in-time loading.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.