plan-doc-checker — community plan-doc-checker, NS-ENGINE, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for AI Agents like Claude or AutoGPT needing advanced document analysis and planning verification capabilities. DirectX11ベースの2D/3Dゲームエンジン

SYUNTA99 SYUNTA99
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The plan-doc-checker skill by SYUNTA99 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for AI Agents like Claude or AutoGPT needing advanced document analysis and planning verification capabilities.

Core Value

Empowers agents to verify plan and document consistency, checking for discrepancies, completeness, and contradictions, utilizing Markdown files and SDK documentation.

Capabilities Granted for plan-doc-checker

Validating task plans against reference documents
Detecting inconsistencies in project requirements
Analyzing plan completeness based on documentation

! Prerequisites & Limits

  • Requires access to plan files and reference documents
  • Supports Markdown files (.md) and specific SDK documentation formats
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

plan-doc-checker

Install plan-doc-checker, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Plan-Doc Checker

計画と参照ドキュメントの整合性を検証し、スコアとカテゴリ別分析を出力する。

チェック対象

  1. 齟齬 (Discrepancy): ドキュメントの記述と計画の内容が矛盾していないか
  2. 完全性 (Completeness): ドキュメントの要件・仕様が計画で網羅されているか
  3. 矛盾 (Contradiction): 計画内部で自己矛盾がないか

実行手順

1. 入力の特定

計画ファイルと参照ドキュメントを特定する:

計画ファイル:
- .claude/plans/current/task_plan.md
- ユーザーが指定した計画ファイル
- 直前のPlan Modeで作成した計画

参照ドキュメント:
- 計画作成時に参照したドキュメント(設計書、仕様書、SDK docs等)
- ユーザーが明示的に指定したドキュメント

2. ドキュメント分析

参照ドキュメントから以下を抽出:

  • 必須要件: MUST、必須、required等で示される要件
  • 制約条件: 技術的制約、禁止事項、注意事項
  • API/インターフェース仕様: 関数シグネチャ、型定義、戻り値
  • 依存関係: 前提条件、実行順序の制約

3. 計画との照合

チェック項目検証内容
齟齬API名、型、引数がドキュメントと一致するか
齟齬処理フローがドキュメントの記述と整合するか
完全性必須要件が全て計画に含まれているか
完全性エラーハンドリング要件が網羅されているか
矛盾計画内のステップ間で前提条件が矛盾しないか
矛盾同一機能の複数記述が一貫しているか

4. 出力フォーマット

markdown
1## 整合性チェック結果 2 3### スコア: XX/100 4 5| カテゴリ | スコア | 問題数 | 6|---------|-------|-------| 7| 齟齬 | XX/100 | N件 | 8| 完全性 | XX/100 | N件 | 9| 矛盾 | XX/100 | N件 | 10 11### 詳細分析 12 13#### 齟齬 (Discrepancy) 14- [CRITICAL/WARNING/INFO] 問題の説明 15 - ドキュメント: 該当箇所の引用 16 - 計画: 該当箇所の引用 17 - 推奨修正: 修正案 18 19#### 完全性 (Completeness) 20- [CRITICAL/WARNING/INFO] 欠落している要件 21 - ドキュメント: 要件の引用 22 - 推奨: 追加すべき計画ステップ 23 24#### 矛盾 (Contradiction) 25- [CRITICAL/WARNING/INFO] 矛盾の説明 26 - 計画ステップA: 該当箇所 27 - 計画ステップB: 矛盾する箇所 28 - 推奨解決: 解決案 29 30### 総評 31スコアに基づく総合評価と、実装に進む前に修正すべき優先事項。

スコア計算

基礎点: 100点
減点:
- CRITICAL: -20点/件
- WARNING: -5点/件
- INFO: -1点/件

最低点: 0点

重大度判定

重大度条件
CRITICAL実装が失敗する、または仕様違反になる問題
WARNING実装は可能だが品質・保守性に影響する問題
INFO改善推奨だが影響は軽微

自動トリガー

ExitPlanMode前に以下を確認:

  1. 参照ドキュメントが存在するか
  2. 存在する場合、整合性チェックを実行
  3. スコア70未満の場合、警告を表示し修正を推奨

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is plan-doc-checker?

Perfect for AI Agents like Claude or AutoGPT needing advanced document analysis and planning verification capabilities. DirectX11ベースの2D/3Dゲームエンジン

How do I install plan-doc-checker?

Run the command: npx killer-skills add SYUNTA99/NS-ENGINE. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for plan-doc-checker?

Key use cases include: Validating task plans against reference documents, Detecting inconsistencies in project requirements, Analyzing plan completeness based on documentation.

Which IDEs are compatible with plan-doc-checker?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for plan-doc-checker?

Requires access to plan files and reference documents. Supports Markdown files (.md) and specific SDK documentation formats.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add SYUNTA99/NS-ENGINE. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use plan-doc-checker immediately in the current project.

Related Skills

Looking for an alternative to plan-doc-checker or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI