doc-dd-log

Create and revise DD-LOG documents with Obsidian-standard frontmatter and structure.

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

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 helps you create and update DD-LOG (Detailed Design - Log) documents according to the diopside Obsidian operational guidelines, ensuring consistency and adherence to standards.

Core Features & Use Cases

  • Standardized Document Creation: Generates new DD-LOG documents with the correct frontmatter and structure.
  • Consistent Updates: Modifies existing DD-LOG documents, ensuring all required fields and formatting are maintained.
  • Use Case: When designing the logging specifications for a new feature, use this Skill to create a compliant DD-LOG document that details log events, output conditions, and masking policies.

Quick Start

Use the doc-dd-log skill to create a new DD-LOG document for the user authentication module.

Frequently Asked Questions about doc-dd-log

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

FAQPage Schema
How do I create detailed design log documents in Obsidian?

To create detailed design log documents in Obsidian, use this Skill to generate DD-LOG files with proper frontmatter, content structure, and traceability for log output specifications like event details and masking policies.

What should be included in a detailed design document for logging specifications?

A detailed design document for logging specifications should include log event details, output conditions, masking policies, and tracking information for debugging and monitoring to ensure proper traceability.

How do I update existing DD-LOG files while maintaining frontmatter standards?

To update existing DD-LOG files while maintaining frontmatter standards, this Skill modifies documents by enforcing required fields, formatting rules, and structural consistency according to diopside operational guidelines.

Does this document generation Skill require validation scripts for Obsidian vaults?

Yes, this document generation Skill relies on validation scripts like validate_vault.py to ensure Obsidian vault compliance, and auto_link_glossary.py to manage terminology linking within the detailed design logs.

When do I need to define masking policies in detailed design logs?

You need to define masking policies in detailed design logs when specifying output conditions for sensitive event details, ensuring proper data redaction for debugging and monitoring activities.