arkweb-preflight

Verify ArkWeb SDD workflow prerequisites by checking Skill files, writable paths, and templates.

31|6|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill arkweb-preflight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arkweb-preflight
Source: https://github.com/openharmonyinsight/openharmony-skills/tree/main/workflows/arkweb/.aceharness/skills/arkweb-preflight
Command: npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill arkweb-preflight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

arkweb-preflight prevents ArkWeb SDD workflow failures by checking whether required project files, directories, templates, and agent capabilities are ready before Phase 1 begins.

Core Features & Use Cases

  • Pre-check project integrity: Validates required core SKILL.md files, ensures output directories are writable, and confirms required templates exist.
  • Assess agent and data-source capability: Detects whether parallel agent execution is available and whether optional knowledge bases and MCP/agent-browser capabilities can be used.
  • Auto-fix recoverable gaps with confirmation: Creates missing directories and generates environment/MCP configuration templates while allowing the user to confirm changes.

Use Case: When starting arkweb-sdd on a new machine or after switching projects, you can run this preflight to quickly know what must be fixed to achieve a complete environment grade.

Quick Start

Ask the AI to run arkweb-preflight preflight checks for my ArkWeb SDD project root before starting Phase 1.

Frequently Asked Questions about arkweb-preflight

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

FAQPage Schema
How do I verify environment readiness before starting an ArkWeb SDD workflow?

To verify ArkWeb SDD workflow prerequisites, run preflight checks to validate required SKILL.md files, confirm writable output directories, and ensure required templates exist before Phase 1 execution.

What is workflow preflight checking and when do I need it for my project?

Workflow preflight checking validates project integrity and agent capabilities before execution. You need it during first-time setup, machine or project switching, or troubleshooting uncertain data sources and agent capabilities.

How to check if agent capabilities and data sources are ready for ArkWeb?

Check agent and data-source capability by running preflight checks that detect parallel agent execution availability and evaluate optional knowledge bases alongside MCP or agent-browser capabilities before starting your workflow.

Can I automatically fix missing directories and configuration templates during environment setup?

Yes, you can automatically fix recoverable gaps during environment setup. The preflight check creates missing directories and generates environment or MCP configuration templates while requiring user confirmation before applying changes.

Does the ArkWeb preflight check block workflow execution if optional capabilities are missing?

No, the ArkWeb preflight check ensures safe, non-blocking operation. It applies capability-based grading and provides optional degradation paths, allowing the workflow to proceed even when optional knowledge bases or MCP capabilities are absent.

Why does my ArkWeb SDD workflow fail when switching projects on a new machine?

Your ArkWeb SDD workflow fails when switching projects because required core files, writable directories, or templates are missing. Running a preflight check identifies these gaps and confirms what must be fixed to achieve a complete environment grade.