Perform parametric cost estimation and cost-risk analysis for space missions. Use this skill to generate ROM (Rough Order of Magnitude) costs, build Cost Estimating Relationships (CERs), produce cost breakdowns by subsystem and WBS element, and generate cost S-curves for risk assessment. Trigger this for "mission cost," "cost estimate," "ROM cost," "cost model," "cost-to-complete," "budget estimate," "proposal cost," "cost breakdown," or "cost risk."
Read
CONVENTIONS.mdat the repo root before proceeding.
This skill generates parametric cost estimates for space missions — from early ROM for proposals and investor pitches through detailed cost breakdowns for Phase A/B design reviews.
Ask the user (if not already known):
| Responsibility | Owner |
|---|---|
| Subsystem mass and complexity inputs | Domain analysis skills (structural-assessment, power-assessment, etc.) |
| System-level cost estimate, cost model selection, wraps, and risk | This skill |
| Trade study cost criterion scoring | trade-study-manager (uses cost estimates from this skill) |
| Schedule and program timeline | schedule-risk-assessment (when available) |
Choose the appropriate model based on mission type and available data:
| Model | Best For | Key Input | Notes |
|---|---|---|---|
| USCM8/9 (Unmanned Spacecraft Cost Model) | Traditional government S/C | Dry mass by subsystem | NASA/Air Force heritage, well-calibrated |
| SSCM (Small Satellite Cost Model) | SmallSats < 500 kg | Total dry mass, mission type | Aerospace Corp, better for small missions |
| NICM (NASA Instrument Cost Model) | Science instruments/payloads | Instrument mass, type, aperture | Separate from bus cost |
| PCEC (Project Cost Estimating Capability) | NASA missions (full lifecycle) | WBS-level inputs | NASA's primary tool |
| Analogy | When a heritage mission exists | Historical actual cost + adjustments | Best when strong analog exists |
| NewSpace Parametric | Commercial/startup missions | Mass, TRL, team size, reuse factors | Calibrated to commercial actuals |
Default approach: If the user doesn't specify, use mass-based parametric CERs (USCM-class) with NewSpace adjustment factors where applicable.
Estimate each subsystem using mass-based CERs. Generic form:
$$C_{subsystem} = a \cdot M^b \cdot F_{complexity}$$
Where:
| Subsystem | a | b | Typical Mass Range |
|---|---|---|---|
| Structure & Mechanisms | 157 | 0.83 | 10-500 kg |
| Thermal Control | 394 | 0.635 | 2-50 kg |
| EPS (Power) | 62.7 | 1.00 | 5-200 kg |
| TT&C (Communications) | 545 | 0.761 | 2-50 kg |
| ADCS (GNC) | 464 | 0.867 | 3-100 kg |
| Propulsion | 18.4 | 0.846 | 5-500 kg |
| C&DH (Flight Computer) | 545 | 0.761 | 2-30 kg |
⚠️ These are reference values only. Actual CER coefficients vary by source database and should be stated with their provenance. Ask the user if they have project-specific CERs.
For commercial/startup missions, apply reduction factors to traditional CERs:
| Factor | Typical Range | Rationale |
|---|---|---|
| COTS Hardware | 0.3 - 0.6 | Commercial off-the-shelf vs. custom flight hardware |
| Lean Team | 0.5 - 0.7 | Small agile team vs. large institutional workforce |
| Reduced Documentation | 0.7 - 0.85 | Streamlined reviews vs. full NASA/ECSS doc suite |
| Design Reuse / Heritage | 0.4 - 0.7 | Block-buy, repeat build, product line |
| Composite NewSpace Factor | 0.15 - 0.40 | Combined effect (multiply individual factors) |
Use NICM or analogy:
Rule of thumb: Payload cost is typically 20-40% of spacecraft bus cost for observatory missions, but can exceed bus cost for flagship science instruments.
Hardware cost alone dramatically underestimates total mission cost. Apply wrap factors:
| WBS Element | Typical % of Hardware Cost | Notes |
|---|---|---|
| Program Management (PM) | 8-15% | Lower for small missions, higher for institutional |
| Systems Engineering (SE) | 10-18% | Includes budgets, interfaces, trade studies |
| Mission Assurance (MA) | 3-8% | Quality, reliability, parts screening |
| Integration & Test (I&T) | 10-20% | AIT campaign, environmental testing, GSE |
| Ground Segment | 15-30% of total | MOC, ground stations, data processing |
| Launch Services | Market price | SpaceX rideshare: ~$5.5K/kg; Dedicated small LV: $10-30M; Medium/Heavy: $60-150M |
| Operations (per year) | 5-15% of S/C cost per year | Staff, ground network fees, data processing |
Assemble the total:
$$C_{total} = C_{payload} + C_{bus} + C_{PM/SE/MA} + C_{I&T} + C_{launch} + C_{ground} + C_{ops} + C_{reserve}$$
Cost Reserve (Unallocated Future Expenses — UFE):
Go beyond point estimates:
If uncertainty distributions are available:
Simplified approach (Phase A): Apply cost growth factors from historical data:
When the user specifies a cost cap:
For quick sanity checks and Phase A estimates:
| Mission Class | Typical Total Cost | Examples |
|---|---|---|
| 3U CubeSat (university) | $0.5-2M | Educational, tech demo |
| 6-12U CubeSat (commercial) | $2-10M | Planet Dove, Spire |
| Microsatellite (50-150 kg) | $10-50M | ICEYE SAR, BlackSky |
| Small satellite (150-500 kg) | $30-150M | RCM, WorldView Legion |
| Medium satellite (500-2000 kg) | $150-500M | Sentinel, GOES-R instruments |
| Large science mission | $500M-2B | JWST ($10B is an outlier) |
| Flagship mission | $2-10B | Mars Sample Return, Europa Clipper |
| Lunar lander (commercial) | $50-300M | CLPS landers (Astrobotic, Intuitive Machines) |
| Constellation (per sat, at scale) | $0.5-5M | Starlink, OneWeb (unit cost at volume) |
⚠️ These are order-of-magnitude reference points. Actual costs vary enormously based on complexity, heritage, and programmatic approach. Always state the basis of estimate.
cost_estimate.md)A Markdown document containing:
cost_comparison.csv)If multiple options are being compared (for trade-study-manager):
/requirements/, /analysis/systems-engineering-assessment/ (mass budget), /analysis/structural-assessment/ (mass properties), all domain skill outputs (for subsystem mass inputs)/analysis/cost-estimation/trade-study-manager (cost as a Figure of Merit), systems-engineering-assessment (mission-level summary), project management / proposal teams