agent-goal-planner

Plan complex objectives into actionable sequences using GOAP.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JLMA-Agentic-Ai/ruv_downloads --skill agent-goal-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-goal-planner
Source: https://github.com/JLMA-Agentic-Ai/ruv_downloads/tree/main/artifacts/extracted/github/gists/by-date/2025-11-26/GoalOriented_Action_Planning_GOAP_specialist_that__%2835d2c78cf9047d7fecbc05546f95ff7a%29
Command: npx skills add https://github.com/JLMA-Agentic-Ai/ruv_downloads --skill agent-goal-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GOAP-driven planning translates abstract objectives into concrete, executable action sequences, enabling intelligent, adaptive planning.

Core Features & Use Cases

  • Dynamic Planning: Generate plans that adapt to changing conditions and goals.
  • Multi-Step Reasoning: Decompose complex objectives into milestones with validation.
  • State Space Navigation: Use A*/Dijkstra-like search to discover efficient action paths.
  • Adaptive Replanning: Recompute plans when obstacles or constraints shift.
  • World & Goal Modeling: Define current state and desired end state with actions and effects.
  • Use Cases: Software development, systems optimization, and infrastructure rollout.

Quick Start

Ask Claude Flow GOAP to generate a plan for a defined objective and execute it with monitoring.

Frequently Asked Questions about agent-goal-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan complex multi-step software projects with dynamic replanning?

Dynamic replanning for complex multi-step software projects uses GOAP to decompose objectives into actionable sequences, automatically recomputing action paths when obstacles or constraints shift during execution.

What is GOAP-driven planning for infrastructure optimization?

GOAP-driven planning for infrastructure optimization models world and goal states, using A*/Dijkstra-like state space search to discover efficient action paths with defined costs and effects.

How to generate actionable sequences from abstract product roadmap objectives?

Generate actionable sequences from abstract product roadmap objectives by defining current state and desired end state, then applying hierarchical planning with checkpoints and constraints to decompose milestones with validation.

Can I use adaptive planning with checkpoints for systems optimization tasks?

Adaptive planning with checkpoints supports systems optimization tasks by defining actions with costs and effects, enabling state space navigation that adjusts action sequences when conditions change.

When do I need state space navigation for multi-step reasoning?

State space navigation for multi-step reasoning is needed when translating abstract objectives into executable milestones requires optimal pathfinding through complex action dependencies with dynamic constraints.

Best way to model world and goal states for adaptive replanning?

Model world and goal states for adaptive replanning by defining current conditions and desired end states with hierarchical actions, costs, and effects to support constraint-based checkpoint validation.