doc-bd-arch

Generate and revise BD-ARCH documents for the diopside project with Obsidian standards.

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

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 revise BD-ARCH (Architecture Overview) documents according to diopside's established conventions, ensuring clarity on system boundaries, key components, and deployment strategies.

Core Features & Use Cases

  • Standardized Document Creation: Generates new BD-ARCH documents or updates existing ones, adhering to Obsidian operational rules.
  • Architectural Clarity: Organizes system responsibilities, connection points, and architectural decisions.
  • Use Case: When introducing a new feature that significantly alters the system's core components or data flow, use this Skill to document the architectural changes, ensuring all stakeholders understand the impact and design choices.

Quick Start

Use the doc-bd-arch skill to create a new BD-ARCH document for the user authentication module.

Frequently Asked Questions about doc-bd-arch

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

FAQPage Schema
How do I structure an architecture overview document for a Next.js App Router project?

To structure an architecture overview document for a Next.js App Router project, define system boundaries, major components, and deployment strategies while including sections like Design Policy, Design Points, and Diagrams.

What is the best way to document architectural changes in an Obsidian vault?

The best way to document architectural changes in an Obsidian vault is to generate or revise BD-ARCH documents that enforce frontmatter requirements and integrate with validation scripts for quality assurance.

How do I create a new BD-ARCH document that complies with diopside operational standards?

To create a new BD-ARCH document that complies with diopside standards, generate the file with required frontmatter, structural elements like Change History, and architectural patterns specific to your Next.js deployment strategy.

Does the diopside architecture documentation skill validate Obsidian frontmatter and internal links?

Yes, the diopside architecture documentation skill validates Obsidian frontmatter and internal links by integrating with validation scripts like validate_vault.py and auto_link_glossary.py to ensure document quality.

When should I use a dedicated architecture overview document instead of general technical writing?

You should use a dedicated architecture overview document instead of general technical writing when introducing a feature that significantly alters core components or data flow, ensuring stakeholders understand the impact and design choices.