Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 758 Bytes

File metadata and controls

17 lines (13 loc) · 758 Bytes

SPEC-AGE-01: Behavioral Nudge Engine

Version: 1.0.0 | Status: verified | TDD: verified | Domain: product

Objective

Behavioral psychology engine for adaptive software interaction cadences. Generates personalized micro-sprint nudges, celebration messages, and channel-optimized communication sequences based on user profiles.

Acceptance Criteria

  • CT-1: ADHD profile hides task count in micro-sprint nudge message
  • CT-2: Overwhelmed user status triggers micro-sprint nudge type
  • CT-3: Standard profile shows task count and title in summary nudge
  • CT-4: Cognitive load assessment returns critical level with single-task action

Engine

<scripts/behavioral_nudge_engine.py> -> BehavioralNudgeEngine

Test Results

All CTs PASSED