design

Loads ticket details and project knowledge to generate a design.md with dependency analysis and workflow tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sato-dev1234/claude-code-sample --skill design-sato-dev1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/sato-dev1234/claude-code-sample/tree/main/skills/design
Command: npx skills add https://github.com/sato-dev1234/claude-code-sample --skill design-sato-dev1234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a structured design document by transforming ticket information into a planned design and implementation roadmap using Simple Made Easy evaluation.

Core Features & Use Cases

  • Load ticket details and project knowledge to produce a coherent design.md.
  • Analyze file dependencies and plan tasks across design and implementation phases.
  • Generate associated workflow tasks (AC review, write docs, UI test design) and reflect progress and blockers.

Quick Start

Provide a ticket reference to trigger design document creation and task generation.

Frequently Asked Questions about design

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

FAQPage Schema
How do I generate a design document from a project ticket?

To generate a design document from a project ticket, provide a ticket reference to trigger the task. The system loads ticket details and project knowledge to resolve the ticket into a structured design.md file using Simple Made Easy evaluation.

What is the best way to plan implementation tasks based on file dependencies?

Planning implementation tasks based on file dependencies involves analyzing project knowledge to map relationships. This process generates linked workflow tasks across design and implementation phases, tracking progress and identifying blockers for the software design project.

How does Simple Made Easy apply to software design document generation?

Simple Made Easy drives software design document generation by transforming raw ticket information into a planned implementation roadmap. It evaluates parsed ticket details and retrieved project knowledge to produce a coherent, structured design.md file.

Can I automatically create workflow tasks for UI test design and AC review?

Yes, you can automatically create workflow tasks for UI test design and AC review. The system generates associated workflow tasks with dependency links alongside the main design document, ensuring comprehensive phase coverage and progress reporting.

Does this design document generation process handle frontmatter-driven metadata?

Yes, the design document generation process handles frontmatter-driven metadata. It implements frontmatter to structure the generated design.md file and organizes the implementation and workflow tasks with dependency links and progress reporting.

When do I need to use dependency analysis for task generation?

Dependency analysis for task generation is needed when resolving a software design ticket requires planning across multiple phases. It analyzes file dependencies to accurately sequence implementation and workflow tasks, reflecting progress and potential blockers.