Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mag123c

    next

    mag123c/next
    Productivity
    3

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Session start - check progress, suggest next task

    SKILL.md

    Next

    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)

      Phase Status Progress
      Phase 0 ✅ 5/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
    Recommended Servers
    Google Tasks
    Google Tasks
    Asana
    Asana
    TabAI
    TabAI
    Repository
    mag123c/toktrack
    Files