← スキル一覧に戻る

feature-architect
by karchtho
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: feature-architect description: architecture design system planning structure pattern integration features
Feature Architect Skill
Designs game feature architecture before coding begins.
What This Does
Takes feature requirements and produces complete architectural plans:
- System Design - What classes/components are needed?
- Architecture Diagram - Visual structure showing relationships
- Integration Points - How does this plug into GameManager, InputManager, UIManager, etc.?
- Modern Patterns - Input System usage, async/await patterns, dependency injection approach
- Data Flow - How information moves through the system
- Initialization Order - When/how does the feature initialize?
- Resource Management - Pooling needs, object lifetime, cleanup strategy
Activation Triggers
This skill activates when you:
- Ask to "design a feature" or "plan out"
- Request an "architecture" for something
- Ask "how should I structure" a new system
- Run
/design-featurecommand - Ask "what classes do I need?"
Input Format
Describe your feature simply:
- "I need a boss enemy with different attack patterns"
- "Create a shop system where players buy upgrades"
- "Design a checkpoint/save system"
Output Format
Complete architecture plan with:
- System Overview - High-level description
- Class Structure - Classes needed, inheritance/composition
- Dependency Map - What connects to what
- Integration Strategy - How it plugs into starters
- Modern Patterns Used - Input System, async, DI approaches
- Code Skeleton - Class signatures and method stubs
- Next Step - Ready for
/generate-featurecommand
Jam-Time Workflow
- Describe feature → get architecture
- Review architecture with team
- Use
/generate-featureto write code
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です