design-phase

Generate DESIGN/*.md documents from a plan summary with automatic consistency checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

計画サマリーから DESIGN/*.md を自律生成し、仕様書間の矛盾を自動検出・修正する。

Core Features & Use Cases

  • 自動設計書生成: 計画サマリーから DESIGN/*.md を一括自律生成。
  • 矛盾検出・修正: DESIGN/*.md 間の矛盾を検出し、自動修正またはエスカレーションへ移行。
  • 学習と統一: CLAUDE.md のフォーマット学習に基づき、仕様書の整合性と統一性を高める。
  • 自律デザイン演習: sonnet サブエージェントを用いて設計書を生成・組み立てる。
  • 変更管理: PIPELINE-STATE.md の更新と設計成果物の管理を自動化。

Quick Start

Invoke /design-phase to generate all DESIGN/*.md from the plan summary.

Frequently Asked Questions about design-phase

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

FAQPage Schema
How do I auto-generate design docs from a plan summary?

To auto-generate design docs, invoke the design-phase command to autonomously create DESIGN/*.md files from a plan summary. It uses sonnet sub-agents to assemble the documents and enforces standardized templates for consistency.

How does consistency check work for multi-component design documents?

Consistency checks for multi-component design documents work by scanning generated DESIGN/*.md files to detect contradictions. The system then automatically reconciles the design artifacts or escalates the inconsistencies for manual review.

Can I use CLAUDE.md to enforce formatting standards for design docs?

Yes, you can use CLAUDE.md to enforce formatting standards for design docs. The generation process learns from CLAUDE.md to ensure all generated design artifacts maintain structural integrity, consistency, and unified formatting.

What is the best way to manage state changes when generating design artifacts?

The best way to manage state changes is through automated updates to PIPELINE-STATE.md. This tracks the progression of your design artifacts and ensures the pipeline state accurately reflects the current phase outputs.

Does design-phase work for incremental generation of new project phases?

Yes, design-phase works for incremental generation of new project phases. It is specifically designed to handle projects with multiple components, enabling autonomous generation and automatic reconciliation of design artifacts.

Why do my generated design specifications have contradictions?

Generated design specifications may have contradictions due to complex multi-component dependencies. The consistency check mechanism detects these issues and either automatically fixes the design artifacts or escalates them for resolution.