planning-code-goal-sparc-phases-in-goal-planning
Sub-skill of planning-code-goal: SPARC Phases in Goal Planning (+2).
Best use case
planning-code-goal-sparc-phases-in-goal-planning is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of planning-code-goal: SPARC Phases in Goal Planning (+2).
Teams using planning-code-goal-sparc-phases-in-goal-planning 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/sparc-phases-in-goal-planning/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How planning-code-goal-sparc-phases-in-goal-planning Compares
| Feature / Agent | planning-code-goal-sparc-phases-in-goal-planning | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of planning-code-goal: SPARC Phases in Goal Planning (+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
# SPARC Phases in Goal Planning (+2)
## SPARC Phases in Goal Planning
| Phase | GOAP Role | Deliverables |
|-------|-----------|--------------|
| Specification | Define goal state | Requirements, acceptance criteria |
| Pseudocode | Plan actions | Algorithms, state transitions |
| Architecture | Structure solution | Components, interfaces |
| Refinement | Iterate with TDD | Tests, implementation |
| Completion | Validate goal | Deployment, metrics |
## Code State Analysis
```javascript
current_state = {
test_coverage: 45,
performance_score: 'C',
tech_debt_hours: 120,
features_complete: ['auth', 'user-mgmt'],
bugs_open: 23
}
goal_state = {
*See sub-skills for full details.*
## Milestone Definition
```typescript
interface CodeMilestone {
id: string;
description: string;
sparc_phase: 'specification' | 'pseudocode' | 'architecture' | 'refinement' | 'completion';
preconditions: string[];
deliverables: string[];
success_criteria: Metric[];
estimated_hours: number;
dependencies: string[];
}
```Related Skills
external-drive-ingest-planning
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
Handle overnight planning-only lanes where plan revision/editing works but real cross-provider review dispatch is permission-blocked.
overnight-planning-noop-run-salvage
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
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.
github-visual-planning-issues
Create review-friendly GitHub planning issues that supersede stale/seasonal issues and include source-backed image thumbnails for faster human review.
sparc-specification
SPARC Specification phase specialist for requirements analysis, constraint identification, use case definition, and acceptance criteria creation
sparc-refinement
SPARC Refinement phase specialist for iterative improvement through TDD, code optimization, refactoring, performance tuning, and quality improvement
sparc-pseudocode
SPARC Pseudocode phase specialist for algorithm design, data structure selection, complexity analysis, and design pattern identification
sparc-architecture
SPARC Architecture phase specialist for system design, component architecture, interface design, scalability planning, and technology selection
planning-goal
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
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
Mandatory planning workflow for ALL GitHub issues — plan, review, approve, then implement.