agent-goal-planner

Generate adaptive GOAP action sequences for complex objectives.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Ethansuttor/QUANTIFIED --skill agent-goal-planner-ethansuttor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-goal-planner
Source: https://github.com/Ethansuttor/QUANTIFIED/tree/main/.gemini/skills/ruflo/.agents/skills/agent-goal-planner
Command: npx skills add https://github.com/Ethansuttor/QUANTIFIED --skill agent-goal-planner-ethansuttor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GOAP-based planning helps AI reason about actions, preconditions, and effects to achieve complex goals with adaptive replanning.

Core Features & Use Cases

  • Dynamic Planning: Use GOAP to craft action sequences that adapt to changing conditions.
  • Precondition Analysis: Evaluate action requirements and dependencies to ensure feasibility.
  • Effect Prediction: Model how actions transform the world state.
  • Adaptive Replanning: Update plans in response to execution feedback.
  • Goal Decomposition: Break complex objectives into manageable sub-goals.
  • Cost Optimization: Consider action costs to choose efficient paths.
  • Mixed Execution: Combine reasoning with deterministic code actions.
  • Domain Modeling: Work with strongly-typed state representations and tool capabilities.
  • Tool Group Management: Match actions to available tools and resources.
  • Continuous Learning: Update planning strategies based on outcomes.

Quick Start

Provide a high-level objective to the agent and let it generate an adaptive GOAP plan and execute it.

Frequently Asked Questions about agent-goal-planner

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

FAQPage Schema
What is GOAP planning and how does adaptive replanning work for AI agents?

Goal decomposition breaks complex objectives into manageable sub-goals, while cost optimization evaluates action paths to choose efficient sequences. GOAP planning ensures feasibility by analyzing preconditions and dependencies before generating an executable plan.

How do I generate an action sequence to achieve a complex objective using GOAP?

To generate an action sequence, provide a high-level objective to the agent. The GOAP planner will assess the current state, decompose the goal, evaluate deterministic actions, and output an optimal, executable plan with monitoring hooks.

Can I combine AI reasoning with deterministic code actions in multi-step planning?

Yes, mixed execution combines AI reasoning with deterministic code actions. The planner models strongly-typed state representations and matches actions to available tool capabilities, allowing deterministic execution hooks to run within the adaptive plan.

Does GOAP planning require strongly-typed state representations and domain modeling?

Domain modeling with strongly-typed state representations is required to evaluate action requirements, predict effects, and match tool group resources. This ensures the planner can accurately assess feasibility and manage tool capabilities.

When should I use adaptive replanning instead of static action sequences?

Adaptive replanning is necessary when execution environments are dynamic and conditions change unpredictably. If action preconditions may fail during execution or continuous learning is needed to update strategies based on outcomes, static sequences will not suffice.