一键导入
engagement-lifecycle
Red team engagement lifecycle management — initiation, phase transitions, go/no-go gates, deconfliction, emergency procedures, completion.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Red team engagement lifecycle management — initiation, phase transitions, go/no-go gates, deconfliction, emergency procedures, completion.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Mandatory first-turn startup procedure — checks for existing engagements, resume/new selection, workspace initialization.
Final engagement report generation — executive summary, technical report, findings aggregation, attack path narrative, detection gap matrix, remediation roadmap.
Decepticon orchestrator patterns — delegation, state management, adaptive re-planning, context handoff protocols.
Use when setting up, running, or managing the Botron autonomous red team agent — Docker-based multi-provider LLM pentesting framework. Covers install, demo, service management, testing, and provider configuration.
Sliver C2 framework operations — server connection, listener setup, implant generation, BOF/Armory extensions, post-implant operations, HTTP C2 profiles.
Stage 1 broad-spectrum scanner playbook. Sharded sweep over very large codebases producing CANDIDATE nodes for the Detector to reason about. Load at scanner-agent startup.
| name | engagement-lifecycle |
| description | Red team engagement lifecycle management — initiation, phase transitions, go/no-go gates, deconfliction, emergency procedures, completion. |
| allowed-tools | Read |
| metadata | {"subdomain":"orchestration","when_to_use":"start engagement, new engagement, engagement status, phase transition, go/no-go, deconfliction, emergency stop, engagement complete, wrap up","tags":"engagement, lifecycle, planning, phase-transition, deconfliction, emergency, completion","mitre_attack":[]} |
Before starting any engagement, verify:
Documents exist and are valid:
roe.json — Rules of Engagement with scope, restrictions, contactsconops.json — Concept of Operations with threat profile and kill chain phasesdeconfliction.json — Deconfliction identifiers and proceduresopplan.json — Operational Plan with sequenced, acceptance-gated objectivesInfrastructure ready:
nc -z c2-sliver 31337 (gRPC port)/workspace/.sliver-configs/botron.cfg<engagement>/recon/, <engagement>/exploit/, etc.)If any document is missing: Delegate to soundwave sub-agent first.
All paths below are relative to the engagement working directory (set via cd before commands run).
| Type | Starting Phase | Sub-Agents Used | Key Consideration |
|---|---|---|---|
| Full Scope | Planning → Recon | All (soundwave, recon, exploit, postexploit) | Longest duration, most OPSEC-sensitive |
| Assumed Breach | Exploitation | exploit, postexploit | Skip recon, start from provided foothold |
| Recon Only | Recon | recon only | No exploitation, intelligence gathering only |
| Objective-Based | Varies | Targeted subset | Focus on specific crown jewels |
Read roe.json to determine engagement type and adjust phase ordering accordingly.
Before transitioning between phases, verify the gate criteria from the workflow skill:
Planning → Recon: roe.json + conops.json + deconfliction.json + opplan.json exist and validated
Recon → Exploit: Attack surface identified, targets prioritized, vulns catalogued
Exploit → PostExploit: Initial foothold established, access type documented
PostExploit → Report: All OPPLAN objectives resolved (passed or blocked)
workflow skill for phase-specific gates)Some objectives may uncover new targets or invalidate assumptions:
If roe.json specifies deconfliction contacts:
If engagement must be halted:
[EMERGENCY STOP] prefixTrack these throughout the engagement for the final report:
| Metric | Description | Source |
|---|---|---|
| MTTD | Mean Time to Detect (per objective) | Blue team detection timestamps |
| Dwell Time | Time from foothold to detection | findings.md timestamps |
| Objectives Completed | Passed / Total | opplan.json status counts |
| Attack Path Depth | Number of hops from initial access | lateral movement log |
| Credential Exposure | Unique credentials captured | post-exploit/creds/ |
When all objectives are resolved:
Attack Path Documentation:
Findings Synthesis:
<engagement>/findings.md entriesRemediation Recommendations:
Evidence Preservation:
<engagement>/recon/<engagement>/exploit/<engagement>/post-exploit/Cleanup: