generate-phase-doc

Generate Phase implementation documents with milestones and objectives from architecture references.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/juslee/aios --skill generate-phase-doc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-phase-doc
Source: https://github.com/juslee/aios/tree/main/.claude/skills/generate-phase-doc
Command: npx skills add https://github.com/juslee/aios --skill generate-phase-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of Phase implementation documents from architecture references, enabling faster planning and consistent phase documentation.

Core Features & Use Cases

  • Generate Phase Docs: Create structured Phase documents from architecture maps and the development plan.
  • Milestone Planning: Produce milestone sections with objectives and links to architecture docs for traceability.
  • Use Case: When starting a new Phase N, generate the full doc skeleton ready for detailing acceptance criteria and milestones.

Quick Start

Generate the Phase doc by supplying the target phase number to produce docs/phases/NN-name.md from architecture references.

Frequently Asked Questions about generate-phase-doc

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

FAQPage Schema
How do I auto-generate phase implementation documents from architecture maps?▼

Generate phase implementation documents by parsing architecture maps and the development plan to output structured markdown files with milestones and objectives. This enforces a fixed documentation structure traceable to architecture sources.

What is the best way to create phase documentation skeletons for milestone planning?▼

The best way to create phase documentation skeletons is by parsing the development plan and architecture document map to output a structured markdown file. This provides a ready-made skeleton for detailing acceptance criteria and milestone objectives.

How do I structure milestone planning docs using a development plan?▼

Structure milestone planning docs by enforcing a fixed documentation format that references architecture sources directly. The resulting markdown file links milestones and objectives back to the architecture document map for full traceability.

Can I generate a phase doc without manually writing the markdown structure?▼

Yes, you can generate a phase doc without manual markdown structuring by supplying the target phase number. The automation parses your architecture references and outputs the file directly to the docs/phases directory.

What architecture files do I need to prepare before generating phase docs?▼

Before generating phase docs, you need a development plan at docs/project/development-plan.md and an architecture document map. The generation process parses these architecture references to extract phase milestones and objectives.