burnlite
SKILL.md
Data Model
Projects contain milestones, which contain tasks. Tasks have:
- Size: Small, Medium, Large, X-Large (effort estimate)
- Uncertainty: Low, Medium, High, Extreme (confidence in estimate)
- Plan: Markdown text field for implementation plans
- Subtasks: Checklist items within a task
- Notes: Timestamped markdown notes attached to a task
- Actual days: Recorded after completion for estimation calibration
Task References
The user may paste an XML reference block:
<burnlite ref="task">
<project id="..."/>
<milestone id="..."/>
<task id="..."/>
</burnlite>
Use view_task_details with the task id directly — the project/milestone ids are context only. Use view_project_tasks if broader context is needed.
MCP Resources
For a quick overview without multiple tool calls:
burnlite://projects/summary— all projects with statsburnlite://project/{projectId}— full project detail
Read these via the MCP resource reader when the user asks broad questions about progress or project status.
Key Workflows
Implementing a task
- Fetch task details via
view_task_details - Read the
planfield if present — it contains the implementation approach - Review
notesandsubtasksfor additional context - Implement, then mark subtasks done with
update_subtaskas you go - When finished, mark the task complete with
complete_task(recordactualDaysif known)
Planning a task
- Fetch task details via
view_task_details - Review existing
plan,notes, andsubtasks - Investigate the codebase and formulate an approach
- Ask the user before storing — offer to save findings as the task's plan via
update_taskwith theplanfield - If accepted, write or update the plan. Add subtasks for discrete steps if appropriate.
Reviewing progress
- Read
burnlite://projects/summaryfor a high-level overview - Use
view_project_tasksfor milestone-level breakdown - Summarize completion stats, in-progress work, and upcoming tasks
Creating project structure
Use create_project, create_milestone, and add_task_to_project to scaffold new work. Every task requires size and uncertaintyLevel — ask the user if not obvious from context.
Weekly Installs
1
Repository
cpave3/skillsFirst Seen
12 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1