KjellKodKjellKodCommunity·8 Agent Skills Included

quest

Multi-model feature planning, review, and build orchestration

Coordinates planner, reviewer, builder, and fixer roles across Claude and Codex to ship features through gated plan-review-build cycles. Eliminates single-model blind spots with dual independent reviews, an arbiter that filters noise, and human approval gates before any code is written. Persists quest state to disk so runs resume after crashes, and includes PR, commit, UX review, and pre-commit skills for the full delivery workflow.
npx skills add KjellKod/quest --all -g -y
Available:

Tells the AI agent the coding rules, skill discovery order, and the mandatory quest gate sequence (plan, dual review, approval, build, review, fix) it must follow before changing any code.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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