with one click
opplan-converter
// Convert engagement documents into machine-readable OPPLAN for the ralph loop — objective decomposition, acceptance criteria, MITRE mapping, priority ordering.
// Convert engagement documents into machine-readable OPPLAN for the ralph loop — objective decomposition, acceptance criteria, MITRE mapping, priority ordering.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | opplan-converter |
| description | Convert engagement documents into machine-readable OPPLAN for the ralph loop — objective decomposition, acceptance criteria, MITRE mapping, priority ordering. |
| allowed-tools | Read Write Edit |
| metadata | {"subdomain":"planning","when_to_use":"create OPPLAN, generate objectives, set up the loop, convert plan to tasks, make it runnable","tags":"opplan, objectives, ralph-loop, automation","mitre_attack":null} |
The OPPLAN is the direct analogue of ralph's prd.json — it's the file the autonomous loop reads each iteration to decide what to do next. Each objective must be completable by one agent in one context window.
roe.json and conops.json existRead both roe.json and conops.json first. The RoE constrains what's allowed; the CONOPS defines the kill chain and threat profile.
See ../references/schema-quick-reference.md for the OPPLAN and Objective schema fields, valid status values, and enum types.
Read the CONOPS kill chain phases. Only create objectives for authorized phases.
Each objective must follow the one context window rule — if an agent can't complete it in a single session, it's too big. Split it.
See references/objective-templates.md for recon-phase templates and references/objective-rules.md for the complete decomposition rules.
ID Convention: OBJ-{NUMBER} (auto-generated as OBJ-001, OBJ-002, ...)
Phase → Sub-Agent Routing:
| Phase | Sub-Agent | MITRE Tactics |
|---|---|---|
| recon | recon | TA0043 Reconnaissance |
| initial-access | exploit | TA0001 Initial Access, TA0002 Execution |
| post-exploit | postexploit | TA0003-TA0009 (Persistence thru Collection) |
| c2 | postexploit | TA0011 Command and Control |
| exfiltration | postexploit | TA0010 Exfiltration |
Every objective MUST have three mandatory criteria types:
Beyond these, add criteria specific to what the objective accomplishes. Every criterion must be mechanically verifiable — no vague statements like "good coverage."
For each objective:
Use add_objective (one at a time, set engagement_name and threat_profile on first call) → list_objectives to review → present for user approval. No mode switching needed — OPPLAN tools are always available.
See references/objective-rules.md validation checklist before finalizing.
Present a summary table showing all objectives with phase, priority, title, OPSEC level, and MITRE mapping. Wait for user approval before starting execution.