Skip to content
@shineharvest

Shine Harvest

Space-based solar power program - controlled digital engineering backbone for orbital generation, beam transmission, ground reception, and energy delivery.

Shine Harvest

SPACE-BASED SOLAR POWER

Controlled Digital Engineering Program


Program PhaseRepositoriesDemo GateClassification




Persistent clean energy from space,delivered through controlled orbital infrastructure.



Program Overview

Shine Harvest is a space-based solar power (SBSP) system architecture designed to collect solar energy in orbit, transmit it as a directed beam to terrestrial receiving stations, and deliver electricity to energy markets through secure, evidence-governed coordination.

This GitHub organization is the private digital engineering backbone of the program. It is not a public showcase. It follows Tier-1 aerospace configuration-control practices: baselined requirements, controlled interfaces, traceable verification evidence, and explicit state semantics across every subsystem boundary.

The architecture distinguishes five layers of physical truth and three cross-cutting governance functions, each managed in a dedicated repository with explicit ownership, interface contracts, and verification linkage.


System Architecture

Shine Harvest System Architecture

Design principle: Each layer publishes its own truth. Downstream layers consume that truth — they do not invent it or silently widen its meaning.


Program Repositories

Phase A — Governance Backbone

These repositories define meaning, control, evidence, and trust before any operational system is built.

RepositoryDomainRoleCriticality
sh-architectureSystems EngineeringMission architecture, ConOps, system requirements, state dictionary, ICDs, trade studies, risk register, roadmap, program handbookCritical
sh-simulationsModeling & AnalysisOrbital mechanics, transmission efficiency, reliability, economics scenario models, controlled evidence outputCritical
sh-verificationV&VRequirements traceability matrix, cross-repo verification cases (XRV), evidence index, milestone gate assessments, review recordsCritical
sh-securitySecurity AssuranceSystem threat model, trust boundary map, control integrity rules, hardening baseline, access/incident/secrets policiesCritical

Phase B — Physical Truth

These repositories own the upstream physical state of the system: what power is generated and what platform context surrounds it.

RepositoryDomainRoleCriticality
sh-solar-generationPower ProductionSolar collection architecture, 9-state generation model, 5-category output baseline, sunlight/eclipse behavior, degradation logicHigh
sh-orbital-platformSpacecraft OperationsPlatform state model, subsystem health aggregation, energy availability computation, constellation coordinationHigh

Phase C — Operational Systems

These repositories implement transmission, reception, and coordination — all consuming upstream physical truth.

RepositoryDomainRoleCriticality
sh-beam-controlTransmission & SafetyPhased-array steering, 8-state control model, safety interlock hierarchy, mode selection, beam authorization logicSafety-Critical
sh-ground-segmentReception & Grid7-state site readiness model, telemetry baseline, operator workflows, grid integration interfaceCritical
sh-autonomyCoordination & Scheduling7-state coordination model, anomaly handling policy, scheduling baseline, cross-system state synchronizationHigh

Phase D — Value Realization

RepositoryDomainRoleCriticality
sh-market-layerEnergy Markets8-state dispatch model, delivery accounting, settlement baseline, demand signaling interfaceHigh

Cross-Repo Interface Matrix

The program maintains 35 controlled interfaces (SH-IF-001 through SH-IF-035) across 5 interface types. The full matrix is governed in sh-architecture/icd/cross-repo-interface-dependency-matrix-v0.2.md.

Interface priority after the solar-generation split:

PriorityInterfacesPathRationale
P1SH-IF-008, 009, 020, 021BMC ↔ GND + SECPrimary safety and operational delivery path
P2SH-IF-003, 006, 011, 012SOL → ORB → AUT/BMCUpstream physical-truth chain: generation drives platform, which drives beam and autonomy
P3SH-IF-014, 015, 016, 019SOL/ORB/BMC → SIM → VNVArchitecture trade questions become reviewed evidence
P4SH-IF-025, 026, 027, 028, 029Operations → MKTMarket logic remains downstream of real system truth

