good-morninglisted
Install: claude install-skill risadams/skills
# Good Morning
Single-command wrapper that runs the user's three morning skills in order. Owns no business logic of its own — every artifact is produced by the delegated skill. This skill exists so the user types one command instead of three.
## Quick start
```text
/good-morning → run all three phases for default team(s)
/good-morning Aurora → pass team override down to sprint-* skills
/good-morning --skip-snapshot → skip phase 1 (e.g. snapshot already captured today)
```
Any extra args (team names, `--inc`, `--sprint`, `--days`, etc.) are forwarded to the sub-skills that recognise them. The wrapper itself only consumes `--skip-snapshot`, `--skip-standup`, `--skip-briefing`.
## Workflow
```text
- [ ] Phase 1: sprint-snapshot --phase daily (Jira → vault canvas + md + jsonl)
- [ ] Phase 2: daily-standup-prep --include-sprint-pulse (per-team standup report + burndown)
- [ ] Phase 3: daily-briefing --no-focus-blocks (Outlook 24h recap + today's schedule)
- [ ] Phase 4: One-line summary of artifacts written
```
Run phases **sequentially, never in parallel**. Phase 2 depends on Phase 1's JSONL trend row (burndown forecast reads it). Phase 3 is independent but ordered last by design.
**Auto-continue between phases.** When a phase completes, immediately invoke the next one — do not pause for user acknowledgment, do not summarise mid-flight, do not ask "shall I continue?". The user invoked /good-morning expecting the whole chain to r