smithery.ai

next

Session start - check progress, suggest next task

First seen Mar 25, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,332 B
  • docs SUMMARY.md 61 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Next

Flow

Read Planning → Git Log → Analyze → Present → Suggest /clarify

Execution

  1. Read Planning

``bash # Read ONLY the latest planning file (by date prefix YYYYMMDD-) # e.g., 20260205-improvements.md > 20260128-cli-parsers.md # Check checkbox status: [ ] incomplete, [x] complete ``

  1. Git Log

``bash git log --oneline -5 git status --short ``

  1. Analyze

- Identify current phase - Count completed/total tasks - Identify next priority task

  1. Present (table format)
Phase Status Progress
Phase 0 5/5
Phase 1 🔄 3/4
  1. Suggest

- Summarize next task - Suggest running /clarify

Output Format

## Current Status
- Phase: {current_phase}
- Progress: {completed}/{total} tasks

## Next Task
**{task_id}: {task_name}**
{brief_description}

## Action
Run `/clarify` to start: {task_summary}

Rules

  • Read only the latest dated planning file (highest YYYYMMDD- prefix)
  • If no planning files → infer from git log + code state
  • Keep output concise (5-10 lines)
  • Always suggest /clarify connection