Non-negotiable rules:

  1. A producer repo defines what it publishes. Consumer repos must not silently widen that meaning.
  2. If SOL says output is eclipsed, degraded, or constrained — downstream repos must not treat it as normal.
  3. If GND is not ready, BMC and MKT must not behave as though valid delivery exists.
  4. AUT recommendations do not override safety, authorization, or trust-boundary baselines.

Milestone Status

MilestoneTagStatusGate Owner
Org BaselineORG-BASELINE-v1PASSexec-admin
System Requirements ReviewSRR-v1In Progresssystems-architecture
Architecture BaselineARCH-BASELINE-v1In Progresssystems-architecture
Simulation BaselineSIM-BASELINE-v1In Progresssimulation-modeling
Verification BaselineVNV-BASELINE-v1In Progressverification-vnv
Security BaselineSEC-BASELINE-v1In Progresssecurity-assurance
Operations BaselineOPS-BASELINE-v1Plannedsystems-architecture
Demo ReadinessDEMO-READY-v1Conditional Passverification-vnv
Pilot ReadinessPILOT-READY-v1Not Startedexec-admin

Demo Readiness — Conditional Pass rationale: 22 requirements defined, all critical ICDs drafted, XRV-001 through XRV-007 closed with actions, risk register and threat model in place. Open items: SH-SIM-001 results pending, 9 XRV actions unresolved, branch protection awaiting Team plan upgrade.


Program Phases

 Phase A Phase B Phase C Phase D
Foundations Physical Truth Operations Value Realization
───────────────── ───────────────── ───────────────── ─────────────────
ARCH SIM SOL ORB BMC GND AUT MKT
VNV SEC
───────────────── ───────────────── ───────────────── ─────────────────
[ CURRENT ] [ CURRENT ] [ NEXT ] [ PLANNED ]

Phase exit criteria are enforced. No repo may advance to a later phase until its dependencies in the current phase are baselined. This sequencing is non-negotiable.


State Hierarchy

The system follows a strict top-down state flow. Downstream layers interpret upstream truth — they do not contradict it.

 Layer 0 Generation Truth SOL Generation state, output confidence, eclipse
│
Layer 1 Platform Operations ORB Platform health, availability (consuming SOL)
│
Layer 2 Transmission Control BMC Beam state, safety interlocks, mode
│
Layer 3 Reception GND Site readiness, telemetry, grid
│
Layer 4 Coordination AUT Scheduling, anomaly response, dispatch
│
Layer 5 Value MKT Allocation, settlement, delivery evidence
│
Layer 6 Assurance SEC + VNV Trust, evidence, readiness

All state terms are defined in sh-architecture/docs/state-dictionary-v0.1.md. When Layer 2 says the beam is DEGRADED, that word has a specific, controlled meaning — and it is the same meaning for every layer that reads it.


Verification Posture

MetricValue
System requirements defined22
Cross-repo verification cases (XRV)18 (XRV-001 through XRV-015, XRV-SOL-001 through XRV-SOL-003)
XRV cases executed7 (XRV-001 through XRV-007, all Closed with Actions)
XRV cases planned11
Controlled interfaces35 (SH-IF-001 through SH-IF-035)
ICDs drafted7
ICDs in backlog3 (SH-ICD-SOL-ORB/BMC/AUT-001)
Risks registered8
Simulation scenarios defined5 (SH-SIM-001 through SH-SIM-005)
Open XRV actions9

Engineering Principles

PrincipleMeaning
Private by defaultPublic by exception. Release-controlled always.
Architecture before codeControlled baselines before implementation sprawl.
Evidence before claimsNo milestone language without traceable artifacts.
Safety before throughputControlled delivery before optimization.
Security from day oneNot a compliance afterthought. Threat models in Phase A.
Generation truth is explicitNo downstream claim exceeds what SOL can justify.
Interfaces before internalsCross-repo contracts before subsystem logic.

