One-click install
npx skills add https://github.com/KMakayee/playbook --skill create-plan-kmakayee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/KMakayee/playbook/tree/main/.claude/skills/create-plan
Command: npx skills add https://github.com/KMakayee/playbook --skill create-plan-kmakayee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates guesswork between your finalized design and the eventual implementation by producing an executable, phased plan that is explicitly cross-checked against the underlying research and reviewed by Codex.

Core Features & Use Cases

  • Plan artifact generation: Creates a tasks/plan.md implementation plan grounded in tasks/design-decision.md and tasks/research-codebase.md.
  • Codex cross-check: Runs Codex to review feasibility, completeness, risks, acceptance-criteria coverage, and stale references with categorized findings (CORRECTION, TRADE-OFF, RISK).
  • Plan correction loop: Applies Codex findings directly into tasks/plan.md, including resolving trade-offs by technical merit and folding risks into the plan’s structure.

Quick Start

Run create-plan after you have completed /design and /research-codebase so it can generate tasks/plan.md and verify it with Codex.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I turn finalized design research into an implementation plan?

To turn finalized design research into an implementation plan, this Skill reads your design and codebase research artifacts, drafts a phased execution strategy with success criteria, and runs a Codex review for classified corrections. It outputs a verified, implementation-ready plan artifact.

What is a Codex-reviewed build plan in software engineering?

A Codex-reviewed build plan is a phased execution strategy cross-checked by Codex for feasibility, completeness, risks, acceptance-criteria coverage, and stale references. It resolves trade-offs by technical merit and folds identified risks directly into the plan structure.

How do I generate phased execution tasks with acceptance criteria from a design decision?

You can generate phased execution tasks by running this Skill after your design and codebase research are finalized. It drafts phase-by-phase success criteria based on your design inputs and applies Codex findings to ensure the resulting plan is implementation-ready.

Do I need codebase research and finalized design artifacts before creating an implementation plan?

Yes, you need finalized design and codebase research artifacts before creating an implementation plan. The Skill requires prerequisite artifacts like design-decision and research-codebase files to validate inputs, run a Codex review, and produce a grounded execution strategy.

What is the best way to automate risk assessment and stale reference audits during implementation planning?

The best way to automate risk assessment and stale reference audits during implementation planning is using a Codex cross-check loop. This Skill runs Codex to review your draft plan, classifies findings as risks or corrections, and applies them directly to the plan artifact.