planner

Decompose complex requirements into atomic beads with CUE validation.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/lprior-repo/claude-skills --skill planner-lprior-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/lprior-repo/claude-skills/tree/main/planner
Command: npx skills add https://github.com/lprior-repo/claude-skills --skill planner-lprior-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Planner provides deterministic bead decomposition of user requirements into atomic tasks, enabling predictable delivery and auditable planning.

Core Features & Use Cases

  • Breaks complex requirements into small, executable beads with defined contracts and tests.
  • Validates each bead against a formal schema and persists results for auditability.
  • Supports end-to-end planning workflows from requirements capture to bead creation.

Quick Start

Describe the work to plan, then run the planner to generate atomic beads.

Frequently Asked Questions about planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decompose complex software requirements into atomic tasks with deterministic validation?

To decompose complex software requirements, you describe the work and run the planner to generate atomic beads. Each bead is validated against a formal schema with defined contracts and tests for predictable delivery.

What is deterministic bead decomposition and when do I need it for project planning?

Deterministic bead decomposition is breaking user requirements into small, executable beads with defined contracts. You need it for software projects requiring clear phase gating, testing, and auditable planning across sessions.

How do I validate preconditions and postconditions for task planning across sessions?

You validate preconditions, postconditions, and invariants by enforcing CUE validation and persisting beads via the Intent CLI. This ensures formal schema compliance and auditable results across planning sessions.

Does CUE validation work with the Intent CLI for persisting task beads?

Yes, CUE validation works with the Intent CLI to enforce preconditions, postconditions, and invariants on each bead. The planner uses this combination to validate formal schemas and persist results for auditability.

Can I use deterministic planning for feature work that needs formal contracts and phase gating?

Yes, deterministic planning targets software projects and feature work needing clear phase gating, testing, and contracts. It breaks complex requirements into atomic beads with defined tests and formal validation.

What are the limitations of atomic bead decomposition for requirements planning?

Atomic bead decomposition requires formal schema validation and CUE enforcement of preconditions and postconditions. It is suited for software projects needing deterministic validation, not lightweight or informal planning workflows without defined contracts.