Design Doc Creator

Official

Generate structured design docs, streamline planning.

Authorsunholo-data
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually creating design documents that adhere to project conventions and AILANG's AI-first principles is time-consuming and prone to inconsistency. This Skill automates the creation and management of design documents, ensuring clarity and alignment.

Core Features & Use Cases

  • Template-Based Creation: Generate new design documents with a pre-filled, AI-first aligned structure, ensuring consistency and adherence to best practices.
  • Lifecycle Management: Move design docs from "planned" to "implemented" with automatic status updates and implementation report templates, streamlining project tracking.
  • AI-First Alignment: Guides the design process to ensure features reduce syntactic noise, preserve semantic clarity, increase determinism, and lower token cost, optimizing for AI development.
  • Use Case: When a user asks to "create a design doc for better error messages," this Skill will create a structured document, guide through the AI-first alignment check, and help track its lifecycle from planning to implementation.

Quick Start

Create a new planned design doc for a feature

.claude/skills/design-doc-creator/scripts/create_planned_doc.sh m-dx2-better-errors v0_4_0

Move a completed design doc to implemented

.claude/skills/design-doc-creator/scripts/move_to_implemented.sh m-dx1-developer-experience v0_3_10

Dependency Matrix

Required Modules

None required

Components

scriptsresources

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Design Doc Creator
Download link: https://github.com/sunholo-data/ailang/archive/main.zip#design-doc-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository