/preflight

Run lint, test, and build checks and generate a timestamped preflight.md report.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/fnkydcks-lab/dt-foundry --skill preflight-fnkydcks-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /preflight
Source: https://github.com/fnkydcks-lab/dt-foundry/tree/main/preflight
Command: npx skills add https://github.com/fnkydcks-lab/dt-foundry --skill preflight-fnkydcks-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Preflight automates the pre-deploy validation to ensure the codebase aligns with the brief, maintains consent architecture, and reduces deployment risk.

Core Features & Use Cases

  • Validate brief alignment by reading /brief.md and confirming intent.
  • Detect project stack, run lint, test, and build checks appropriate to the detected stack.
  • Generate a timestamped preflight report with a clear verdict for decision-making.
  • Use case: a web app ready for staging requires a green preflight pass before merge.

Quick Start

Run the preflight action on your project to generate a go/no-go verdict and a preflight report.

Frequently Asked Questions about /preflight

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

FAQPage Schema
How do I automate pre-deploy validation checks for my software project?

Automating pre-deploy validation requires running lint, test, and build checks before shipping. This skill detects your project stack, executes the appropriate verifications, and produces a timestamped report with a formal go/no-go verdict.

What is a preflight check and when do I need it before deployment?

A preflight check is a formal validation step ensuring code aligns with project requirements and consent architecture before deployment. You need it when preparing a web app for staging or merging, requiring a green pass to proceed.

How do I generate a preflight report with a go/no-go verdict for my build?

Generating a preflight report involves reading your project brief, detecting the stack, and running stack-appropriate checks. This process yields a timestamped preflight.md file containing a clear go/no-go verdict for deployment.

Can I use automated preflight checks for any programming language stack?

Automated preflight checks adapt to your environment by detecting the project stack first, then applying appropriate lint, test, and build verifications tailored to that language stack before generating a deployment verdict.

Does preflight validation verify consent architecture and brief alignment?

Preflight validation explicitly verifies consent architecture and brief alignment by reading the /brief.md file to confirm intent. It checks the codebase against these functional requirements before producing a final go/no-go verdict.