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 fradser/dotclaude --plugin meeseeks-vettedvet/# 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 ...
/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLStarts git-flow release: validates <version> semver, creates release/<version> branch, bumps version in project files, commits, and pushes to origin.
/SKILLReviews SwiftUI and Swift code for best practices, modern APIs, data flow, navigation, accessibility, performance. Outputs issues by file with before/after fixes and prioritized summary.
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>