alyssaagard.dev
Alyssa I. Agard | Projects
The work here divides into two kinds: analytical software written to model defense and policy questions, and production software built and shipped for operational use. The two exercise different parts of the stack.The analytical tools are formal simulations delivered as interactive software. Each is structured rather than fitted, meaning its behavior follows from an explicit mathematical framework rather than regression against data, and each runs against documented empirical cases with its sources auditable inside the application. The numerical core is Python (numpy, matplotlib), presented through Streamlit for interactive analysis. For distribution without a backend, a tool ships either as a static HTML bundle emitted from the model or as a React single-page application; both run entirely client-side and deploy as static sites with no server, no install, and no external dependencies. Statistical and geospatial analysis uses R, SPSS, SQL, and ArcGIS. Current work extends the same parameterized method (explicit assumptions, exponential decay, sensitivity analysis) into financial modeling for questions of political economy.The production software is developed through Agard Research Associates as a registered Microsoft Partner and Developer. These are Office add-ins and administrative applications built on the Office.js API in JavaScript, HTML, and CSS, bundled with Webpack and deployed as static sites. A single codebase targets Word for desktop, Mac, and the web; rather than maintain separate builds, it uses runtime guards to absorb the API differences between platforms. They are released open-source under the MIT License.Everything here is reproducible and public. Source, documentation, and methodology are hosted on GitHub, and the analytical tools carry their validation cases and citations inside the software itself. Each entry below links to a live build and its repository.
alyssaagard.dev
Toolkits, Add-ins, & Applications
Cachet.
A cross-platform email signature management add-in for Microsoft Outlook and Gmail that gives administrators centralized control over branded signatures across their organization. Admins can build and assign signatures to users through three flexible authoring modes: a streamlined field-based form for quick setup, a familiar visual editor modeled on Outlook's native signature interface, and a raw HTML editor for full design control similar to Exchange transport rules. Each signature supports configurable fields including name, title, contact details, social links rendered as icons or text, uploaded logos with adjustable sizing, and written or linked legal disclaimers, all reorderable through a drag-and-drop layout. Users receive their assigned signatures automatically while retaining the option to fill in only the fields relevant to their role.
Predictive Modeling
The Primacy Premium:
Conditional Forcasts of Defense and Commercial Markets Under Chinese Military Primacy
A Python modeling pipeline, calibrated on seven decades of IMF and SIPRI data, that forecasts how global defense spending, arms transfers, and commercial risk pricing would reallocate under Chinese military primacy by 2035. Rather than predict a single outcome, it models three distinct pathways to that endpoint and reports full probability distributions across thousands of simulations each. The build parses and validates official datasets, estimates response parameters by HAC regression, and exports BI-ready tables for Power BI and Tableau. A work in progress.
alyssaagard.dev
Toolkits, Add-ins, & Applications
Layout Toolkits:
layout-toolkit-V1
layout-toolkit-V2
layout-toolkit-gdocs
A Microsoft Word add-in built with JavaScript, HTML, and CSS on the Office.js API, bundled with Webpack and deployed as a static site. Layout Toolkit provides six document templates, saveable brand profiles, page layout controls including columns and margins, and visual folding guides for print production. It runs on Word for desktop, Mac, and the web with a single codebase, using try/catch guards to handle platform-specific API differences. Free and open-source under the MIT License.
Simulations & Wargames
Wargame (Web + Local):
ATLAS Wargame
ATLAS is a browser-based crisis wargaming platform modeled on the NSC simulation methodology used at the National Defense University, Naval War College, and RAND. Users navigate multi-turn crisis scenarios through the DIME framework, composing policy actions across all four instruments of national power while an algorithmic White Cell adjudicates outcomes, a Red Cell generates adversary responses, and an eight-level escalation ladder tracks the trajectory toward or away from conflict. The platform ships with two pre-built scenarios (Taiwan Strait and NATO Baltic flank), a custom scenario builder, randomized injects, force disposition tracking, and a comprehensive After Action Review. Fully standalone with no external dependencies, built in React, and deployed as a static site.View Simulation
Instructions
Simulation (Web):
Degraded Constellation
This interactive simulation models the effects of PLA antisatellite operations on U.S. missile warning coverage during a Taiwan Strait contingency. Users strike individual SBIRS and OPIR satellites to observe how constellation degradation simultaneously erodes conventional theater awareness and nuclear early warning, generating the escalation ambiguity that Acton's damage-limitation framework identifies as most dangerous.View Simulation
Instructions
Simulation (Web + Local):
"The Coordination Tax"
The Coordination Tax is a browser-based interactive simulation modeling field artillery engagement effectiveness across four reference platforms (M777A2, M109A7 Paladin, M142 HIMARS, 2S33 Msta-SM2) through a dimensionless framework composing Amdahl's Law with exponential target perishability decay. Built in Python with a Streamlit version and a static HTML build that runs entirely client-side, the tool features platform-specific weapon behavior, twenty-two academic citations, seven empirical scenario presets drawn from RUSI commentary on the Russo-Ukrainian War, and live-updating visualizations including a tactical engagement diorama, phase-decomposition timeline, and perishability decay curve. It serves as a supplementary analytical tool to a working paper of the same name currently under development, intended for academic press submission.View Simulation
Instructions