spec-phase

Expand phase stubs into full specs and generate a working order.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/ChazzCoin/claude-kit --skill spec-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-phase
Source: https://github.com/ChazzCoin/claude-kit/tree/main/kit/skills/spec-phase
Command: npx skills add https://github.com/ChazzCoin/claude-kit --skill spec-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expands the stubs in a phase into full specs and generates a coherent working order for the batch.

Core Features & Use Cases

  • Expand stubs into full specs so a phase is ready for implementation.
  • Produce a phase-wide rollup including status, dependencies, and sequencing.
  • Propose a concrete working order and release strategy to ship the phase efficiently.

Quick Start

Expand Phase N into full specs and propose an execution order.

Frequently Asked Questions about spec-phase

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

FAQPage Schema
How do I expand roadmap phase stubs into full backlog specifications?

The process analyzes task dependencies within the phase to propose a concrete working order. It surfaces sequencing tradeoffs and outputs a release strategy to help you ship the entire phase efficiently.

How do I generate a working order for a complex phase batch?

Generating a working order for a complex phase batch involves analyzing dependencies across the expanded specs. The Skill evaluates these relationships to output a suggested execution sequence and release strategy, highlighting tradeoffs when the phase is large or complex.

Can I plan both small and large phases using phase batch preparation?

Yes, phase batch preparation handles both small and large phases defined in ROADMAP.md. For complex phases, it specifically surfaces tradeoffs and dependency conflicts to ensure the generated working order remains coherent and executable.

What is the best way to prepare a roadmap phase for implementation?

The best way to prepare a roadmap phase for implementation is to batch expand all stubs into full specs at once. This creates a phase-wide rollup of status and dependencies, ensuring the proposed execution order accounts for the entire scope before coding starts.

Why do I need to read CLAUDE.md before expanding phase stubs?

Reading CLAUDE.md before expanding phase stubs provides the necessary project context and architectural guidelines. The Skill uses this configuration data alongside ROADMAP.md stubs to ensure the generated backlog specs align with existing project constraints.