Pre-flight verification for PAL MCP server availability
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Use this skill to verify PAL MCP server is available before starting workflows that depend on it.
pr-review-manager starts code review workflowarchitecture-lead starts architecture analysismcp__pal__* toolsThe following PAL tools must be available:
| Tool | Purpose | Used By |
|---|---|---|
mcp__pal__codereview | Multi-model code review | code-reviewer |
mcp__pal__consensus | AI consensus building | architecture-lead |
mcp__pal__thinkdeep | Deep analysis | debug-analyst |
mcp__pal__debug | Debugging assistance | debug-analyst |
mcp__pal__analyze | Code analysis | architecture-analyst |
Before starting a workflow, orchestrators MUST:
★ CHECKPOINT: Missing Required Dependency
**Required:** PAL MCP Server
**Status:** Not available
The PAL MCP server is required for this workflow.
### Installation
1. Clone PAL: git clone <pal-repo>
2. Install dependencies: npm install
3. Configure in Claude Code settings
### After Installation
Run this workflow again.
### Options
- **A) Abort** - Stop workflow (recommended)
- **C) Continue** - Proceed without PAL (limited functionality)
**[WAIT FOR USER INPUT]**
Per ADR-003, PAL is a hard dependency. Multi-model consensus is a core value proposition.
If user selects "Continue without PAL":
Add to orchestrator prompt:
## Phase 0: Pre-flight Check
Before starting the workflow:
1. Verify PAL MCP server is available
2. If not available, present the PAL Pre-flight checkpoint
3. Only proceed after confirming PAL availability or user override