원클릭으로
lfe-scout
Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Act as the Archivist for an LFE-compliant project. Use when a change is approved and needs documentation sync, changelog updates, or pipeline status cleanup.
Act as the Architect for an LFE-compliant project. Design solutions and draft high-fidelity plans.
Act as the Builder for an LFE-compliant project. Use when implementing an approved plan, writing code in src/**, or running unit tests.
Inspector sub-skill. Analyses changed code for cyclomatic complexity, excessive nesting, oversized functions, and cognitive load indicators. Pure LLM reasoning — no external tooling. Writes .plans/checks/complexity_findings.md. Called by lfe-inspector when enabled in inspector-config.md.
Inspector sub-skill. Reviews dependency manifest files (package.json, requirements.txt, go.mod, Cargo.toml, pom.xml) changed in the current diff for risky version patterns and stale majors. Emits a human-run audit instruction rather than executing tools. Writes .plans/checks/dep_findings.md. Called by lfe-inspector when enabled in inspector-config.md.
Disciplined bug-diagnosis loop. Reproduce → Hypothesise → Fix. Use in the Inspector sub-pipeline (Step 3, conditional) when verification fails.
SOC 직업 분류 기준
| name | lfe-scout |
| description | Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits. |
Perform rapid, non-architectural maintenance tasks (typos, UI tweaks, simple bug fixes).
Before taking ANY action, perform a Structural Integrity Check:
/lfe-architect.package.json), REJECT and escalate.CONTEXT.md, REJECT and escalate.replace_file_content.CHANGELOG.md.pipeline_status.md.Signal transition to Archivist for doc sync. Ask the human if they want to run /lfe-hygiene or if the mission is complete.