Skip to content
View staceySpears's full-sized avatar

Block or report staceySpears

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
staceySpears/README.md

Hi there πŸ‘‹

Stacey Spears | Systems Architect & Delivery Consultant

Translating complex federal compliance into automated, AI-driven solutions.

Java Spring Boot AWS Salesforce MongoDB React


Ten years managing residential portfolios under federal HUD Section 8 frameworks β€” HAP contracts, HQS inspections, PHA relationships, voucher tracking, audit readiness β€” made clear that Section 8 landlords had no purpose-built tool for the full HCV compliance workflow. I now build those tools.

πŸ›  Featured Architectures

Tenura β€” Compliance Automation for Affordable Housing

  • Problem: HUD Section 8 verification is manual, jurisdiction-specific, and audit-exposed β€” errors surface months later with no reproducible paper trail.
  • Solution: A MERN-stack platform with a versioned compliance engine that composes federal rules (HUD Section 8, lead paint) with local ordinances (Chicago RLTO) via an address-keyed jurisdiction registry β€” spanning Section 8, LIHTC, and income-restricted units.
  • Key design decision: Agents are rule-based, not LLM-based β€” housing compliance requires legal citability. Every run persists to AgentState with a full actionLog and a stamped rule version, making results reproducible months later.
  • Extensibility: Adding a new jurisdiction requires one rule file and one registry entry. No controller or frontend changes needed.

GenerosityWell β€” Enterprise Cloud-Native Integration

  • Problem: Bridging legacy fundraising data with modern CRM systems without race conditions or data poisoning.
  • Solution: A Spring Boot / AWS system with a concurrency-aware Salesforce NPSP integration β€” @Async on all sync paths, an explicit thread pool, and a re-fetch-before-persist pattern that protects against lost updates under concurrent load.
  • Testing: Testcontainers spins up a containerized DynamoDB per test run β€” real integration coverage, no mocks.

🌟 Salesforce & AI Deployment

  • Agentic Service: Autonomous agents handling complex customer inquiries and multi-step bookings via Agentforce.
  • Prompt Engineering: High-fidelity templates for Salesforce Prompt Builder that extract audit-ready insights from raw CRM data.
  • Certification: Salesforce Administrator Certification β€” in progress, targeting Q3 2026.

πŸ“¬ Context & Contact

  • Focus: GovTech, PropTech, and Mission-Driven SaaS.
  • Connect: LinkedIn Β· Trailhead
  • Off-keyboard: Tending a potager garden and cottage landscape β€” the original exercise in complex systems management.

Pinned Loading

  1. Tenura-Architecture-Showcase Tenura-Architecture-Showcase Public

    RegTech for affordable housing. Tenura's compliance engine, agent architecture, ADRs, and runbooks β€” public showcase.

    JavaScript