coordination

Orchestrate executor and validator agents across pentest engagement phases.

3|1|Updated May 26, 2026
One-click install
npx skills add https://github.com/LeoWSY-hashblue/-communitytools-custom --skill coordination-leowsy-hashblue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coordination
Source: https://github.com/LeoWSY-hashblue/-communitytools-custom/tree/main/skills/coordination
Command: npx skills add https://github.com/LeoWSY-hashblue/-communitytools-custom --skill coordination-leowsy-hashblue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pentest engagements often involve coordinating multiple agents (executors, validators, skeptics) and keeping a coherent, auditable workflow. This Skill provides a centralized orchestration layer that reads a set of mounted skills, spawns appropriate agents, and maintains the engagement state and logs to ensure disciplined progress across reconnaissance, testing, and reporting.

Core Features & Use Cases

  • Orchestrates executor and validator agents with context-aware spawning and route-appropriate prompts to each role.
  • Maintains the living attack-chain.md with hypotheses, tests, and results to guide ongoing engagements.
  • Supports iterative experimentation (E-NNN rows), skeptic checkpoints, and phase-3 handoffs to skill updates and Slack notifications.

Quick Start

Spawn the coordination Skill in your engagement with OUTPUT_DIR and TARGET defined to begin orchestrating executor and validator agents.

Frequently Asked Questions about coordination

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

FAQPage Schema
How do I coordinate multiple agents for an autonomous pentest engagement?

You coordinate autonomous pentest engagements by mounting the coordination Skill, which spawns executor and validator agents with context-aware prompts to maintain disciplined progress across the full engagement lifecycle.

How does orchestration maintain attack-chain context during pentesting?

Orchestration maintains attack-chain context by keeping a living attack-chain.md file that records hypotheses, iterative experiments, and results to guide ongoing testing and phase transitions.

What is the best way to automate pentest validation and reporting workflows?

Automating pentest validation and reporting workflows is handled by spawning validator agents and skeptic checkpoints that enforce governance rules, log provenance, and enable phase-3 handoffs to update skills and notify stakeholders.

Can I run autonomous pentest orchestration without external dependencies?

You can run autonomous pentest orchestration without external dependencies by defining OUTPUT_DIR and TARGET variables, letting the centralized orchestration layer manage the engagement state internally.

How do I transition between phases like reconnaissance and testing in an automated pentest?

Phase transitions between reconnaissance, experiments, and validation are managed by the orchestration layer, which uses centralized context and governance rules to trigger route-appropriate agent spawning.

When should I not use a centralized orchestration layer for pentesting?

Centralized orchestration is not suited for ad-hoc, single-step tests, as it enforces structured phase transitions, provenance logging, and iterative experimentation rows designed for full engagement lifecycles.