update-design

Update design documentation from issue content while preserving markdown structure.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/kasiopeiya/oidc-learning-sandbox --skill update-design-kasiopeiya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-design
Source: https://github.com/kasiopeiya/oidc-learning-sandbox/tree/main/.claude/skills/update-design
Command: npx skills add https://github.com/kasiopeiya/oidc-learning-sandbox --skill update-design-kasiopeiya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams keep design documentation in sync with issue-driven requirements by applying a specification-driven workflow that updates design files based on issue content.

Core Features & Use Cases

  • Issue-driven design updates: Maps Issue details to relevant design sections and updates docs while preserving structure.
  • Markdown integrity & validation: Checks for formatting consistency, header levels, and code blocks integrity.
  • Interactive editing & next actions: Guides users through the update process, prompting for updates and suggesting next steps.

Quick Start

Run /update-design and follow the interactive prompts to update the applicable design document based on the chosen issue.

Frequently Asked Questions about update-design

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

FAQPage Schema
How do I update design documentation directly from issue tracker content?

To update design documentation from issue content, this Skill applies a specification-driven workflow that maps issue details to relevant design sections while preserving the original section structure. It parses issue data and translates labels to target specific document sections.

Can I preserve markdown formatting and header levels when syncing design docs?

Yes, markdown integrity is preserved during sync by validating formatting consistency, header levels, and code block structures. This ensures that automated updates from issue tracker data do not break the existing markdown validation rules of your design docs.

What is a specification-driven workflow for design docs?

A specification-driven workflow for design docs uses project issues as structured specifications to drive documentation updates. It maps issue labels to specific design sections and applies changes interactively, ensuring documentation accurately reflects issue-driven requirements.

Does the design doc update process exclude specific architectural files?

Yes, the update process explicitly excludes ADR (Architecture Decision Record) files from automated updates. This prevents specification-driven issue content from accidentally overwriting isolated architectural decisions stored within the documentation repository.

How do I start interactively editing design files based on project issues?

You can start interactively editing design files by running the update command, which prompts you through the update process. It guides you by suggesting next actions and mapping issue content directly to applicable design document sections.