phase-kickoff

Convert docs/phases/CURRENT.md into an ordered execution plan with tiered work packages.

23|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/maorfsdev/reflect-yourself --skill phase-kickoff-maorfsdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-kickoff
Source: https://github.com/maorfsdev/reflect-yourself/tree/main/skill-examples/phase-kickoff
Command: npx skills add https://github.com/maorfsdev/reflect-yourself --skill phase-kickoff-maorfsdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts fragmented phase documents into a structured, executable plan that clearly defines work packages and testing milestones.

Core Features & Use Cases

  • Transform phase documentation into an ordered plan by epics.
  • Generate proposed work packages with title, goal, acceptance criteria, and a spec checklist.
  • Include criticality, RTL/Hebrew obligations (if UI), dependencies, and risks; produce a first executable item.

Quick Start

Convert the current phase document (docs/phases/CURRENT.md) into an ordered execution plan and request user approval before creating the first work package.

Frequently Asked Questions about phase-kickoff

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

FAQPage Schema
How do I convert phase documentation into an ordered execution plan by epics?

To convert phase documentation into an ordered execution plan, you parse the current phase document to generate tiered work packages organized by epics. This process creates structured work packages with titles, goals, acceptance criteria, and spec checklists from fragmented phase docs.

What is spec-first project planning and when do I need it?

Spec-first project planning is a workflow where phase documents define requirements before execution, producing test-first plans with acceptance criteria and spec checklists. You need it when phase documents require structured conversion into actionable, test-validated work packages.

How do I create work packages with acceptance criteria from a phase document?

Creating work packages with acceptance criteria from a phase document involves extracting phase requirements and generating proposed packages that include title, goal, acceptance criteria, spec checklist, criticality, and dependencies. The phase document must be parsed to produce an ordered plan with a first executable work package for immediate action.

Can I include RTL or Hebrew obligations when generating work packages for UI tasks?

Yes, generating work packages for UI tasks can include RTL and Hebrew obligations as part of the proposed package structure. The phase-kickoff process specifically accounts for RTL and Hebrew obligations when defining work packages, ensuring localization requirements are captured alongside criticality and dependencies.

Does phase-kickoff work without external dependencies or components?

Yes, phase-kickoff operates without external dependencies or components, functioning as a standalone planning tool. It directly processes the current phase document to produce an ordered execution plan, proposed work packages, and a first executable item without requiring additional frameworks or libraries.

What's the best way to keep project state in sync after planning a phase?

The best way to keep project state in sync after planning a phase is to generate todos that include updating the current phase document at docs/phases/CURRENT.md. This ensures the phase document reflects the latest execution plan, work packages, and project status after the planning process completes.