test-creation-standard

Automate test plan creation, governance, and execution for Flutter, Laravel, and Web projects.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/belluga/delphi-ai --skill test-creation-standard
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-creation-standard
Source: https://github.com/belluga/delphi-ai/tree/main/.cline/skills/test-creation-standard
Command: npx skills add https://github.com/belluga/delphi-ai --skill test-creation-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a high-confidence testing standard for Flutter + Laravel + Web that treats tests as executable specifications, preventing regressions and minimizing false positives across multi-stack projects.

Core Features & Use Cases

  • Test-first sequencing and planning that ties test design to architectural intent.
  • Plan Review framing for medium/big initiatives, including Architecture, Code Quality, Tests, Performance, Security considerations.
  • Deterministic helpers and coverage scaffolding to ensure repeatable audits and gating.
  • Governance rules to prevent bypasses and enforce decision adherence across CI.
  • Use Case: When introducing a complex feature, automated tests guide the release with explicit coverage.

Quick Start

Define the target stack (Flutter / Laravel / Web) and intent, then scaffold and freeze the initial coverage matrix using the provided test-coverage scaffold script.

Frequently Asked Questions about test-creation-standard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce test-first development across Flutter, Laravel, and Web projects?▼

Test-first development is enforced by automating test plan creation, governance, and execution to prevent regressions across multi-stack workflows. This approach ties test design directly to architectural intent and applies strict gatekeeping before large changes are released.

What is deterministic scaffolding for automated test plans?▼

Deterministic scaffolding for automated test plans generates repeatable coverage matrices and enforces anti-bypass test rules. It ensures consistent audits and decision-adherence validation across CI and deployment gates for multi-stack projects.

Can I use automated test governance to prevent CI bypasses in Laravel and Flutter?▼

Yes, automated test governance prevents CI bypasses by applying anti-bypass rules and decision-adherence validation. It enforces plan review framing for architecture, code quality, tests, performance, and security considerations before releases.

What's the best way to scaffold a coverage matrix for multi-stack web and mobile applications?▼

The best way to scaffold a coverage matrix is using deterministic helpers provided by the test-coverage scaffold script. You define the target stack (Flutter, Laravel, or Web) and intent, then freeze the initial coverage matrix for repeatable audits.

When do I need executable-test specifications for CI and deployment gates?▼

Executable-test specifications are needed when introducing complex features or large changes requiring high-confidence release gates. They treat tests as executable specifications to prevent regressions and minimize false positives across multi-stack projects.

Why does test plan review include architecture and security considerations for web and mobile releases?▼

Test plan review includes architecture and security considerations to ensure comprehensive evaluation during medium and big initiatives. This framing ties test-first sequencing to architectural intent, preventing regressions and validating decisions across CI gates.