Files
open-design/skills/weekly-update/SKILL.md
T
pftom a98096a042 Add initial project structure with essential files
- Created .gitignore to exclude build artifacts and dependencies.
- Added index.html as the main entry point for the application.
- Included LICENSE file with Apache 2.0 terms.
- Initialized package.json and package-lock.json for project dependencies.
- Added pnpm-lock.yaml for package management.
- Created QUICKSTART.md for setup instructions.
- Added README.md and README.zh-CN.md for project documentation in English and Chinese.
2026-04-28 12:25:59 +08:00

51 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: weekly-update
description: |
Single-file horizontal-swipe slide deck for a weekly team update —
shipped, in flight, blocked, metrics, asks. 68 slides. Use when the
brief mentions "weekly update", "team update slides", "weekly status",
"周报演示".
triggers:
- "weekly update"
- "team update slides"
- "weekly status"
- "weekly review"
- "周报演示"
ocd:
mode: deck
scenario: operations
preview:
type: html
entry: index.html
design_system:
requires: true
sections: [color, typography, layout, components]
example_prompt: "Make a weekly update deck for the Growth squad — what shipped, in flight, blocked, metrics, asks for next week."
---
# Weekly Update Deck Skill
Produce a single-file horizontal-swipe HTML deck for a weekly team update.
## Workflow
1. Read DESIGN.md.
2. Identify squad name, week range, and audience (squad-internal vs cross-functional).
3. Slides:
1. Cover (squad + week + author + date)
2. Headline (one sentence + one number that matters this week)
3. What shipped (35 items, link-style affordance)
4. In flight (35 items, owner avatars)
5. Blocked (13 items + clear ask)
6. Metrics that matter (12 inline charts)
7. Asks for next week (named owners)
8. Closing + thanks
4. Arrow keys or click navigation. Each slide is 100vw wide.
## Output contract
```
<artifact identifier="weekly-update-w42" type="text/html" title="Weekly Update — Growth · W42">
<!doctype html>...</artifact>
```