verify

Solid

Verify a deployed environment against the blueprint — health-check each deployed project and re-run the flows' acceptance criteria in staging mode. Run after you (or CI) deploy; vwf never deploys. A clean pass against the production environment offers to record a release, freezing each deployed service's API contract into docs/blueprint/apis/released/. Failures route through the feedback machinery.

DevOps & Infrastructure 1 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# verify — Check a Deployed Environment Against the Blueprint Run **after a deploy** (yours or CI's) to answer: does the deployed product still do what the blueprint promises? vwf never deploys — deployment is yours; this command only observes and verifies. Two passes: **health** (is every deployed project up) and **acceptance** (do the blueprint's flow criteria hold against the real environment). A failure here is production feedback — it routes exactly like `/vwf:feedback` input. A clean run against **production** additionally offers to record a **release** (§5) — freezing each deployed service's API contract, the point from which backward compatibility is enforced. ## Halt Conditions - No flow docs with Acceptance blocks under `docs/blueprint/flows/` **and** no deployable project in the registry → nothing to verify; say so and stop. - `$ARGUMENTS` names no environment and more than one is plausible → ask which (staging, production, …) and wait. ## Format Check Run the preflight in `${CLAUDE_PLUGIN_ROOT}/assets/format-check.md`; nudge `/vwf:setup` on drift (proceed unless the needed Acceptance blocks are missing — a pre-format-4 repo has nothing to verify flows against; offer `/vwf:setup` then stop). ## Pipeline ### 1. Resolve the target Read the registry (`docs/blueprint/architecture.md`) for the deployed projects (cloud types: `service`, `worker`, `site`, `console`) and the Acceptance blocks of every flow under `docs/blueprint/flows/*/*/index.md`. Resolve eac...

Details

Author
virajp
Repository
virajp/ai-plugins
Created
2 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category