vpaivag/skills

Personal collection of agent skills for planning, executing, tracking, and reviewing software engineering work — plus a utility for keeping CLAUDE.md files lean.

5Stars on the repository
13Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

plan-critic

01

vpaivag/skills

Agent

Part of skills

Split-context red/blue critic for a single plan proposal. Spawned by /blueprint during the design path — receives exactly one proposal plus the task constraints, never the codebase or sibling proposals, and returns only the attacks that survive its own repair attempt. Use one critic per proposal.

5 1mo ago A 62 tokens original MIT

qa-author

02

vpaivag/skills

Agent

Part of skills

Blind QA-plan author. Spawned by /blueprint immediately after context.md is written — reads ONLY context.md and derives behavioral verification criteria from intent alone, before and without ever seeing any plan, proposal, or code. Writes qa-plan.md into the suite dir. Re-run whenever context.md's Task or Expected…

5 1mo ago A 68 tokens original MIT

visual-planner

03

vpaivag/skills

Agent

Part of skills

Renders a plan suite into visual.html — the human review-and-approval surface. Spawned by /blueprint after plan.md and qa-plan.md exist; also invocable directly ("render a visual plan for "). Reads the whole suite, scales depth to the plan, authors block markup against the plugin's block library, and regenerates the…

5 1mo ago A 81 tokens original MIT