skill-pre-engagement

Forwards new target and campaign initiation requests to the pre-engagement workflow.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/HazaVVIP/Fable5 --skill skill-pre-engagement-hazavvip
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-pre-engagement
Source: https://github.com/HazaVVIP/Fable5/tree/main/.claude/skills/fable-5/skill-pre-engagement-alias
Command: npx skills add https://github.com/HazaVVIP/Fable5 --skill skill-pre-engagement-hazavvip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an operator starts a new authorized security assessment, they need a consistent entry point that routes phrases like "new target" or "start assessment" into the structured pre-engagement phase of the Fable 5 red team methodology. ## Core Features & Use Cases - Trigger Phrase Routing: Recognizes operator intent such as "new target", "new campaign", or "start assessment" and activates the pre-engagement phase. - Alias Forwarding: Reads and executes the main fable-5 pre-engagement skill so campaign setup and scope confirmation follow the standard playbook. - Use Case: An operator begins an authorized engagement by stating a new target; the alias loads the pre-engagement workflow that handles campaign setup and scope confirmation before reconnaissance begins. ## Quick Start Start a new assessment by telling the operator "new target" followed by the authorized target scope.

Frequently Asked Questions about skill-pre-engagement

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

FAQPage Schema
How do I start a new red team campaign with this skill?▼

State an initiation phrase such as "new target", "new campaign", or "start assessment". The alias detects the intent and forwards execution to the main fable-5 pre-engagement skill, which handles campaign setup and scope confirmation.

What does the pre-engagement phase cover in Fable 5?▼

Pre-engagement is the first phase of the Fable 5 methodology and covers campaign setup and scope confirmation before reconnaissance begins. It has a dedicated playbook with step-by-step methodology in the Workflow directory.

Is this skill a standalone workflow or an alias?▼

It is an alias, not a standalone workflow. Its only function is to forward execution to the main fable-5-pre-engagement skill by reading and executing that skill's SKILL.md file.

What tools can this skill use during execution?▼

The frontmatter grants access to Read, Write, Edit, Bash, Grep, and Glob. These allowed tools support reading the main skill file and performing campaign setup actions during pre-engagement.

When should I not use the pre-engagement alias?▼

Do not use it for phases beyond campaign initiation, such as reconnaissance or exploitation. It only routes into pre-engagement; later phases have their own dedicated playbooks in the Fable 5 workflow.