ワンクリックで
next
Suggest the next task to work on based on current Phase and worklog state. Use when you want to know what to do next in the project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Suggest the next task to work on based on current Phase and worklog state. Use when you want to know what to do next in the project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Apply template-downstream to all registered downstream projects in bulk, one project at a time. Use when you want to push the latest .claude/, .mcp.json, or .pre-commit-config.yaml to every project at once. Triggers on: "일괄 배포", "전체 프로젝트에 내려보내기", "모든 프로젝트 업데이트", "broadcast template", "bulk sync".
The standard business voice for any Korean text a human reads — a formal-yet-friendly business register built on 해요체 but elevated with 합니다/습니다 endings, polite recommendation phrasing, natural greetings/closings, and readable structure. Use whenever producing or rewriting reader-facing text: Telegram replies, reports, READMEs, job outputs, human-facing notes, and especially when rewriting raw TIL/technical notes for sharing with colleagues. Triggers: 비즈니스 톤, business voice, 격식 있는 톤, 동료 공유용 재작성, formal rewrite, 보고서 톤, 발표자료 톤.
한국 특화 기능(교통·날씨·부동산·쇼핑·법률·금융·공공데이터 등) 요청이 들어오면 실행. git pull로 최신화 후 README 레지스트리에서 스킬을 골라 해당 SKILL.md만 읽어 진행한다.
Import Dev Sentinel experiences into localdocs/learn.sentinel.md. Use when the user wants to bring gotchas, failure lessons, or struggle experiences captured by Dev Sentinel into the project's local knowledge base. Triggers: "sentinel 가져와", "sentinel import", "gotcha 정리", "경험 가져와", "sentinel에서 배운 것", "실패 경험 가져와".
Update .claude/, .mcp.json, and .pre-commit-config.yaml from the upstream python-project-template repository into the current project. Only files that exist upstream are updated — project-only files are never deleted. Use when pulling latest tooling, rules, hooks, or skills from the canonical template into this project. Triggers on: "템플릿 최신화", "template sync", "upstream 반영", "template 업데이트".
Planning work in small, known-good increments. Use when starting significant work or breaking down complex tasks.
| name | next |
| description | Suggest the next task to work on based on current Phase and worklog state. Use when you want to know what to do next in the project. |
Identify the highest-priority next task based on current project state.
Read only:
localdocs/worklog.doing.md — full (short by design)localdocs/worklog.todo.md — full (short by design)localdocs/plan*.md) — priority/phase section only, not the full docThen run a single directory listing to see what's implemented:
ls -1 src/*/
Do not read worklog.done.md — doing + todo + directory state is sufficient.
From what you read, answer:
src/? → Cross-reference plan priorities against actual files.If no plan document exists, infer priorities from todo order and directory gaps.
src/ and suggest what's missing## Next Task
### Current State
- Phase: [derived from plan or inferred]
- In progress: [task or "none"]
- Phase completion: [rough estimate, e.g. "3 of ~7 tasks"]
### Recommended Task
**[filename or task name]**
#### What to do
[What needs to be implemented — derived from plan doc, not hardcoded]
#### Reference docs
[Link to relevant plan section if found]
#### Getting started
\```bash
[command or initial snippet if applicable]
\```
#### When done
\```
worklog done [task] complete
next
\```
ls