lfe-scoutlisted
Install: claude install-skill StChiotis/Claude-LFE
# 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., `CLAUDE.md`, `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.