ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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)