weeklylisted
Install: claude install-skill KKenny0/Lode
# Weekly Multi-Project PPT Lite
## Overview
Convert **weekly Lode raw change entries** into a structured Markdown PPT outline, using git commits only as coverage checks and fallback evidence. The weekly outline is Lode's week-level compounding layer: it should explain what changed, what decisions carried forward, which open questions remain, and how hard problems changed next-week planning. Each project gets an independent narrative using a unified template. Cross-project themes appear only on the overview slide.
## Quick Reference
| Phase | Executor | Input | Output |
|-------|----------|-------|--------|
| 1. Scope & Gather | Main dialog | User prompt + config | Raw entries + optional git coverage + params |
| 2. Analyze | Main dialog | Raw entries + fallback git logs + template | Structured JSON (with work_streams) |
| 3. Stitch & Output | Main dialog | JSONs | Markdown PPT outline saved to `{vault}/Work Diary/Weekly/{YYYY-WNN}.md` |
## Inputs
| Parameter | Required | Default | How to resolve |
|-----------|----------|---------|----------------|
| Time range | No | `this_week` | "本周" → this_week; "上周" → last_week |
| Projects (name + repo path + slug) | No | `{vault}/raw/projects.json` or current repo | Prompt overrides project registry |
| Mode: `tech` / `report` | No | `tech` | Infer from context |
| Output path | No | `{vault}/Work Diary/Weekly/{YYYY-WNN}.md` | Prompt overrides config; config overrides default |
| Priority order | No | Auto | By commit volume (see