Help us improve
Share bugs, ideas, or general feedback.
From hyrex-goals
Create and execute Goal-Oriented Action Plans (GOAP) with precondition analysis, cost optimization, and adaptive replanning
npx claudepluginhub akhilyad/deployy --plugin hyrex-goalsHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-goals:goal-plan <goal-description><goal-description>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create and execute intelligent plans using Goal-Oriented Action Planning (GOAP).
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Create and execute intelligent plans using Goal-Oriented Action Planning (GOAP).
When you have a complex objective that requires multiple steps, has dependencies between steps, and may need adaptive replanning as conditions change.
mcp__hyrex__hooks_intelligence_trajectory-start to begin trackingmcp__hyrex__task_create for each action in the planmcp__hyrex__hooks_intelligence_trajectory-stepmcp__hyrex__hooks_intelligence_trajectory-endmcp__hyrex__memory_store with namespace goap-plansGoal: [concrete objective]
Current State: [key facts]
Plan Cost: [estimated effort]
Steps:
1. [action] — precondition: [X], effect: [Y], cost: [Z]
2. [action] — precondition: [Y], effect: [W], cost: [Z]
...
Risk Factors: [what could force a replan]
Fallback: [alternative approach if primary path fails]