MCP Tools (+2)
MCP Tools
// Orchestrate GOAP plan across swarm
task: "execute_goap_plan",
strategy: "adaptive",
priority: "high"
});
// Store successful patterns
action: "store",
namespace: "goap-patterns",
key: "deployment_plan_v1",
value: JSON.stringify(successfulPlan)
});
Hooks
# Pre-task: Initialize GOAP session
# Post-task: Store learned patterns
Related Skills
- planning-code-goal - SPARC-enhanced code planning
- sparc-workflow - Structured development
- agent-orchestration - Swarm coordination