Back to list
KvFxKaido

council

by KvFxKaido

Tactical, Relationship-Driven TTRPG with AI Game Master - 11 factions, narrative choices, consequence tracking

0🍴 0📅 Jan 25, 2026

SKILL.md


name: council description: Gather design feedback from AI consultants (Gemini and Codex). Use for architecture decisions, design review, or when you want multiple expert perspectives on SENTINEL development. (project) allowed-tools: Bash, Read, Glob, Grep user-invocable: true proactive: true

The Council

Invoke external AI consultants for design feedback on SENTINEL.

Consultants

ModelStrengthBest For
GeminiBig-picture thinking, design patternsArchitecture, conceptual clarity
CodexTechnical depth, implementation focusCode quality, practical constraints

How to Run

When the user invokes /council, gather context and consult both AIs:

Step 1: Prepare Context

Read the project brief and any relevant files the user mentions:

C:\dev\SENTINEL\SENTINEL_PROJECT_BRIEF.md

Step 2: Consult Gemini

Run non-interactively with the user's question + context:

gemini "You are reviewing SENTINEL, a tactical TTRPG with an AI Game Master.

<context>
[Insert project brief or relevant code]
</context>

<question>
[User's design question]
</question>

Provide focused feedback on design patterns, architecture, or the specific question asked. Be concise."

Step 3: Consult Codex

Run non-interactively:

codex exec "You are reviewing SENTINEL, a tactical TTRPG with an AI Game Master.

<context>
[Insert project brief or relevant code]
</context>

<question>
[User's design question]
</question>

Provide focused feedback on implementation, code quality, or the specific question asked. Be concise."

Step 4: Synthesize

Present both perspectives, noting:

  • Where they agree (strong signal)
  • Where they differ (worth investigating)
  • Actionable recommendations

Example Usage

User: /council Should we use SQLite instead of JSON for campaign persistence?

Then:

  1. Read SENTINEL_PROJECT_BRIEF.md and src/state/schema.py
  2. Ask Gemini about data model evolution and query patterns
  3. Ask Codex about migration complexity and performance
  4. Synthesize into recommendation

Tips

  • Keep prompts focused on one question at a time
  • Include relevant code snippets, not entire files
  • The consultants don't have project context — you must provide it
  • Use when genuinely uncertain, not for validation

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon