一键导入
pickup
Morning briefing — where we left off, what to work on today. Fast, compact report from canonical sources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Morning briefing — where we left off, what to work on today. Fast, compact report from canonical sources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create or manage Architecture Decision Records (ADRs) in docs/decisions/
Use this skill working with Ash Framework or any of its extensions. Always consult this when making any domain changes, features or fixes.
Record a development session summary in the project devlog
Run E2E browser tests via Tidewave browser_eval against the running Phoenix dev server
Inspect LiveView state (assigns, components) via Phoenix.LiveView.Debug in project_eval
Manage plan lifecycle — list plans, mark completed/abandoned, move between directories
基于 SOC 职业分类
| name | pickup |
| description | Morning briefing — where we left off, what to work on today. Fast, compact report from canonical sources. |
Fast morning scan. Output a single compact report (≤20 lines). No interactive gates — just read, summarize, recommend.
git status -s
git stash list
If uncommitted changes or stashes exist → flag as 🔴 at top of report.
git log --oneline --since="yesterday 6am" --author="jhlee"
If no commits since yesterday, expand to 3 days. Summarize in 1-2 lines (not the full log).
Read docs/plans/README.md — specifically the Active Work table and Up Next sections.
This is the single source of truth for priorities. Do NOT read all 13 active plan files — only reference them if the user asks for detail.
gh issue list --label bug --state open --limit 5
If any open bugs exist, list them. Bugs take priority over feature work.
gh issue list --state open --limit 5 --sort updated
Only include if there are recent (last 3 days) updates worth noting.
## 프로젝트 현황 — YYYY-MM-DD
[🔴 중단된 작업 — only if uncommitted/stashed work exists]
- file list or description
### 최근 작업
- 1-2 line summary of recent commits
### 활성 작업 (docs/plans/active/)
| Plan | 현재 상태 | 다음 단계 |
|------|----------|----------|
| ... | ... | ... |
(from README.md Active Work table — max 5 rows)
### 추천 시작점
1. [가장 우선순위 높은 작업] — 근거
2. [차순위] — 근거 (optional)
### 열린 버그
- #N: description (if any)