スキル一覧に戻る
eihli

next

by eihli

0🍴 0📅 2026年1月20日
GitHubで見るManusで実行

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 overview
  • PLAN.md - agent-centric plan, status, future work
  • SPEC.md - detailed specifications
  • TODO.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):

  1. README.md - look for "Verification", "Development", "Quick Start" sections
  2. pyproject.toml - scripts section, or infer from dependencies (pytest, mypy, ruff)
  3. Makefile - check, test, lint targets
  4. package.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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です