スキル一覧に戻る
nadavyigal

conversational-goal-discovery

by nadavyigal

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: conversational-goal-discovery description: Chat-based goal classification (habit/distance/speed/race) with constraint clarification. Use during onboarding or when user wants to update their running goals through conversation with weekly commitment discovery. metadata: short-description: Chat-based goal classification with commitments and starter plan suggestions.

When Claude should use this skill

  • Early chat sessions or onboarding when the user's goal is ambiguous
  • When the user asks for help choosing a plan or habit
  • When user wants to clarify or update their running goals

Invocation guidance

  1. Provide the last N ConversationTurn entries and any partial onboarding answers.
  2. Classify goal (habit | distance | speed | race) with confidence and blockers.
  3. Return a CoachMessage summary plus structured GoalDiscoveryResult.

Input schema (JSON)

{
  "conversation": ConversationTurn[],
  "profile": UserProfile,
  "partialOnboarding"?: Record<string, unknown>
}

Output schema (JSON)

{
  "goalDiscovery": {
    "goal": Goal,
    "confidence": number,
    "blockers": string[],
    "weeklyCommitment": number,
    "preferredDays"?: string[],
    "starterPlanId"?: string,
    "summaryCard": string,
    "safetyFlags"?: SafetyFlag[]
  },
  "coachMessage": CoachMessage
}

Integration points

  • Chat API: v0/app/api/chat/route.ts
  • Prompt context: v0/lib/conversationStorage.ts, v0/lib/onboardingPromptBuilder.ts
  • Handoff: trigger plan generation via v0/app/api/generate-plan/route.ts when confidence ≥0.7

Safety & guardrails

  • Avoid medical advice; if user mentions pain/injury, advise pause and professional consult.
  • Keep responses concise (<120 words) and supportive.
  • Emit SafetyFlag on harmful intents or ambiguous data.

Telemetry

  • Emit ai_skill_invoked with goal, confidence, and ai_user_feedback when user responds to suggestions.

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です