Generates sequences of high-leverage tasks that increase understanding and improve the code. Use when: - "what should I work on next?" - suggests prioritized tasks - "create a plan for this repo" - generates a curriculum - "what's the roadmap?" - shows curriculum overview - "help me onboard to this codebase" - creates learning tasks - "plan a refactor" - structures improvement work - "prioritize these features" - organizes work into tracks - "make an onboarding plan" - creates a learning path - "create a learning path for this repo" - sequences learning tasks - "roadmap this refactor" - plans improvement work - "write the curriculum to disk" - persists plan artifacts
Generates structured learning/improvement plans based on repo state and session brain.
When a user asks for planning help, propose tasks directly in the conversation without writing files. This is the default behavior for quick suggestions.
Examples:
Only write to .claude/voyager/ when the user explicitly asks to persist the plan:
This writes:
.claude/voyager/curriculum.json — structured task backlog.claude/voyager/curriculum.md — human-readable planUse this skill when you hear:
When persisted, the plan lives at:
.claude/voyager/curriculum.json — structured JSON with full task details.claude/voyager/curriculum.md — rendered Markdown for human reviewTo refresh an existing plan, run:
voyager curriculum plan
To preview without saving:
voyager curriculum plan --dry-run
Each task includes:
id — unique identifier (e.g., t01)title — short action-oriented titlewhy — rationale for the taskestimated_scope — trivial, small, medium, or largeacceptance_criteria — how to know it's donesuggested_files — where to lookcommands_to_run — verification commandsdepends_on — prerequisite task IDsstatus — pending, in_progress, done, or blockedEdit curriculum.json directly to update task status:
"status": "pending" to "in_progress" when starting"done" when completeSee reference.md for implementation details and schema reference.
npx skills add zenbase-ai/curriculum-planner下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer