quest
Multi-model feature planning, review, and build orchestration
All Skills in This Repository (8)
Pure Emerald Level Indicatorspr-assistant
Generate draft GitHub pull request titles and descriptions from commit messages.
quest
Coordinate planner, reviewers, arbiter, and builder with human approval gates.
git-commit-assistant
Generate commit messages from staged diffs with a co-author trailer.
plan-maker
Generate structured implementation plans with acceptance criteria and validation strategies.
implementer
Execute approved implementation plans through small, reviewable code changes.
plan-reviewer
Automate evaluation of implementation plans and PR specs for testable acceptance criteria.
Quest Orchestration Skill
Coordinate planner, reviewer, arbiter, and builder agents across gated multi-agent quests.
code-reviewer
Analyze pull request changes against acceptance criteria for Python, JavaScript, TypeScript, and React.
Frequently Asked Questions
FAQPage SchemaHow to install Quest?▼
Run `npx skills add KjellKod/quest --all -g -y` in your terminal to install all skills in this suite globally.
What does Quest actually do?▼
Quest runs a feature through a gated pipeline: a planner writes the plan, two different models review it independently, an arbiter filters the feedback, and only after your approval does a builder write the code, followed by dual code review and fixes.
Does Quest work with both Claude Code and Codex?▼
Yes. Quest is designed for dual-model reviews across Claude and Codex, and either one can act as the orchestrator while the other fills reviewer or builder roles.
Can I resume a Quest run after a crash?▼
Yes. Quest stores state, plans, reviews, and handoffs as files under .quest/, so you can resume any in-flight run from either Claude or Codex without relying on chat history.
Can non-coders use Quest?▼
You still need a coding project and the Claude or Codex CLI set up, but you drive Quest with plain-English requests like `/quest "add dark mode"` and simply approve plans at each gate.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core