Manages high-level narrative and development quests. Use when creating new quests, tracking project progress, managing large workflows, or resolving complex narrative blocks. Triggers for "new quest", "update quest", "quest status", "what are we working on".
Use ONLY when explicitly instructed to create, update, or manage Quest/Todo files.
quests/ and todos/ directories.Version: 1.0.0 Type: Technique Skill Testing Rigor: Moderate (3-5 scenarios)
Use when: User wants to define a new mission, track progress on a major feature/narrative arc, update the status of a quest, or view all active quests.
What it does: Creates and maintains structured markdown files in quests/, ensuring alignment with AGENTS.md and triggering associated todo lists.
How it helps: Provide a high-level view of project goals, consolidated knowledge, and execution plans, preventing loss of context.
: quest, project management, tracking, mission, narrative arc, workflow, status, goal
Identify Mission/Goal
↓
Check `quests/README.md` and `quests/*.md` (Is it already covered?)
↓
Merge/Update if exists OR Create New Quest File (`quests/Quest-Name.md`)
↓
Generate Todo List (via `todo-management`)
↓
Update `AGENTS.md` (Quest Index)
Use when: A new major goal is identified (e.g., "Fix Plot Hole X", "Implement Feature Y").
quests/README.md.quests/.quests/TEMPLATE.md.quests/Quest-[Name].md.quests/README.md and AGENTS.md.Use when: Progress is made or a quest is completed.
quests/Quest-[Name].md.[x], add notes to "Next Steps".Use when: User asks "What are we working on?" or "Show quests".
quests/README.md.quests/README.md: Index of all quests (Active, Completed, Backlog).quests/Quest-[Name].md: Detailed mission document.PROJECT_CODEX.md) in the "Consolidated Knowledge" section.todo-management to operationalize.assets/quest_template.md