rfc-compliance-workflow

Extract requirements, analyze gaps, and generate E2E tests from RFC/OIDC specifications.

7|1|Updated Feb 12, 2023
One-click install
npx skills add https://github.com/hirokazu-kobayashi-koba-hiro/idp-server --skill rfc-compliance-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rfc-compliance-workflow
Source: https://github.com/hirokazu-kobayashi-koba-hiro/idp-server/tree/main/.claude/skills/rfc-compliance-workflow
Command: npx skills add https://github.com/hirokazu-kobayashi-koba-hiro/idp-server --skill rfc-compliance-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、RFC/OIDC準拠開発における要件抽出、ギャップ分析、実装設計、E2Eテスト生成の全体フローを統合して管理します。

Core Features & Use Cases

  • 要件抽出 (oidc-spec-requirement-extractor) で仕様書の MUST/SHOULD を抽出
  • Gap分析・設計ドキュメント生成、ADR の自動化
  • E2Eテストのスケルトン生成と検証支援

Quick Start

使用を開始するには /rfc-compliance-workflow [phase] [requirements_file] を実行します。

Frequently Asked Questions about rfc-compliance-workflow

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

FAQPage Schema
How do I extract MUST and SHOULD requirements from OIDC specifications for compliance?

RFC compliance workflows automate requirements extraction by parsing specification documents to identify MUST and SHOULD directives. This outputs structured requirement files serving as the baseline for gap analysis and design documentation.

What is the best way to automate gap analysis between RFC requirements and an identity implementation?

Automated gap analysis compares extracted RFC/OIDC requirements against your current implementation design to identify missing features. It generates structured design documents and ADRs that bridge the specification gaps before E2E test generation begins.

How do I generate E2E test skeletons from OIDC design documents?

Generate E2E test skeletons by processing architectural design documents derived from RFC/OIDC specifications. The workflow outputs automated test scaffolding directly into e2e test directories to verify specification compliance.

Can I run RFC compliance gap analysis without manually writing design docs first?

Yes, the RFC/OIDC compliance workflow automates design documentation generation. It takes extracted specification requirements and automatically generates architectural design documents and ADRs as part of the structured pipeline before test scaffolding.

Does the RFC compliance workflow require external dependencies to generate E2E tests?

No external dependencies are required to run the RFC/OIDC compliance workflow. It operates independently to extract requirements, perform gap analysis, generate design documentation, and scaffold E2E tests within your project directories.