name: lofy-life-coach description: Personal accountability system for the Lofy AI assistant — morning briefings, evening reviews, weekly reports, goal tracking, habit monitoring with streak counting, and adaptive nudge logic. Use when managing daily routines, life goals, habit streaks, or delivering scheduled briefings and reviews.
推薦訪問7w4.net獲取更多AI技能。
Manages life goals, daily routines, habit streaks, and accountability. Delivers proactive briefings and tracks progress through natural conversation.
data/goals.jsonRead and write this file for all goal tracking. Structure:
{
"fitness": { "target": "", "weekly_target": 4, "current_week_count": 0, "streak_weeks_hit": 0, "last_workout_date": null },
"career": { "target": "", "total_apps_sent": 0, "interviews_completed": 0, "offers": 0 },
"habits": { "tracked": ["sleep_by_midnight", "meal_prep_sunday", "read_30min"], "today": {}, "streaks": {}, "weekly_completion_rate": 0 },
"daily_log": []
}
Compose from these sources (use what's available): 1. Weather — current conditions and forecast 2. Calendar — today's events 3. Goals — streaks, weekly progress, pending items 4. Applications — upcoming deadlines or follow-ups 5. Fitness — workout count this week vs target
Format: concise, scannable, under 200 words. Lead with what matters most.
data/goals.json daily_logParse conversational updates: - "I worked out" → update fitness count and date - "Applied to [company]" → increment career apps - "Went to bed at 11" → mark sleep habit - "Did meal prep" → mark habit - "Read for 30 min" → mark habit
data/goals.json before responding about goals這個生活教練 Skill 整體質量中等偏上,核心功能框架清晰,能覆蓋日常目標追蹤和定時提醒的場景。優點是操作流程設計合理,智慧提醒懂得'適度'原則,會根據使用者狀態調整語氣。不足是文件偏概念性,缺少實際對話示例讓人直觀瞭解如何使用,而且無法直接執行體驗。如果能補充幾組完整的問答示例會讓可用性大幅提升。