preflight

Load project rules and scan structure to prepare coding sessions.

27|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/forecast-bio/ferray --skill preflight-forecast-bio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight
Source: https://github.com/forecast-bio/ferray/tree/main/.claude/skills/preflight
Command: npx skills add https://github.com/forecast-bio/ferray --skill preflight-forecast-bio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loads project rules and grounding context to prepare for a coding session, ensuring the right constraints are loaded before implementation.

Core Features & Use Cases

  • Reads global rules, language manifests, and project rules
  • Detects tracking mode and scans the project tree to establish context
  • Prepares dependencies and resources for safe, informed coding

Quick Start

Ground yourself by running a preflight to load rules and set up the session context.

Frequently Asked Questions about preflight

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

FAQPage Schema
How do I load project rules before starting a coding session?

To load project rules before a coding session, run a preflight check to detect manifests, identify tracking configurations, and read language-specific rule files. This establishes necessary constraints and context before implementation begins.

What is grounding context and when do I need it for implementation?

Grounding context is the collection of global rules, language manifests, and project structures loaded into your environment. You need it during fresh implementations in crosslink-tracked projects to ensure safe, informed coding.

How do I detect tracking mode and scan project structure automatically?

You can detect tracking mode and scan the project tree by applying a preflight check at the start of a session. It identifies tracking configurations in crosslink-tracked projects and scans the structure to establish context.

Does preflight work with crosslink-tracked projects to detect manifests?

Yes, preflight works with crosslink-tracked projects by automatically detecting manifests, loading language-specific rule files, and identifying the active tracking mode to prepare dependencies and resources for coding.

Why does my coding session lack language-specific rules and constraints?

Your coding session lacks language-specific rules because project grounding was not established. Running a preflight check reads global rules, loads language manifests, and applies project rules to prepare the correct constraints.