スキル一覧に戻る
CaptainPhantasy

ssot-validation

by CaptainPhantasy

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: SSOT Validation description: Validates Single Source of Truth (SSOT) documentation files for parity with code. Use when user asks about SSOT validation, architecture docs, or project truth sources. version: 1.0.0

SSOT Validation

Validates Single Source of Truth (SSOT) documentation files to ensure they reflect actual code implementation.

What is SSOT?

SSOT files are the authoritative documentation for a project:

  • FLOYD-CLI_SSOT.md - Project structure, phases, implementation roadmap
  • CLAUDE.md - Agent rules and coding patterns
  • FLOYD_ARCHITECTURE.md - Architecture overview
  • DESIGN.md - Design decisions and patterns

When to Use

Trigger this skill when:

  • Validating SSOT files specifically
  • Checking if architecture docs match implementation
  • Verifying project structure documentation
  • After major refactoring

SSOT Detection Rules

Files are considered SSOT if they match:

  1. Filename patterns: *SSOT*.md, *ARCHITECTURE*.md, DESIGN.md
  2. Content markers: Tables of contents, "Source of Truth" headers
  3. Location: Root-level CLAUDE.md, docs/ directory

Validation Priorities

PriorityFileWhat to Check
1docs/SSOT.mdProject structure, file references
2CLAUDE.mdCode patterns, commands, paths
3docs/ARCHITECTURE.mdComponent relationships
4README.mdInstallation, usage instructions

Common SSOT Drift Issues

IssueExampleFix
Orphaned file referencesdocs mentions src/old/file.tsRemove or update reference
Missing new componentsNew agent not in architecture docAdd to component list
Outdated pathsReferences to packages/ not src/Update to current structure
Changed patternsDoc says use X, code uses YAlign documentation

SSOT-Specific Checks

  1. File existence: Verify all referenced files exist
  2. Export validation: Confirm mentioned exports are present
  3. Path accuracy: Check internal paths are correct
  4. Structure alignment: Directory tree matches reality

FLOYD Project Context

For FLOYD specifically, key SSOT files are:

  • docs/Floyd-CLI_SSOT.md - Primary structure doc
  • CLAUDE.md - Agent behavior rules
  • docs/FLOYD_ARCHITECTURE.md - Architecture overview
  • docs/agents.md - Agent system docs

References

  • commands/check.md - Use --docs to target SSOT files
  • scripts/parity-check.sh - Validation implementation
  • .claude/doc-parity.local.md - User config file

Examples

Check SSOT files specifically:

/doc-parity:check --docs=docs/Floyd-CLI_SSOT.md --depth=medium

Validate all SSOT files:

/doc-parity:check --docs=docs/*SSOT*.md --docs=CLAUDE.md

Fix SSOT drift:

/doc-parity:fix --docs=docs/Floyd-CLI_SSOT.md

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です