doc-dd-iam

Standardize DD-IAM infrastructure design documents for the diopside project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires obsidian-doc-new, obsidian-doc-check, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that infrastructure design documents (DD-IAM) within the diopside project are created and updated according to project conventions, maintaining traceability and clarity regarding authorization boundaries and least privilege principles.

Core Features & Use Cases

  • Document Creation/Update: Guides the creation or revision of DD-IAM-*.md files.
  • Convention Enforcement: Ensures adherence to diopside's documentation standards, including frontmatter requirements and content structure.
  • Traceability: Links infrastructure design to requirements and verification documents.
  • Use Case: When a new IAM role needs to be defined for a cloud service, use this Skill to generate the DD-IAM document, ensuring all required fields like authorization boundaries, role definitions, and least privilege implementations are clearly documented and linked.

Quick Start

Use the doc-dd-iam skill to create a new infrastructure design document for the 'user-authentication' service.

Frequently Asked Questions about doc-dd-iam

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

FAQPage Schema
How do I standardize AWS IAM design documentation for least privilege roles?

Standardize AWS IAM design documentation by generating DD-IAM markdown files that enforce project conventions for authorization boundaries, role definitions, and least privilege implementation. The Skill ensures required frontmatter and content structure are consistently met.

What is the required structure for an infrastructure design document covering IAM policies?

An infrastructure design document for IAM policies requires specific frontmatter, clear role definitions, authorization boundaries, and least privilege implementation details. The Skill guides you through these structural conventions and automates glossary linking for traceability.

How do I create a new IAM role document that links to existing requirements?

Create a new IAM role document by running this Skill to generate a DD-IAM file. It standardizes the creation process and ensures traceability by linking the infrastructure design to relevant requirements and verification documents within your vault.

Does this Skill validate documentation conventions against my Obsidian vault?

Yes, this Skill validates documentation conventions against your Obsidian vault. It relies on vault validation scripts to check adherence to project standards, ensuring that frontmatter requirements and content structure are correctly maintained.

What dependencies are needed to run the infrastructure design documentation checks?

You need the obsidian-doc-new and obsidian-doc-check dependencies to run the infrastructure design documentation checks. These dependencies support the automated glossary linking and vault validation scripts required for convention enforcement.