XDDP フェーズ4: 変更設計書に基づいてコーディングを実施し、静的検証を行う。「コーディングして」「実装して」などで起動する。

Orchestrate XDDP coding and static verification across multiple repositories.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/tsuna44/XddpSettings --skill xddp-4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: XDDP フェーズ4: 変更設計書に基づいてコーディングを実施し、静的検証を行う。「コーディングして」「実装して」などで起動する。
Source: https://github.com/tsuna44/XddpSettings/tree/main/ClaudeCode/.claude/skills/xddp.07.code
Command: npx skills add https://github.com/tsuna44/XddpSettings --skill xddp-4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、XDDP(eXtreme Design-Driven Process)におけるコーディングおよび静的検証工程を自動化し、設計書(CHD)と実装の乖離や循環依存を未然に防ぎます。

Core Features & Use Cases

  • 自動実装オーケストレーション: 依存関係を解析し、適切な順序でコーディングエージェントを起動します。
  • 静的検証とレビュー: 実装コードと設計書の整合性を自動検証し、不一致がある場合は即座にフィードバックを提供します。
  • Use Case: 変更要求(CR)に基づき、複数のリポジトリにまたがる変更を設計書通りに実装し、クロスリポジトリの整合性を担保したい場合に最適です。

Quick Start

XDDPのコーディング工程を開始するために、対象のCR番号を指定してコーディングしてというコマンドを実行してください。

Frequently Asked Questions about XDDP フェーズ4: 変更設計書に基づいてコーディングを実施し、静的検証を行う。「コーディングして」「実装して」などで起動する。

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

FAQPage Schema
How do I automate coding and static verification for multi-repository changes based on a change design document?

To automate coding and static verification from a change design document, you can trigger an orchestration agent by specifying the change request number and instructing it to start coding. The agent analyzes implementation dependencies, launches coding sub-agents in the correct order, and verifies design-to-code consistency.

How does automated design-to-code consistency verification work during implementation?

Automated design-to-code consistency verification works by orchestrating sub-agents that compare the implemented code against the change design document. If mismatches or circular dependencies are detected, the system immediately provides feedback to correct the implementation.

Can I use automated coding orchestration for multi-repository software development with strict interface contracts?

Yes, automated coding orchestration is designed for multi-repository software development requiring strict adherence to change requirements and interface contracts. It analyzes cross-repository implementation dependencies and orchestrates coding tasks while maintaining progress state within the workspace.

What is the best way to prevent circular dependencies and design-code divergence when implementing change requests?

The best way to prevent circular dependencies and design-code divergence is to use an automated orchestration process that analyzes implementation dependencies upfront and enforces static verification against the change design document immediately after coding.

Do I need sub-agents to perform coding and static verification in the XDDP process?

Yes, you need integration with sub-agents to perform coding and verification tasks within the XDDP process. The main skill orchestrates these sub-agents to handle the actual implementation and static analysis while maintaining overall progress state.