con un clic
engagement-lifecycle
Red team engagement lifecycle management — initiation, phase transitions, go/no-go gates, deconfliction, emergency procedures, completion.
Menú
Red team engagement lifecycle management — initiation, phase transitions, go/no-go gates, deconfliction, emergency procedures, completion.
| 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","upstream_ref":"Decepticon engagement lifecycle — orchestrator-level planning skill, no direct attack technique"} |
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/decepticon.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 plan/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:
timeline.jsonl only when a real event occursIf engagement must be halted:
timeline.jsonl and update the affected OPPLAN objectivesTrack 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 | timeline.jsonl 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/FIND-*.md entriesRemediation Recommendations:
Evidence Preservation:
<engagement>/recon/<engagement>/exploit/<engagement>/post-exploit/Cleanup:
Operational-tier finding template — minimal fields for sub-agent decision support. Heavyweight deliverable promotion lives in skills/decepticon/final-report.
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.
Exploitation finding documentation — initial access reports, exploit chain documentation, CVSS v4.0 scoring, shell/credential inventory, detection gap analysis.
Post-exploitation finding documentation — credential access, privilege escalation, lateral movement reports, detection gap analysis, attack path documentation, CVSS v4.0 scoring.
Recon output formatting — report structure, CVSS v4.0 scoring (primary), MITRE ATT&CK mapping, finding prioritization, Markdown output, detection gap tracking, handoff checklists.