doc-dd-av

Create and revise DD-AV Availability Detailed Design documents per Obsidian standards.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-dd-av
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-dd-av
Source: https://github.com/tsuji-tomonori/diopside-v3/tree/main/.opencode/skills/doc-dd-av
Command: npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-dd-av

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires auto_link_glossary.py, validate_vault.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your Detailed Design documents for Availability (DD-AV) strictly adhere to the diopside Obsidian operational guidelines, maintaining consistency and quality in your project documentation.

Core Features & Use Cases

  • Standardized Document Creation: Generates new or updates existing DD-AV documents following specific frontmatter and content requirements.
  • Compliance Checking: Validates adherence to Obsidian linking, ID, and phase conventions.
  • Use Case: When updating the system's recovery procedures to meet new MTTR targets, use this Skill to ensure the DD-AV-* document is correctly formatted, linked, and describes the implementation details accurately.

Quick Start

Use the doc-dd-av skill to update the document located at docs/2.基本設計(BD)/DD-AV-001.md.

Frequently Asked Questions about doc-dd-av

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

FAQPage Schema
How do I create an Obsidian availability detailed design document that complies with frontmatter requirements?

To create a compliant Obsidian availability detailed design document, you need to ensure it follows specific frontmatter and content structure conventions. This Skill automates that generation while validating against RQ-AV and BD-QUAL documents.

What is the best way to validate linking conventions in diopside DD-AV markdown files?

Validating linking conventions in diopside DD-AV markdown files requires checking adherence to specific Obsidian operational standards. This Skill automates compliance checking for IDs, links, and phase conventions using integrated glossary scripts.

Does this documentation tool support automated glossary auto-linking for availability specifications?

Yes, automated glossary auto-linking for availability specifications is supported through the integrated auto_link_glossary.py dependency. It ensures your detailed design documents correctly link to defined glossary terms.

How do I update system recovery procedures in DD-AV documents to meet new MTTR targets?

Updating system recovery procedures in DD-AV documents to meet new MTTR targets involves revising the markdown content and validating frontmatter. This Skill ensures the updated availability specifications are correctly formatted and linked.

Why does my availability detailed design document fail Obsidian vault validation?

Your availability detailed design document may fail Obsidian vault validation due to missing frontmatter, incorrect phase conventions, or broken links to RQ-AV and BD-QUAL documents. The validate_vault.py script checks these compliance rules.