phase-creator

Generate phase plan markdown files from a specification's Implementation Order.

Updated Nov 27, 2025
One-click install
npx skills add https://github.com/wtsi-hgi/llm-knowledge-base --skill phase-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-creator
Source: https://github.com/wtsi-hgi/llm-knowledge-base/tree/main/.github/skills/phase-creator
Command: npx skills add https://github.com/wtsi-hgi/llm-knowledge-base --skill phase-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed phase plan documents from a master specification, breaking down complex projects into manageable, trackable stages.

Core Features & Use Cases

  • Automated Phase Generation: Creates individual markdown files for each phase defined in a specification's Implementation Order.
  • Structured Task Breakdown: Organizes implementation and review tasks within each phase, distinguishing between sequential and parallel work.
  • Use Case: A project manager can use this Skill to quickly generate the necessary documentation for each development phase of a new software feature, ensuring all tasks are clearly defined and organized for the development team.

Quick Start

Use the phase-creator skill to generate phase files from the spec document located at .docs/myfeature/spec.md into the .docs/myfeature/ directory.

Frequently Asked Questions about phase-creator

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

FAQPage Schema
How do I generate phase plans from a project specification document?

This Skill generates phase plans from specification documents by parsing the Implementation Order section and creating individual markdown files for each phase. It organizes tasks into sequential and parallel batches to support project management workflows and review tracking.

How do I break down a software feature specification into trackable implementation tasks?

Breaking down a specification into trackable implementation tasks involves generating structured phase files that distinguish between sequential and parallel work batches. The Skill reads the master specification and organizes defined implementation and review tasks into manageable stages for the development team.

What is the best way to automate project documentation for sequential and parallel task batches?

The best way to automate project documentation for sequential and parallel task batches is by generating phase plan markdown documents from a master specification. This approach organizes implementation and review tracking into structured phase files, creating necessary documentation for each development phase.

Does the phase plan generator work with markdown specification files?

Yes, the phase plan generator works with markdown specification files by reading the Implementation Order and outputting individual markdown phase files. It requires a master spec document to define the sequential and parallel tasks for each development stage.

Can I use generated phase plan files to support orchestrator skills in project management?

Yes, you can use the generated phase plan files to support orchestrator skills in project management workflows. The Skill creates structured phase markdown documents designed specifically for orchestrating implementation and review tracking across complex software development projects.