VaiYav

34 mods across 1 repository, 23 stars between them.

VaiYav/speckit-product-forge

Command

Phase 3: Iterative revalidation and correction cycle. Shows product spec summary, collects user feedback in chat, applies corrections via a dedicated agent, and loops until explicit user approval. All revision history recorded in review.md. Use with: "revalidate spec", "review product spec"…

23 8d ago A 77 tokens original MIT

VaiYav/speckit-product-forge

Command

Feature-specific OWASP security audit. Reads plan.md to detect auth, payments, user input, and file handling — then checks only the relevant attack vectors. Generates a prioritized fix list with code-level evidence. Run after implement, before ship. Use: "security check", "/speckit.product-forge.security-check".

23 8d ago A 73 tokens original MIT

VaiYav/speckit-product-forge

Command

Cross-cutting (living spec): merge a completed feature's delta specs (ADDED/MODIFIED/REMOVED requirements) into the canonical specs/ source of truth, then archive the change folder with audit history. Makes the spec spec-anchored — a living source of truth across the feature's lifetime, not a per-change artifact. Use…

23 8d ago A 100 tokens original MIT

VaiYav/speckit-product-forge

Command

Show the current Product Forge lifecycle status for a feature. Reads .forge-status.yml, displays all phases with completion state, lists available artifacts, and recommends the next action. Works for any feature in the features/ directory. Use with: "forge status", "show status", "/speckit.product-forge.status".

23 8d ago A 72 tokens original MIT

VaiYav/speckit-product-forge

Command

Cross-cutting artifact consistency checker. Verifies alignment across ALL lifecycle layers — research ↔ product-spec ↔ spec.md ↔ plan.md ↔ tasks.md ↔ code. Detects forward drift (earlier artifacts not reflected in later) and backward drift (later decisions that should update earlier artifacts). Runnable between ANY…

23 8d ago A 110 tokens original MIT

VaiYav/speckit-product-forge

Command

Phase 5B: Generate task breakdown from plan.md with cross-validation against product-spec. Ensures every Must Have story and functional requirement has at least one task. Standalone — run after plan, before implement (or after any custom step). Use: "generate tasks", "task breakdown", "/speckit.product-forge.tasks".

23 8d ago A 76 tokens original MIT

VaiYav/speckit-product-forge

Command

Phase 8A: Creates a comprehensive test plan from feature artifacts. Asks about test types (smoke, E2E Playwright, API/integration, regression), environment setup, credentials, auto-detects project test framework, and generates test cases mapped to user stories. Saves to features/ /testing/. Use with: "create test…

23 8d ago A 92 tokens original MIT

VaiYav/speckit-product-forge

Command

Phase 8B: Executes test cases via playwright-cli (interactive browser agent), tracks bugs in bugs/ .md, auto-fixes P0/P1 bugs and retests, performs gap analysis when bugs require spec changes. Loop continues until all P0/P1 bugs closed and exit criteria met. Use with: "run tests", "execute tests"…

23 8d ago A 93 tokens original MIT

VaiYav/speckit-product-forge

Command

Generates an analytics tracking plan from user journeys and product-spec. Creates event taxonomy, property schemas, funnel definitions, and ready-to-paste code snippets for your analytics SDK. Links each event to a user story and success metric. Use after product-spec: "tracking plan"…

23 8d ago A 76 tokens original MIT

VaiYav/speckit-product-forge

Command

Phase 7: Full traceability verification across the entire Product Forge chain. Consumes the live traceability.yml matrix and checks: code ↔ tasks ↔ plan ↔ spec.md ↔ product-spec ↔ research, plus journey↔E2E coverage, UI↔design-system, FE↔BE contract drift, and doc↔code reconciliation. Produces a structured…

23 8d ago A 122 tokens original MIT