Help us improve
Share bugs, ideas, or general feedback.
From meeseeks-vetted
Surfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin fradser-dotclaudeHow this command is triggered — by the user, by Claude, or both
Slash command
/meeseeks-vetted:SKILLvet/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Vet Session Task Surface the current session task and evaluate its clarity and completion status. ## Phase 1: Resolve Task State **Goal**: Locate and read the session state file. **Actions**: 1. Find the most recent `*.vetted.json` file in `~/.claude/projects/$(echo "$PWD" | tr '/' '-')/` (use the file with the most recent modification time) 2. If no state file exists, report "No task is being tracked in this session" and stop 3. Read the file and extract `task`, `updated_at`, and `modified_files` (if present) 4. Display the tracked task clearly to the user ## Phase 2: Clarity Check ...
/whats-nextDisplays current project status including name, last session summary, recent progress entries, and suggested next steps from memory files. Handles no active project or session resumption.
/handoffCaptures full session state into a structured handoff document for clean context transfer between sessions. Also supports including brief custom notes.
/statusDisplays progress in the active vibe session: current phase, recent changes, verifications, next steps, and required user actions in plain language.
/checkpointSaves a Markdown checkpoint capturing session progress, git state, open questions, and prioritized next steps to .claude/checkpoints/<timestamp>.md. Updates CLAUDE.md and commits changes.
/syncBootstraps a Claude Code session by reading project context and restoring saved state from session cache. Supports --verbose, --diff, --git, and --status flags for deeper or targeted operations.
/implementImplements tasks from the current session one-by-one, updating progress in tasks.md after each. Runs project analysis first, resolves setup blockers, follows strict coding rules.
Share bugs, ideas, or general feedback.
Surface the current session task and evaluate its clarity and completion status.
Goal: Locate and read the session state file.
Actions:
*.vetted.json file in ~/.claude/projects/$(echo "$PWD" | tr '/' '-')/ (use the file with the most recent modification time)task, updated_at, and modified_files (if present)Goal: Determine whether the task has unambiguous completion criteria.
Actions:
AskUserQuestion tool to ask the user to clarify before proceedingGoal: Assess whether the task is complete based on the conversation so far.
Actions:
<verified>Fully Vetted.</verified>