Install
openclaw skills install lofy-projectsProject management for the Lofy AI assistant — tracks multiple projects with milestones, priority scoring engine (urgency × job relevance × momentum × energy match), meeting prep automation, time logging, stale project alerts, and work session recommendations. Use when managing projects, prioritizing work, preparing for meetings, or tracking milestones and deadlines.
openclaw skills install lofy-projectsKeeps projects, coursework, and research organized. Tracks status, deadlines, blockers, and helps prioritize work time.
data/projects.json{
"projects": {
"example_project": {
"name": "Example Project",
"status": "active",
"phase": "Phase 1",
"description": "",
"stack": [],
"milestones": [
{ "name": "Milestone 1", "status": "in_progress", "target_date": null }
],
"blockers": [],
"next_actions": [],
"time_log": [],
"last_updated": null,
"job_relevance": "high"
}
},
"academic": { "graduation": null, "deadlines": [], "meetings": [] }
}
When user asks "what should I work on?":
Priority = (Urgency × 3) + (Job_Relevance × 2) + (Momentum × 1) + (Energy_Match × 1)
Urgency (0-5): 5=due today, 4=48h, 3=this week, 2=this month, 1=no deadline, 0=backlog
Job_Relevance (0-5): 5=critical, 4=high, 3=medium, 2=portfolio, 1=low, 0=none
Momentum (0-3): 3=active progress, 2=touched last 3 days, 1=stale 1-2 weeks, 0=cold 2+ weeks
Energy_Match (0-2): 2=matches current energy, 1=neutral, 0=mismatch
When a meeting is detected:
data/projects.json before responding about projects