ase-task-preflight

Analyze a task plan and generate a draft artifact change set in unified diff format.

44|5|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/rse/ase --skill ase-task-preflight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ase-task-preflight
Source: https://github.com/rse/ase/tree/main/plugin/skills/ase-task-preflight
Command: npx skills add https://github.com/rse/ase --skill ase-task-preflight

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a preflight check for a task plan, allowing developers to test the implementation before making changes to the codebase.

Core Features & Use Cases

  • Task Preflight: Analyze a task plan to ensure it's ready for implementation.
  • Implementation Draft: Generate a draft for a corresponding artifact change set in unified diff format.
  • Interactive Workflow: Allow users to decide the next step after preflight (e.g., stop, edit, implement).

Quick Start

Pre-flight the current task plan with the 'ase-task-preflight' skill.

Frequently Asked Questions about ase-task-preflight

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

FAQPage Schema
What is a task preflight check in software development?

A task preflight check analyzes a task plan to ensure it is fully ready for implementation. It generates a draft artifact change set in unified diff format without modifying source files.

How do I generate a draft change set before modifying my codebase?

You can generate a draft change set by running a preflight analysis on your task plan. This produces a unified diff artifact representing the proposed implementation without touching source files.

Do I need ASE MCP tools to preflight a task plan?

Yes, the task preflight process requires ASE MCP tools for task management and change set creation. These dependencies are necessary to analyze plans and generate the draft artifact.

Can I review a task plan implementation draft without committing changes?

Yes, the preflight process creates a draft artifact change set for review without modifying source files. You can interactively decide whether to stop, edit, or proceed with implementation.

What is the best way to validate a task plan before implementation?

The best way to validate a task plan is running a preflight check that analyzes the plan and generates a draft artifact change set. This ensures the plan is ready for implementation without risking source files.

Why does my task preflight not modify source files directly?

The preflight check is designed to prepare a draft artifact change set rather than implement changes directly. It ensures safe validation by keeping source files intact while you review the proposed diff.