Organization

Engineering Teams

TeamDomainPrimary Repo
exec-adminProgram administrationAll (admin)
systems-architectureArchitecture, requirements, ICDssh-architecture
solar-generationCollection, generation state, outputsh-solar-generation
orbital-platformSpacecraft, constellation, availabilitysh-orbital-platform
beam-controlTransmission, steering, safetysh-beam-control
ground-segmentReceiving sites, telemetry, gridsh-ground-segment
autonomy-aiCoordination, anomaly detection, schedulingsh-autonomy
market-systemsDispatch, accounting, settlementsh-market-layer
simulation-modelingScenarios, models, evidence generationsh-simulations
verification-vnvTraceability, evidence, readiness gatessh-verification
security-assuranceThreat models, trust, hardeningsh-security

External Access

TeamAccess Model
external-auditorsRead-only on governance repos (ARCH, SIM, VNV, SEC, SOL)
vendors-partnersPer-repo scoped access, granted per engagement

Key Documents

Architecture and Governance

DocumentLocationVersion
Program Handbooksh-architecture/docs/program-handbook-v0.2.md0.2
State Dictionarysh-architecture/docs/state-dictionary-v0.1.md0.2
Interface Dependency Matrixsh-architecture/icd/cross-repo-interface-dependency-matrix-v0.2.md0.2
System Requirementssh-architecture/requirements/system-requirements-v0.1.md0.1
Concept of Operationssh-architecture/conops/conops-v0.1.md0.1
Risk Registersh-architecture/risk/risk-register-v0.1.md0.1

Strategic Intelligence

DocumentLocationVersion
Competitive Landscapesh-architecture/docs/competitive-landscape-v0.1.md0.1
Capability Stacksh-architecture/docs/capability-stack-v0.1.md0.1
Strategy Resetsh-architecture/docs/strategy-reset-v0.1.md0.1
Regional Watchlistsh-architecture/docs/regional-watchlist-v0.1.md0.1
Master Document Registrysh-architecture/docs/master-document-registry-v0.1.md0.1
Design Processsh-architecture/docs/design-process-v0.1.md0.1
Updated Roadmapsh-architecture/roadmap/roadmap-v0.2.md0.2

Convergence Technologies

DocumentLocationVersion
Q-PAC Architecturesh-beam-control/docs/q-pac-architecture-v0.1.md0.1
AMPB Architecturesh-beam-control/docs/ampb-architecture-v0.1.md0.1
ANASO Architecturesh-autonomy/docs/anaso-architecture-v0.1.md0.1
DSA Architecturesh-orbital-platform/docs/dsa-architecture-v0.1.md0.1
BC-DEM Architecturesh-market-layer/docs/bc-dem-architecture-v0.1.md0.1
QS-C2 Architecturesh-security/docs/qs-c2-architecture-v0.1.md0.1
PV Specificationssh-solar-generation/docs/pv-specifications-v0.1.md0.1

Verification and Evidence

DocumentLocationVersion
Verification Plansh-verification/verification-plans/vnv-plan-v0.1.md0.1
Demo Readiness Gatesh-verification/milestone-gates/demo-readiness-gate-v0.3.md0.3
System Threat Modelsh-security/threat-models/system-threat-model-v0.1.md0.1
Generation State Modelsh-solar-generation/docs/generation-state-model-v0.1.md0.1
Simulation Parameterssh-simulations/docs/simulation-parameters-v0.1.md0.1
Ground Station Designsh-ground-segment/docs/ground-station-design-v0.1.md0.1


SHINE HARVEST

Space-Based Solar Power — Controlled Engineering Program


PrivateProprietary2FAAccessBaselines


Popular repositories Loading

  1. .github .githubPublic

    Organization profile, governance templates, and program-level configuration for Shine Harvest

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…