ワンクリックで
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.