← スキル一覧に戻る

judokon-planning-and-investigation
by CyanAutomation
A web-based judo-themed card battle game - with simplified stats, vibrant design, and fast-paced gameplay.
⭐ 1🍴 0📅 2026年1月23日
SKILL.md
name: judokon-planning-and-investigation description: Supports planning, investigation, and analysis tasks by encouraging structured reasoning and use of the JU-DO-KON! RAG vector database.
Skill Instructions
This skill is for thinking before coding.
Inputs / Outputs / Non-goals
- Inputs: user questions, relevant PRDs/docs, RAG queries and results.
- Outputs: investigation summary, sources, unknowns, recommended next steps.
- Non-goals: implementation changes without a follow-up task.
What this skill helps accomplish
- Avoid reinventing solutions
- Surface existing knowledge
- Ground decisions in prior work
When to use this skill
- Investigating bugs
- Planning new features
- Exploring design options
- Answering “how does this work?” questions
Mandatory behaviour
- Search the RAG vector database first
- Summarise relevant findings
- Cite existing code, PRDs, or docs
- Identify unknowns explicitly
RAG format
- Query template:
"topic + file type + context"(example: "battle timer phases scoreboard implementation"). - Prefer
withProvenance: trueand quote sources in the summary.
Investigation steps
- Query RAG embeddings for related concepts
- Review similar past implementations
- Identify constraints and invariants
- Propose next steps (not solutions yet)
Stop conditions
- If RAG results are weak twice, fallback to targeted file search.
Expected output
- Investigation summary
- Referenced sources
- Clear recommendations or questions
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です