# Aging Maintenance Timeline

> Visualize long-term aging trajectories vs maintenance treatments (fillers, threads, skincare) for aesthetic medicine planning. Use for aging simulation, 5-year preview, 填充维持, maintenance timeline, or showing untreated vs maintained outcomes.

- Skill: `freakyglorian-create/aging-maintenance-timeline` (Agent Skill)
- Install (CLI): `npx skillmds@latest add freakyglorian-create/aging-maintenance-timeline`
- Raw SKILL.md: https://api.skillmd.com/api/skills/freakyglorian-create/aging-maintenance-timeline/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: freakyglorian-create (https://skillmd.com/u/freakyglorian-create)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/freakyglorian-create/aging-maintenance-timeline

---


# Aging & Maintenance Timeline

Most creative differentiator: show **time**, not just before/after.

## Concept

Generate a horizontal timeline:

```
Now → +1y → +3y → +5y → +10y
  │      │      │      │
  ├─ No treatment path (natural aging warp)
  └─ Maintenance path (periodic touch-ups)
```

## Aging Parameters (subtle warp + tone)

| Age shift | Visual changes (simulated) |
|-----------|---------------------------|
| +5y | Nasolabial depth +15%, malar flatten 8%, skin tone −5% luminance |
| +10y | Jaw softening, periorbital hollowing, elasticity sag on jowl |
| +20y | Cumulative; emphasize volume loss not wrinkles-only |

Use landmark-driven subtle warp — **never** generate unrelated elderly faces (identity drift).

## Maintenance Events

```json
{
  "timeline_years": 10,
  "maintenance": [
    {"year": 0, "procedure": "hyaluronic_filler", "regions": ["cheek", "lip"], "intensity": 0.7},
    {"year": 1.5, "procedure": "filler_touchup", "regions": ["cheek"], "intensity": 0.4},
    {"year": 3, "procedure": "thread_lift", "regions": ["jowl"], "intensity": 0.5}
  ]
}
```

## Outputs

1. **Dual-track strip**: top row = no maintenance, bottom row = maintained
2. **MP4 morph** through years
3. **Consultation talking points** markdown

## Talking Points Template

```markdown
## 10 年维护讨论要点

- 不做维护：中面部容积流失明显，法令纹加深（模拟偏差 +12%）
- 定期维护（每 18 月轻量填充）：容积保留约 70–80%（模拟估计）
- 维持成本 vs 一次结构性手术：供患者自行权衡
```

## Creative Variations

- **「如果 5 年前做了」** retroactive simulation from younger photo
- **Seasonal skin track**: summer UV damage path vs SPF adherence (dermatology crossover)
- **Partner comparison mode**: two timelines same age — only for twin/sibling demos, ethical caution

## Script

```bash
python scripts/aging_timeline.py base.jpg --years 10 --maintenance plan.json --output timeline/
```

## Ethics

- Label all frames: `PROJECTED · 趋势模拟`
- Avoid fear-based marketing; present as neutral information
- Age simulation is **least accurate** — emphasize uncertainty in disclaimer

