← スキル一覧に戻る

doors-philosophy-validation
by AVRA-CADAVRA
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: doors-philosophy-validation description: Validates that features align with "opening doors" concept, meaningful connections, user journey flow. Use when implementing features, reviewing code, or ensuring features serve the doors philosophy.
Doors Philosophy Validation
Core Validation Questions
For every feature, ask these questions:
- What doors? - What doors does this feature help users open?
- When ready? - When are users ready for these doors?
- Good key? - Is this being a good key (does it unlock doors effectively)?
- Learning? - Does this enable learning about which doors resonate?
Doors Philosophy Principles
Every Feature Must Open Doors
- Doors to experiences
- Doors to communities
- Doors to people
- Doors to meaning
- Doors to more doors
SPOTS Shows Doors, Not Answers
- Not recommendations → Doors
- Not matches → People who open similar doors
- Not features → Door opening mechanisms
- Not engagement → Doors opened
Validation Checklist
- What doors does this feature help users open?
- When are users ready for these doors?
- Does this respect their door history (authenticity)?
- Does this adapt to their usage pattern?
- Is this being a good key?
- Does this enhance the real world experience (not replace it)?
- Does this preserve authenticity?
- Does this work offline?
- Does this respect privacy?
Examples
✅ GOOD: Door-Opening Feature
/// Event Discovery Service
///
/// Opens doors to community events at user's favorite spots.
/// Users discover events → attend events → find communities → find their people.
class EventDiscoveryService {
// Helps users discover events (doors to communities)
// Adapts to user's door history
// Works offline
// Respects privacy
}
❌ BAD: Not Door-Opening
/// Engagement Optimizer
///
/// Increases app usage and time in app.
class EngagementOptimizer {
// Focuses on metrics, not doors
// Doesn't open doors to meaningful connections
// Violates "doors, not badges" philosophy
}
Journey Flow Validation
Ensure features support the journey:
Find YOUR Spots (Doors)
↓
Those spots have communities
↓
Those communities have events
↓
You find YOUR people
↓
You find YOUR life
Reference
docs/plans/philosophy_implementation/SPOTS_PHILOSOPHY_AND_ARCHITECTURE.mddocs/plans/philosophy_implementation/DOORS.md
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です