← Back to list

next
by eihli
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: next description: | Resume work on a project - discover state, verify health, clean up stale docs, suggest next tasks. Use when: (1) starting work at beginning of day, (2) after a long agent work loop completes, (3) user asks "what's next?", "what should we work on?", or similar, (4) user explicitly runs /next.
Next: Project Resume Workflow
1. Gather Context
Read project planning files (if they exist):
README.md- human-centric overviewPLAN.md- agent-centric plan, status, future workSPEC.md- detailed specificationsTODO.md- immediate tasks
Also check git status for uncommitted work or in-progress branches.
2. Discover & Run Verification
Find verification commands from (in priority order):
README.md- look for "Verification", "Development", "Quick Start" sectionspyproject.toml- scripts section, or infer from dependencies (pytest, mypy, ruff)Makefile- check, test, lint targetspackage.json- scripts section
Run discovered commands (typically: types, lint, tests). Note failures.
3. Clean Up Planning Docs
Auto-fix (no confirmation needed):
- Test counts that don't match actual (
N tests passing→ update N) - Completed items still listed as in-progress
- Duplicate entries
Ask user about:
- Items marked "in progress" that appear stale
- Future work items that may now be done
- Sections that seem outdated but require judgment
4. Summarize & Present Options
Output a brief summary:
## Project State
- Health: [tests/types/lint status]
- Current: [what's in progress or recently completed]
- Cleaned: [what was auto-fixed in docs]
## Next Options
1. [Most impactful/logical next task]
2. [Alternative direction]
3. [Another option if applicable]
Wait for user to choose direction before proceeding.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon