pipeline
Installation
SKILL.md
Prepare the battlefield for: $ARGUMENTS
This command runs recon, scanning, and surface ranking — everything needed BEFORE hunting.
It does NOT hunt, validate, or report. Use /hunt or /autopilot for that.
Phase 0: SETUP
- Read
scope.yaml— resolve and verify targets- If
$ARGUMENTSis empty:uv run python3 $CLAUDE_PROJECT_DIR/tools/scope_check.py --list - If
$ARGUMENTSis a domain:uv run python3 $CLAUDE_PROJECT_DIR/tools/scope_check.py $ARGUMENTS
- If
- Read
policy.md— extract policy preamble for all agent dispatches - Brain init or brief:
- If no brain exists:
uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py init - If brain exists:
uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py brief <target>
- If no brain exists: