원클릭으로
lorebook
Load phase-specific guidance from a quest template. Invoke at the start of each quest phase when a template has been assigned.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Load phase-specific guidance from a quest template. Invoke at the start of each quest phase when a template has been assigned.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Multi-task orchestrator. Coordinates agent teammates (led by Gandalf) running /quest (code) or /scout (research) workflows. Use when you have multiple independent tasks to run in parallel.
Use for any non-trivial task. Orchestrates the Research-Plan-Implement cycle with compaction between phases, integrating council, lembas, gather-lore, and warden. Enforces discipline and phase gates.
Post-fellowship retrospective analysis. Collects gate history, palantir alerts, and quest metrics to surface patterns and interactively recommend configuration improvements.
Use AFTER writing code and BEFORE submitting a PR. Simulates a strict code reviewer by comparing changes against reference files and documented conventions. Catches "we don't do it that way" feedback before your human reviewer does.
Fetches GitHub issue context for quest spawning. Parses issue references, retrieves structured data via gh, and produces branch suggestions and PR keywords. Used standalone or as input to quest orchestration.
Research & analysis workflow. Investigates questions, gathers findings, optionally validates with a fresh subagent. Produces a report — no code, no PRs, no commits. Use standalone or as a fellowship teammate.
| name | lorebook |
| description | Load phase-specific guidance from a quest template. Invoke at the start of each quest phase when a template has been assigned. |
Load and apply phase-specific guidance from your assigned quest template.
Invoke at the start of each quest phase when your spawn prompt includes a TEMPLATE: assignment.
Resolve the template file from two directories (highest priority first):
.claude/fellowship-templates/{name}.md~/.claude/fellowship-templates/{name}.mdUse the first match found. If no file exists, skip silently.
Read the section matching your current quest phase:
| Phase | Section |
|---|---|
| Research | ## Research Guidance |
| Plan | ## Plan Guidance |
| Implement | ## Implement Guidance |
| Review | ## Review Guidance |
Apply the guidance as advisory context for your current phase. Template guidance supplements but does not override the quest skill's phase requirements.