# Next

> 세션 시작 - 진행 상태 파악, 다음 작업 제시 Use when this capability is needed.

- Skill: `tomevault-io/next-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/next-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/next-7/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/next-7

---


# Next

## Position
체인 외부. 세션 시작 시 상태 확인용.
/next 완료 후 /clarify로 체인 진입 제안.

## Flow
```
Read Planning → Git Log → Analyze → Suggest /clarify
```

## Execution
1. **Read**: docs/planning/*.md, PLAN.md
2. **Git**: `git log --oneline -5`, `git status --short`
3. **Analyze**: Phase, 완료/전체
4. **Suggest**: `/clarify` 제안

## Output
```markdown
## Status: {phase} ({done}/{total})
## Next: {task}
## Action: /clarify {summary}
```

## Rules
- planning 없으면 git log로 추론
- 5-10줄
- 항상 /clarify 연결

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/mag123c) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

