# Decision Complete Planner

> Turn a structured intake artifact into a decision-complete plan, task graph, dependency map, owned paths, acceptance checks, expected outputs, and retry assumptions. Use when work spans multiple steps, files, or roles and needs explicit orchestration.

- **Type:** Skill
- **Install:** `agentstack add skill-keithhegit-ultra-orchestration-decision-complete-planner`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [keithhegit](https://agentstack.voostack.com/s/keithhegit)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [keithhegit](https://github.com/keithhegit)
- **Source:** https://github.com/keithhegit/ultra-orchestration/tree/main/skills/decision-complete-planner
- **Website:** https://keithhegit.github.io/ultra-orchestration/docs.html

## Install

```sh
agentstack add skill-keithhegit-ultra-orchestration-decision-complete-planner
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Decision Complete Planner

Produce a plan another agent can execute without filling in key decisions.

In mainline `STRICT` or `STRICT_OPENSPEC` runs, planning must produce
JSON-ready artifacts. Markdown summaries may explain the plan, but they do not
replace the machine-checkable `TaskManifest` and `WorkPackage` objects.

## Produce

- Short summary
- Ordered implementation phases
- JSON `TaskManifest` entries
- JSON `WorkPackage` entries
- Parallel vs serial execution boundaries
- Acceptance checks per package
- Retry budget assumptions for each non-trivial work package
- Current OpenSpec change and slice status when `STRICT_OPENSPEC` applies

Use canonical field names from [`../ultra-orchestrator/references/contracts.md`](../ultra-orchestrator/references/contracts.md).

## Rules

- Prefer behavior-level decomposition over file-by-file decomposition.
- Mark shared write scope explicitly.
- Treat shared write scope as a write-lock conflict, not a soft warning.
- Keep non-goals visible.
- If a design choice is still unresolved, surface it instead of hiding it in prose.
- For development tasks, prefer one bounded OpenSpec change and one current
  slice before dispatch.
- Do not send work to dispatch if artifact validation cannot be planned.

## Hand off

Send the plan to `$spec-review` for completeness, then to `$dispatch-and-track`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [keithhegit](https://github.com/keithhegit)
- **Source:** [keithhegit/ultra-orchestration](https://github.com/keithhegit/ultra-orchestration)
- **License:** Apache-2.0
- **Homepage:** https://keithhegit.github.io/ultra-orchestration/docs.html

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-keithhegit-ultra-orchestration-decision-complete-planner
- Seller: https://agentstack.voostack.com/s/keithhegit
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
