xddp.02.analysis

Classify requirements into UR, SR, and SP levels and generate analysis memos.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/tsuna44/XddpSettings --skill xddp-02-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xddp.02.analysis
Source: https://github.com/tsuna44/XddpSettings/tree/main/ClaudeCode/.claude/skills/xddp.02.analysis
Command: npx skills add https://github.com/tsuna44/XddpSettings --skill xddp-02-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

このスキルは、変更要求(CR)に対する要求分析フェーズを標準化し、AIによるレビューと修正ループを通じて、要求の曖昧さや仕様の矛盾を早期に発見・解決します。

Core Features & Use Cases

  • 要求レベル分類: 要求書をUSDMのUR/SR/SPに自動分類し、CRS(変更要求仕様書)への転記を容易にします。
  • AIレビューと修正ループ: 生成された分析メモに対し、AIが自動レビューを行い、人によるレビューゲートへ進む前に品質を担保します。
  • Use Case: 新機能追加の要求書を読み込ませ、既存の仕様や過去の教訓(lessons-learned)と照らし合わせて、見落としや矛盾がないかを確認する際に使用します。

Quick Start

対象のCR番号を指定して、要求分析フェーズを開始してください。

Frequently Asked Questions about xddp.02.analysis

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

FAQPage Schema
How do I automate requirements analysis and prevent specification contradictions?

Automated requirements analysis classifies requirements into UR, SR, and SP levels, running iterative AI-driven review loops to detect and resolve specification contradictions before human review.

What is the USDM UR/SR/SP classification process for a change request?

USDM UR/SR/SP classification parses a change request and automatically sorts requirements into User Requirements, System Requirements, and Specification Points, easing the transfer into a Change Request Specification document.

How do I validate new requirements against existing specifications and lessons-learned logs?

Validating new requirements against existing specifications utilizes project-specific knowledge bases and lessons-learned logs to cross-reference changes, minimizing downstream defects and identifying overlooked inconsistencies.

Can I use an AI review loop to check requirements quality before manual approval?

Yes, an automated AI review loop evaluates generated analysis memos to ensure quality and consistency, gating the requirements before they proceed to manual human review.

How do I start the requirements analysis phase for a specific change request?

Starting the requirements analysis phase requires specifying the target Change Request number, which triggers the automated classification and AI review workflow.

What are the limitations of using AI review for requirements analysis?

AI review for requirements analysis automates quality checks and consistency validation but does not replace the final human review gate, ensuring manual oversight remains for final specification approval.