From fellowship
Loads phase-specific guidance from assigned quest templates for Research, Plan, Implement, and Review phases at phase start.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fellowship:lorebookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load and apply phase-specific guidance from your assigned quest template.
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.
npx claudepluginhub justinjdev/fellowshipDesigns objective structure, gating, branching, and player guidance for mission-like content. Use when building quests, objectives, or mission chains.
Displays Claude Code Hero quest log progress via Ruby CLI, showing completed, current, and locked quests in a DM-narrated table with status annotations.
Persists task plans, findings, and progress as markdown files so work survives context loss and /clear. Use for multi-step projects or tasks requiring 5+ tool calls.