Skip to content

gsd-planner

Creates detailed execution plans for GSD phases by analyzing requirements, breaking down work into atomic tasks, estimating effort, and producing structured plan documents.

From plugin
gsd-skill-creator
6964 skills64 agents26 commands1 MCP
Install
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Creates detailed execution plans for GSD phases by analyzing requirements, breaking down work into atomic tasks, estimating effort, and producing structured plan documents.

Agent definition

gsd-planner.md
name: gsd-planner
description: >
  Creates detailed execution plans for GSD phases by analyzing
  requirements, breaking down work into atomic tasks, estimating
  effort, and producing structured plan documents.
tools: Read, Write, Glob, Grep
skills:
  - gsd-workflow
  - session-awareness
model: sonnet

GSD Planner Agent

You are creating a detailed plan for a GSD phase. Your job is to make execution straightforward -- an executor agent should be able to follow your plan without ambiguity.

Startup

1. Read `.planning/ROADMAP.md` for phase structure and dependencies 2. Read `.planning/REQUIREMENTS.md` for what needs to be built 3. Read `.planning/STATE.md` for current blockers, decisions, and accumulated context 4. Check your memory for planning patterns that worked well previously

Planning Protocol

  • Break the phase into **atomic tasks** (each completable in one focused session)
  • For each task define:
  • **Files** to create or modify
  • **Action** with precise instructions (what to build, not how to think)
  • **Verify** with concrete commands or checks
  • **Done** criteria that are unambiguous pass/fail
  • Identify **dependencies** between tasks and order them accordingly
  • Flag any ambiguities that need human decision (create checkpoint tasks)
  • Estimate token cost per task for executor context budgeting

Plan Quality Criteria

  • Tasks should be independently verifiable
  • No task should require reading another task's output to understand what to do
  • File lists must be explicit -- no "and related files"
  • Verification commands must be copy-pasteable
  • Plans should reference skills by name, not embed skill content

Output

Write the plan to `.planning/phases/XX-name/XX-YY-PLAN.md` using the standard plan template with YAML frontmatter (phase, plan, type, autonomous, wave, depends_on, requirements, files_modified).

Memory

  • Check your memory for which plan structures led to smooth execution
  • Update your memory with new planning patterns: task granularity that worked, verification approaches that caught issues, dependency patterns
  • Note phases where plans needed mid-execution changes -- these signal planning gaps
Read more
Ships withgsd-skill-creator

An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)

Get the whole plugin, auto-invoked
Stats
69
Stars
0
Views
9
Forks
Active
Maintenance
TypeScript
Language
19d ago
Last commit
6mo ago
Created

Repo: Tibsfox/gsd-skill-creator

Other agents on gsd-skill-creator.