Description of the section

Use pre built sections or blocks to build your own page effortlesly.

FFSS — Requirements Management
FFSS
Requirements Management
SYSTEMS ENGINEERING PLATFORM · v1.0
⚠ Running from file:// — AI will not work
This file is opened directly from disk. The browser blocks AI API calls from file:// origins.
Fix: Host this file on any web server:
 • Python: python -m http.server 8080 in this folder
 • Or upload to GitHub Pages, Netlify, or any website
Then open via http://localhost:8080/FFSS_Req_mngt.html

⚙ System Configuration

First time? Paste your Supabase credentials below, then run the SQL schema in your Supabase SQL editor.
Your Anthropic API key is used client-side to call Claude for cross-module analysis.

📋 Run this SQL in Supabase → SQL Editor

▶ Enter Session

Step 1 — Session
Step 2 — Define Modules
⚠ Share session code with participants
Engineers enter the same session code to join. Without it their requirements won't appear.
FFSS ReqEng
SESSION: ------
— —
ADD REQUIREMENT
ADD MODULE
Add a custom module to this session. It will be visible to all participants and can receive requirements and AI suggestions.
LINK TO ANOTHER MODULE
This creates a cross-module dependency. A stub requirement will be added to the target module with source = Interface, linked back to this requirement. The target module's team can then fill in the details.
OR — Link to Existing Requirement in Target Module