Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    jralph

    design-architect

    jralph/design-architect
    Design

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

    Standards for creating technical design documents (design.md). Use when creating or reviewing system designs.

    SKILL.md

    Design Document Standards

    Purpose

    Design documents provide the technical blueprint for implementing requirements. They should be comprehensive, well-organized, and easy to navigate.

    Structure

    Table of Contents

    Place after Overview.

    ## Table of Contents
    - [Overview](#overview)
    - [Architecture](#architecture)
    - [Components and Interfaces](#components-and-interfaces)
    - [Data Models](#data-models)
    ...
    

    Visual Diagrams

    Use Mermaid for diagrams.

    • Flowcharts: Process flows.
    • Sequence Diagrams: Component interactions.
    • Class Diagrams: Data models.
    flowchart TD
        A[Start] --> B{Decision?}
    

    External References

    Create a section for tools, libraries, and specs.

    ## External References
    ### Tools and Libraries
    - **Actionlint**: [Link](...)
    

    Content Guidelines

    Tables

    Use tables for structured info (inputs, outputs, config).

    Code Examples

    Include examples for config files, API usage, and data structures. Specify the language.

    Components

    For each component, define:

    • Purpose
    • Inputs/Outputs
    • Responsibilities
    • Interactions

    Best Practices

    • Context-First: Before designing, Query project-knowledge to understand existing patterns.
    • Contract-First: The FIRST deliverable of any design must be the Interface Definition (e.g., types.ts, interfaces.go). This allows parallel work.
    • Clarity: Be precise about how the system works.
    • Traceability: Reference which requirements are satisfied by which design element.
    • Completeness: Cover error handling, validation, security, and performance.
    Recommended Servers
    tldraw
    tldraw
    Ref
    Ref
    Docfork
    Docfork
    Repository
    jralph/.config-opencode
    Files