Back to skills
extension
Category: Development & EngineeringNo API key required

Agent Code Goal Planner

Step-by-step guidance for agent code goal planner.

personAuthor: jakexiaohubgithub

Agent Code Goal Planner

Use this skill to turn ambiguous coding tasks into clear, incremental delivery plans.

When to Use

  • A coding request is large or vague.
  • Multiple files/systems are affected and sequencing matters.
  • You need explicit verification steps before completion.

Planning Workflow

  1. Clarify objective, constraints, and non-goals.
  2. Identify impacted modules and external dependencies.
  3. Split work into milestones with measurable outcomes.
  4. Define implementation order and rollback points.
  5. Attach tests/validation criteria to each milestone.
  6. Highlight risks and unknowns with mitigation actions.

Output

  • Goal hierarchy (epic -> milestones -> tasks)

  • Dependency map and execution sequence

  • Test/verification plan per milestone

  • Completion criteria and handoff notes

  • Brief plan or checklist

  • Key recommendations and caveats