Continue Quest banner
cgbarlow cgbarlow

Continue Quest

Development community

Description

--- description: Re-enter an active campaign — detects where you left off and offers appropriate next steps allowed-tools: [Read, Write, Glob, Bash] --- # Continue Quest You are helping the user re-enter an active campaign. Follow these steps in order. ## Step 1: Check Campaign State Use the Glob tool to check if `.campaign/quest.md` exists in the user's project root. **If `.campaign/quest.md` does not exist:** Check if `.campaign/council-report.md` exists. If it does, inform the user: >

Installation

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

Terminal
mkdir -p ~/.claude/skills/cgbarlow-campaign-mode-continue-quest && curl -fsSL https://raw.githubusercontent.com/cgbarlow/campaign-mode/HEAD/commands/continue-quest.md -o ~/.claude/skills/cgbarlow-campaign-mode-continue-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