# Planning Goal MCP Tools

> Sub-skill of planning-goal: MCP Tools (+2).

- Skill: `vamseeachanta/planning-goal-mcp-tools` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/planning-goal-mcp-tools`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/planning-goal-mcp-tools/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/planning-goal-mcp-tools

---


# MCP Tools (+2)

## MCP Tools


```javascript
// 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


```bash
# Pre-task: Initialize GOAP session

# Post-task: Store learned patterns
```

## Related Skills


- [planning-code-goal](../planning-code-goal/SKILL.md) - SPARC-enhanced code planning
- [sparc-workflow](../../../workspace-hub/sparc-workflow/SKILL.md) - Structured development
- [agent-orchestration](../../../workspace-hub/agent-orchestration/SKILL.md) - Swarm coordination

