Rocket Analysis

Integrate research rocket trajectories and screen sizing or altitude-only design choices.

AS-RA-06

Available calculations.

  • rocket_3dof_trajectory
  • estimate_rocket_sizing
  • optimize_launch_angle

Runner example.

The installed skill teaches your agent when to activate this module and how to call the local runner.

estimate_rocket_sizingAS-RA-06
{
  "ok": true,
  "operation": "estimate_rocket_sizing",
  "result": {
    "propellant_type": "solid",
    "specific_impulse_s": 220,
    "required_delta_v_ms": 781.44,
    "payload_mass_kg": 2,
    "dry_mass_kg": 3.4,
    "propellant_mass_kg": 2.36,
    "total_mass_kg": 7.76,
    "estimated_length_m": 2.57,
    "estimated_diameter_m": 0.32
  },
  "units": {
    "required_delta_v_ms": "m/s",
    "total_mass_kg": "kg"
  },
  "assumptions": [
    "Single-stage ideal rocket equation with an explicit empirical structural multiplier"
  ],
  "warnings": [
    "Screening surrogate only; excluded from physical-accuracy claims and not for weapon, targeting, launch, structural, thermal, stability, or regulatory design"
  ],
  "provenance": [
    "Tsiolkovsky ideal rocket equation",
    "Aerospace Skills declared sizing surrogate"
  ]
}

Install all ten skill modules.

Read the operating guide