Next

SkillProductivity

Session start - check progress, suggest next task

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Next skill

What this skill tells your AI

The instructions your AI receives, as published by mag123c/toktrack in .claude/skills/next/SKILL.md and read by ahel’s review.

Flow

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

Execution

  1. Read Planning

    # 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
    
  2. Git Log

    git log --oneline -5
    git status --short
    
  3. Analyze

    • Identify current phase
    • Count completed/total tasks
    • Identify next priority task
  4. Present (table format)

    PhaseStatusProgress
    Phase 05/5
    Phase 1🔄3/4
  5. 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

Signals

GitHub stars
189
Forks
20
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
next-mag123c
Source
github.com/mag123c/toktrack