planning-code-goal-mcp-tools

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

5 stars

Best use case

planning-code-goal-mcp-tools is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using planning-code-goal-mcp-tools should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/mcp-tools/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/development/planning/planning-code-goal/mcp-tools/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/mcp-tools/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How planning-code-goal-mcp-tools Compares

Feature / Agentplanning-code-goal-mcp-toolsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# MCP Tools (+2)

## MCP Tools


```javascript
// Initialize SPARC-enhanced swarm
  topology: "hierarchical",
  maxAgents: 5
});

// Spawn SPARC-specific agents
  type: "sparc-coder",
  capabilities: ["specification", "pseudocode", "architecture", "refinement", "completion"]
});

*See sub-skills for full details.*

## SPARC Commands


```bash
# Full SPARC-GOAP workflow

# Batch processing
```

## Related Skills


- [planning-goal](../planning-goal/SKILL.md) - General GOAP planning
- [sparc-workflow](../../../workspace-hub/sparc-workflow/SKILL.md) - SPARC methodology
- [testing-tdd-london](../../testing/testing-tdd-london/SKILL.md) - TDD implementation

Related Skills

external-drive-ingest-planning

5
from vamseeachanta/workspace-hub

Plan safe external-drive ingests into repo-aligned storage such as /mnt/ace: read-only mounts, manifests, staged rsync, dedupe-merge gates, GitHub issue traceability, and governance/execution split.

planning-lane-cross-review-permission-fallback

5
from vamseeachanta/workspace-hub

Handle overnight planning-only lanes where plan revision/editing works but real cross-provider review dispatch is permission-blocked.

overnight-planning-noop-run-salvage

5
from vamseeachanta/workspace-hub

Recover when unattended overnight Codex planning runs exit 0 but produce no required artifacts; salvage the wave by auditing existing plan state, generating missing summary artifacts manually, and preserving morning monitoring surfaces.

large-parallel-planning-wave-environment-failure-handoff

5
from vamseeachanta/workspace-hub

Handle large pre-plan-review planning waves that succeed analytically but fail to persist artifacts due to quota exhaustion, sandbox write failures, or cancelled GitHub mutations.

artifact-inline-no-tools-plan-review

5
from vamseeachanta/workspace-hub

Recover adversarial plan reviews on large or sandbox-hostile repos by embedding grounded facts + full plan text directly in a compact prompt and explicitly forbidding reviewer tool use.

scvi-tools

5
from vamseeachanta/workspace-hub

Deep learning for single-cell analysis using scvi-tools: data integration, batch correction, multi-modal analysis, reference mapping, and more.

github-visual-planning-issues

5
from vamseeachanta/workspace-hub

Create review-friendly GitHub planning issues that supersede stale/seasonal issues and include source-backed image thumbnails for faster human review.

devtools

5
from vamseeachanta/workspace-hub

Optimize development environment, containers, CLI productivity, and git workflows using Docker, shell tooling, and editor customization.

planning-goal

5
from vamseeachanta/workspace-hub

Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Use for multi-step tasks with dependencies, adaptive replanning, complex deployment workflows, or when a high-level goal needs systematic breakdown into achievable actions.

planning-code-goal

5
from vamseeachanta/workspace-hub

Code-centric Goal-Oriented Action Planning integrated with SPARC methodology. Use for feature implementation planning, performance optimization goals, testing strategy development, or any software development objective requiring systematic breakdown with measurable success criteria.

issue-planning-mode

5
from vamseeachanta/workspace-hub

Mandatory planning workflow for ALL GitHub issues — plan, review, approve, then implement.

gh-work-planning

5
from vamseeachanta/workspace-hub

Canonical GitHub issue planning route — issue intake, strengthened resource intelligence, repo-tracked plan artifact, adversarial review, GitHub progress posting, future-issue capture, explicit approval gate before execution, and execution-ready delegation packaging for Codex agent teams.