planning

Turn objectives into step-by-step multi-session engineering plans with dependencies and milestones.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem --skill planning-wakewell-sleep-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem/tree/main/planning
Command: npx skills add https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem --skill planning-wakewell-sleep-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn objectives into step-by-step implementation plans for multi-session engineering projects, enabling teams to convert a high-level spec into an actionable sequence of tasks with dependencies and clear execution briefs, across multiple sessions or PRs.

Core Features & Use Cases

  • Adversarial review gate to validate completeness and guard against anti-patterns.
  • Dependency graph to map task ordering and prerequisites.
  • Parallel step detection to optimize workloads across teams.
  • Cold-start execution briefs to begin work with minimal context and repeatable steps.
  • Plan generation including research, design, draft, review, and register phases for multi-step tasks.

Quick Start

Give me a project objective and constraints, and I will generate a complete, self-contained implementation plan.

Frequently Asked Questions about planning

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

FAQPage Schema
How do I break down a project objective into a multi-session implementation plan?

To break down a project objective into a multi-session implementation plan, provide your high-level spec and constraints to generate a detailed sequence of tasks. The plan includes research, design, draft, review, and register phases spanning multiple sessions or PRs.

What is a dependency graph for task ordering in engineering roadmaps?

A dependency graph for task ordering maps prerequisites and relationships between engineering tasks. It visualizes task sequencing to ensure steps are executed in the correct order and identifies opportunities for parallel step detection to optimize workloads across teams.

How do I generate an execution brief for cold-starting a development task?

You generate an execution brief for cold-starting a development task through the planning process. It produces a self-contained document with repeatable steps and minimal context required, allowing teams to begin work immediately without reviewing the entire project spec.

Does this planning approach require an existing spec or requirements before coding?

Yes, this planning approach requires a spec or requirements to exist before coding. It transforms these high-level requirements into an actionable implementation strategy, ensuring the generated roadmap has a solid foundation and clear milestones to guide the engineering work.

What is an adversarial review gate for validating implementation plans?

An adversarial review gate validates completeness and guards against anti-patterns within your implementation plan. It subjects the drafted multi-session roadmap to rigorous scrutiny, ensuring the task breakdown is robust and free of structural flaws before execution begins.

Can I detect parallel steps in a multi-session engineering blueprint?

Yes, you can detect parallel steps in a multi-session engineering blueprint. The planning process analyzes the dependency graph to identify tasks without overlapping prerequisites, optimizing workloads by allowing teams to execute independent steps concurrently across multiple PRs.