Sub-skill of planning-goal: GOAP Algorithm (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill goap-algorithm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Goap Algorithm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-goap-algorithm)More formats (shields.io, HTML) on the badges page.
---
name: planning-goal-goap-algorithm
description: 'Sub-skill of planning-goal: GOAP Algorithm (+2).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# GOAP Algorithm (+2)
## GOAP Algorithm
GOAP uses A* pathfinding through state space:
1. **State Space**: All possible combinations of world facts
2. **Actions**: Transforms with preconditions and effects
3. **Heuristic**: Estimated cost to reach goal from current state
4. **Optimal Path**: Lowest-cost action sequence achieving goal
## Action Definition
```
Action: action_name
Preconditions: {condition1: true, condition2: value}
Effects: {new_condition: true, changed_value: new_value}
Cost: numeric_value
Execution: llm|code|hybrid
Fallback: alternative_action
```
## Execution Modes
| Mode | Description | Use Case |
|------|-------------|----------|
| Focused | Direct action execution | Specific requested actions |
| Closed | Single-domain planning | Defined action set |
| Open | Creative problem solving | Novel solution discovery |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!