vcwatzup

Solid

Use when you need a read-only handoff summary of current branch state, local/remote refs, worktrees, active project plans, selected-plan hints, and suggested next checks.

AI & Automation 852 stars 197 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
98
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Watzup Summarize the current repo state for handoff and resume work. This is a helper skill only. - Do use it for read-only branch, worktree, and active-plan summaries. - Do use it to surface likely selected-plan context when it can be proven or safely hinted. - Do not use it to choose a plan authoritatively. - Do not use it to approve execution, resume execution, or mutate repo/process state. ## Core Contract `watzup` is advisory. - Evidence comes from git, worktree metadata, and `process/*` plan inventory. - Selected-plan awareness is a hint, not a command. - Next-step recommendations are suggestions, not workflow gates. If a user needs execution, the repo still requires explicit plan selection and `ENTER EXECUTE MODE`. ## Invocation Run the local scanner: ```bash node .claude/skills/watzup/scripts/watzup-scan.cjs --json ``` Useful flags: ```bash node .claude/skills/watzup/scripts/watzup-scan.cjs node .claude/skills/watzup/scripts/watzup-scan.cjs --json --max-branches 8 --plan-limit 6 node .claude/skills/watzup/scripts/watzup-scan.cjs --selected-plan process/general-plans/active/example_PLAN_27-05-26.md node .claude/skills/watzup/scripts/watzup-scan.cjs --since "14 days ago" node .claude/skills/watzup/scripts/watzup-scan.cjs --fetch ``` ## Input Sources The scanner reads from: - `git status --short --branch` - `git worktree list --porcelain` - local and remote branch refs plus sampled recent commits - `process/general-plans/active/` - `process/features/*/ac...

Details

Author
withkynam
Repository
withkynam/vibecode-pro-max-kit
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category