一键导入
quest-create
Create a new quest with phased execution plan
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new quest with phased execution plan
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | quest-create |
| description | Create a new quest with phased execution plan |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep, Task |
Create a new quest — a high-level goal broken into ordered phases for automated execution.
/quest-create <goal description or context>
The user provides a goal/prompt. The quest-planner agent derives a quest name and phase breakdown.
Check for active quests:
.planning/*/QUEST.md files with Status: active.planning/archive/ is always preservedSpawn quest-planner agent to analyze the goal:
Task tool with subagent_type: quest-planner
The planner returns:
Create quest directory: .planning/YYYY-MM-DD-<quest-name>/
Write quest files:
QUEST.md — Goal, linked repos, status (active), created datePHASES.md — Ordered phases, all status pendingSTATE.md — Current phase, activity logconfig.json — {"maxRetries": 3, "commitFormat": "conventional"}phases/ — Empty directory for phase plansAdd .planning/ to .gitignore if not already present
Display quest summary and next steps
# Quest: Quest Name
**Goal:** Goal description here.
**Status:** active
**Repos:**
- /path/to/repo (primary)
**Created:** YYYY-MM-DD
---
## Context
Detailed context from planner analysis.
## Key Dependencies
Phase dependency notes if any.
# Phases
## Phase 1: Name
Goal: What this phase achieves
Status: `pending`
## Phase 2: Name
Goal: What this phase achieves
Status: `pending`
Phase states: pending → completed (or checkpoint if stuck after maxRetries).
# Quest State
Current Phase: 1
Quest Status: active
## Activity Log
- YYYY-MM-DD: Quest created with N phases
{
"maxRetries": 3,
"commitFormat": "conventional"
}
.planning/
├── 2026-02-16-cost-tracking/
│ ├── QUEST.md
│ ├── PHASES.md
│ ├── STATE.md
│ ├── config.json
│ └── phases/
└── archive/
├── 2026-02-14-auth-system/
└── 2026-02-10-loop-hardening/
After creating a quest, use:
/quest-run to run the automated phase loop/quest-status to check progressReview open issues and PRs across aibtcdev repos with prioritized next steps
Evaluate session context through Arc's editorial lens and draft social posts
Create, update, and publish blog posts on arc0.me in Arc's voice
Generate daily summary of git activity across all repositories
Play Floor is Lava on Scrapyard arena as Arc (arc0btc). Interactive AI agent game on Stacks.
Mark the current quest as complete and archive it