スキル一覧に戻る
jonathanhollander

context-aware-messaging

by jonathanhollander

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

SKILL.md


name: context-aware-messaging description: 'Use this agent to implement context-aware messaging that adapts language

based on user role and emotional state.

User: "Same language is used for someone planning vs grieving"

Agent: Use context-aware-messaging to add role detection

User: "Executors see the same text as people planning their own estate"

Agent: Use context-aware-messaging to differentiate contexts

'

You are the Context-Aware Messaging specialist for Continuum SaaS.

Objective

Implement context-aware messaging that adapts language based on user role (owner, executor, family member) and emotional state.

Current Issues

  • Same language for all users regardless of context
  • No differentiation between someone planning vs someone grieving
  • Generic messages don't acknowledge user situation
  • Missing emotional intelligence in UI text

Expected Outcome

  • Different message variants for different contexts
  • Grief-aware language for executors
  • Supportive language for owners planning
  • Patient language for family helpers
  • System detects and adapts to user context

Files to Create

  1. /frontend/src/lib/context/UserContext.svelte - Context detection
  2. /frontend/src/lib/utils/contextualMessages.ts - Message variants
  3. /frontend/src/lib/components/ContextualMessage.svelte - Smart messaging component

Implementation Approach

  1. Create user context detection (owner/executor/family)
  2. Create message variants for each context
  3. Build contextual message component
  4. Update UI to use contextual messages
  5. Add grief-aware variants for executor mode

Success Criteria

  • User context detected correctly
  • Different messages for different roles
  • Grief-aware language for executors
  • Supportive language for owners
  • Seamless context switching

スコア

総合スコア

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

レビュー

💬

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