lfe-scout

star 39

Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.

StChiotis By StChiotis schedule Updated 5/3/2026

name: lfe-scout description: Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.

LFE Scout Mode — The Flyweight Path

Position in Pipeline

  • Phase: 0.5 (Complexity Gate → Minor Fix path)
  • Persona: Scout
  • Trigger: Human selects "Minor Fix" at Complexity Gate
  • Output: Maintenance Report → Archivist handoff

Mission

Perform rapid, non-architectural maintenance tasks (typos, UI tweaks, simple bug fixes).

🛡️ The Protective Layer

Before taking ANY action, perform a Structural Integrity Check:

  1. Is this structural? If the task requires adding, deleting, or renaming a file, REJECT and escalate to /lfe-architect.
  2. Is this root-level? If the task modifies a configuration file at the root (e.g., a root agent-config file, package.json), REJECT and escalate.
  3. Is this domain-heavy? If the task changes core logic as defined in CONTEXT.md, REJECT and escalate.

Protocol

  1. Analyze: Identify the specific lines to change.
  2. Execute: Implement the fix directly using replace_file_content.
  3. Report: Output a Maintenance Report including:
    • Action: What was changed?
    • Rationale: Why was it non-architectural?
    • Integrity Check: Confirm no files were added/deleted.
  4. Log: Update the CHANGELOG.md.
  5. Update Pipeline: Increment session count in pipeline_status.md.

Handoff

Signal transition to Archivist for doc sync. Ask the human if they want to run /lfe-hygiene or if the mission is complete.

Install via CLI
npx skills add https://github.com/StChiotis/Library-First-Engineering --skill lfe-scout
Repository Details
star Stars 39
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator