← Back to list

judokon-feature-flag-engineer
by CyanAutomation
A web-based judo-themed card battle game - with simplified stats, vibrant design, and fast-paced gameplay.
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
name: judokon-feature-flag-engineer description: Implements and manages JU-DO-KON! features behind feature flags with observability and safe defaults.
Skill Instructions
This skill ensures controlled experimentation.
Inputs / Outputs / Non-goals
- Inputs: feature requirements, settings defaults, UI + engine touchpoints.
- Outputs: flag definitions, guarded logic, observability notes, test updates.
- Non-goals: shipping unflagged behavior or changing public APIs silently.
What this skill helps accomplish
- Safe rollout of new functionality
- Reversible changes
- Debuggable behaviour
When to use this skill
- Introducing new gameplay features
- Running experiments or trials
- Refactoring risky logic
Feature flag rules
- New features default to OFF
- Flags must be declared centrally
- UI and engine must respect flags
- Expose state via data-* attributes
File anchors
- Flag defaults:
src/config/settingsDefaults.js - Settings UI:
src/pages/settings.html
Rollout checklist
- Flag declared with default OFF and documented usage.
- Guard added in both UI and engine touchpoints.
- On/off coverage in tests where behavior changes.
- Observability via
data-*attribute or equivalent.
Expected output
- Flag definitions
- Guarded logic
- Observability hooks
Score
Total Score
65/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未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon