phase-plan

Extract architecture phases and generate an epic registry with dependency graphs.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/lasswellt/claudeHQ --skill phase-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-plan
Source: https://github.com/lasswellt/claudeHQ/tree/main/.claude/skills/phase-plan
Command: npx skills add https://github.com/lasswellt/claudeHQ --skill phase-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts architectural documentation into a concrete, executable roadmap by deriving phases, epics, and dependencies for project planning.

Core Features & Use Cases

  • Architecture-to-epic extraction: reads architecture docs and outputs an organized epic registry and dependency graph.
  • Phase-to-epic mapping: enumerates 4 architecture phases and associates features to packages and cross-phase dependencies.
  • Output artifacts: produces docs/roadmap/_EPIC_REGISTRY.json, docs/roadmap/_DEPENDENCY_GRAPH.md, and per-epic documents.

Quick Start

Analyze the architecture doc and generate a complete epic registry and dependency graph for the project roadmap.

Frequently Asked Questions about phase-plan

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

FAQPage Schema
How do I convert architecture documentation into an actionable project roadmap?

To convert architecture documentation into an actionable roadmap, the system extracts architecture-driven phases and generates an epic registry. It maps features to packages and cross-phase dependencies, outputting structured roadmap artifacts for project planning.

What is the best way to map project epics to architecture phases and dependencies?

Mapping project epics to architecture phases involves enumerating phases and associating features to cross-phase dependencies. This produces a dependency graph and per-epic documentation, ensuring outputs align with the phase plan structure and update project context.

Can I generate a dependency graph directly from my existing architecture docs?

Yes, you can generate a dependency graph directly from architecture docs. The process reads the architecture document, identifies dependencies across phases, and produces a dependency graph markdown file alongside an organized epic registry.

How do I create per-epic documentation artifacts for project management?

Creating per-epic documentation artifacts involves deriving epics from the architecture document and generating individual files for each epic. These artifacts are stored under the docs/roadmap directory to maintain the project context and roadmap structure.

What output files are generated when extracting epics from an architecture document?

Extracting epics from an architecture document generates specific output files including a JSON epic registry, a markdown dependency graph, and per-epic documentation artifacts. These are saved in the docs/roadmap directory and update the project context.

Do I need a completed architecture document to generate an epic registry and roadmap?

You need a completed architecture document to generate an epic registry and roadmap. The process relies on reading existing architecture documentation to extract phases, identify dependencies, and produce actionable project planning artifacts.