agentsclimarketplace

Planning

Skill notque/vexjoy-agent/skills/process/planning

VexJoy AI Agent with Intelligent Routing - /do routes plain-English requests to the right specialist agent and gates the work with reviews, tests, and a learning loop.

Install
npx -y skills add notque/vexjoy-agent --skill planning

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Planning lifecycle: specs, requirements, pre-plan ambiguity resolution, file-backed plans, plan validation, pause/resume, session handoff.

SKILL.md

6.2 KB, as published. Nobody here has run it

Planning Skill

Umbrella skill for the planning lifecycle. Routes to the correct reference based on the intent requested: write a spec, resolve ambiguities before planning, create a file-backed plan, validate a plan, manage plan lifecycle, pause a session, or resume from handoff artifacts.

Routing

Detect the user's intent and load the appropriate reference file:

IntentTrigger phrasesReference
Spec"write spec", "user stories", "define requirements", "scope this", "acceptance criteria", "define scope", "spec out"${CLAUDE_SKILL_DIR}/references/spec.md
Pre-plan"discuss ambiguities", "resolve gray areas", "clarify before planning", "assumptions mode", "before we plan", "pre-planning discussion"${CLAUDE_SKILL_DIR}/references/pre-plan.md
Interviewdepth-first decision-tree, one question at a time, recommendation per question. Triggers: "interview me", "grill me", "depth-first review", "depth-first interview", "not sure", "i'm not sure", "where do i start", "want clarity on", "need clarity on", "what am i missing", "poke holes in", "challenge my assumptions", "think this through with me", "lots of moving parts", "many decisions"${CLAUDE_SKILL_DIR}/references/depth-first-interview.md
Plan-files"create plan", "task plan", "working memory", "persistent plan", "file-backed planning"${CLAUDE_SKILL_DIR}/references/plan-files.md (+ ${CLAUDE_SKILL_DIR}/references/executor-ready-plan-template.md when the plan will be executed by subagents (SDD))
Check"check plan", "validate plan", "plan checker", "review plan", "is this plan ready", "pre-execution check"${CLAUDE_SKILL_DIR}/references/check.md
Manage"list plans", "show plan", "complete plan", "plan status", "manage plans"${CLAUDE_SKILL_DIR}/references/manage.md
Pause"pause", "save progress", "handoff", "stopping for now", "end session", "session handoff", "wrap up session"${CLAUDE_SKILL_DIR}/references/pause.md
Resume"resume", "continue", "pick up where I left off", "what was I doing", "continue work", "where did I leave off", "what's next"${CLAUDE_SKILL_DIR}/references/resume.md

Reference Loading Table

SignalLoad These FilesWhy
"write spec", "user stories", "define requirements", "scope this", "acceptance criteria", "define scope", "spec out"spec.mdSpec
"discuss ambiguities", "resolve gray areas", "clarify before planning", "assumptions mode", "before we plan", "pre-planning discussion"pre-plan.mdPre-plan
"interview me", "grill me", "depth-first review", "depth-first interview", "not sure", "i'm not sure", "where do i start", "want clarity on", "need clarity on", "what am i missing", "poke holes in", "challenge my assumptions", "think this through with me", "lots of moving parts", "many decisions"depth-first-interview.mdInterview
"create plan", "task plan", "working memory", "persistent plan", "file-backed planning"plan-files.md (+ executor-ready-plan-template.md when plan targets SDD execution)Plan-files
"check plan", "validate plan", "plan checker", "review plan", "is this plan ready", "pre-execution check"check.mdCheck
"list plans", "show plan", "complete plan", "plan status", "manage plans"manage.mdManage
"pause", "save progress", "handoff", "stopping for now", "end session", "session handoff", "wrap up session"pause.mdPause
"resume", "continue", "pick up where I left off", "what was I doing", "continue work", "where did I leave off", "what's next"resume.mdResume

Instructions

  1. Identify the user's planning task from their message
  2. Load the matching reference file from the table above
  3. Follow the instructions in that reference file exactly

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.