
from memstack372
Run a structured verification protocol (automated checks + manual requirements review) to confirm work meets requirements before committing or shipping.
This skill provides a repeatable verification protocol for finished work: it runs available automated checks (build, tests, lint), compares changes against stated requirements, and produces a clear verification report with pass/fail status and prioritized fixes. The output is a compact, actionable report you can use before committing or handing work off.
Trigger this skill when a user asks phrases like "verify", "check this work", "is this done", or before pushing/committing changes. It's intended for final-review steps, not mid-task feedback. Use it when you need confidence that changes implement stated requirements and don't introduce regressions.
This skill is authoring- and CI-adjacent and works well in agent contexts with access to repo tooling and a shell (Claude Code, Copilot-style code assistants, or other code-aware agents). It expects access to git and project build/test commands.
A protocol-only skill (no scripts) that guides agents through a structured verification checklist before committing work. Includes anti-rationalization guard, automated check detection, manual requirement review, and a standardized report format. Well-documented with clear triggers and context guards. No security concerns — only suggests running standard project build/test/lint commands.
Clean skill, no scripts to execute. Pure protocol/inspection skill. The anti-rationalization table is a nice UX touch. Level history and versioning present.
Work — Plan Execution
Plan and task manager skill: parse, store, and resume project plans; provide next-action, todo, and priorities views for the agent.
Scan — Project Scope & Pricing Estimator
Analyze a codebase to estimate complexity, count files/LOC/endpoints, and produce three-tier pricing recommendations (budget/standard/premium).
Launch Plan — Product Launch Timeline
Creates a day-by-day launch timeline with pre-launch buildup, launch week execution, post-launch optimization, PR templates, and a metrics dashboard.