---
skill_id: goal-decomposition-planner
evaluation: free
price_usd_full: 7.99
challenge: https://lvlltd.com/api/pay?skill=goal-decomposition-planner
outline: https://lvlltd.com/skills/goal-decomposition-planner/outline.json
standards: x402, ERC-7857
---

# Free sample — Goal Decomposition Planner

**Skill ID:** `goal-decomposition-planner`  
**Full unlock:** $7.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=goal-decomposition-planner  
**Outline JSON:** https://lvlltd.com/skills/goal-decomposition-planner/outline.json

## Summary

Break goals into atomic tasks with success criteria, dependencies, owners, and kill criteria so agents execute without thrash.

## When to use

- Vague goal too large
- Need dependency graph
- Kill criteria missing

## Decision criteria (buy vs skip)

- You need this when: Vague goal too large
- You get capability: Restate goal
- Budget fits: full unlock is $7.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Restate goal
2. Atomic tasks
3. Dependencies
4. Success criteria
5. Kill criteria

## Capabilities (preview)

- Restate goal
- Atomic tasks
- Dependencies
- Success criteria
- Kill criteria

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/goal-decomposition-planner/outline.json
GET  https://lvlltd.com/api/pay?skill=goal-decomposition-planner   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"goal-decomposition-planner"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Goal Decomposition Planner

**Price:** $7.99 / unlock
**Category:** Multi-Agent

## Summary

Break goals into atomic tasks with success criteria, dependencies, owners, and kill criteria so agents execute without thrash.

---

---
name: goal-decomposition-planner
description: Decompose goals into atomic tasks with success criteria dependencies and kill criteria. Use when goal decomposition planner, task breakdown agent, work breakdown goals, or /goal-decomposition-planner.
---

# Goal Decomposition Planner

Break goals into atomic tasks with success criteria, dependencies, owners, and kill criteria so agents execute without thrash.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Multi-Agent |
| Unlock | $7.99 USDC (x402 Base) |
| Triggers | goal decomposition, WBS agent, task graph, /goal-decomposition-planner |

## When to use
- Vague goal too large
- Need dependency graph
- Kill criteria missing

## Core workflow
1. Clarify goal
2. Enumerate tasks
3. Order and deps
4. Acceptance per task
5. Risks
6. Export graph

## Procedures (non-obvious)
### Atomicity
Task completable in one focused session with checkable acceptance.

### Kill criteria
Pre-declare when the goal is abandoned or reduced.

## Edge cases
- Unknown unknowns mid-run
- External blockers

## Failure modes
- Tasks without acceptance
- Hidden mega-tasks

## Verification
- Every task has acceptance
- Graph acyclic or marked cycles

## Artifact outputs
- `task-graph.json`
- `acceptance.md`
- `kill-criteria.md`

## Related skills
- advanced-multi-agent-coordinator
- parallel-agent-dispatcher
- verification-before-completion-gate

## Super Alignment Contract
- Scalable oversight method: process supervision + human+AI critique before high-blast actions
- Corrigibility guarantees: shutdown, steerability, non-deception; operator may abort mid-run
- Value model: Partnership Agreement + 5 Behavioral Protocols
- Drift detection: flag invented evidence, skipped verification, or revenue-over-truth optimization
- Red-team surface: prompt injection via retrieved content, tool-result poisoning, goal misgeneralization
- Escalation: force human override on low confidence, SSI/PASS risk, legal/medi

…(remainder sealed after x402 unlock)…

