Start Quest banner
cgbarlow cgbarlow

Start Quest

Development community

Description

--- description: Begin a new quest — checks for active campaigns and invokes Gandalf to frame the challenge allowed-tools: [Read, Write, Glob, Bash] --- # Start Quest You are beginning a new quest for the user. Follow these steps in order. ## Step 1: Check for Active Quest Use the Glob tool to check if `.campaign/quest.md` exists in the user's project root. **If `.campaign/quest.md` exists:** Read the file to understand the current quest context, then inform the user: > You have an active

Installation

Installs to ~/.claude/skills/cgbarlow-campaign-mode-start-quest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cgbarlow-campaign-mode-start-quest && curl -fsSL https://raw.githubusercontent.com/cgbarlow/campaign-mode/HEAD/commands/start-quest.md -o ~/.claude/skills/cgbarlow-campaign-mode-start-quest/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository