What problem does it solve? Running daily standups across multiple departments requires manually sending questions, chasing non-responders, and compiling compliance reports. This Skill replaces per-department hardcoded scrum scripts with one profile-parameterized workflow that any Hermes Agent profile can adopt. ## Core Features & Use Cases - 3-Tier Cadence Automation: Sends the 4 standard scrum questions via Slack DM at 9 AM, warns non-responders at 11 AM, and generates a full compliance report at 5 PM. - Brain Cross-Reference: Extracts task IDs and domain terms from replies using per-profile regex patterns and validates them against gbrain sources. - SMART Quality Gates: Scores each reply for specificity, measurability, and relevance, flagging vague or non-compliant updates. - Holiday Gate: Pauses all scrum activity on KL public holidays using an offline Hijri calendar algorithm. - Use Case: A project-manager profile configures a scrum.yaml with its team roster and ticket patterns (TS-20\d{2}-\d{3}); the same scripts then run standups for HR, Finance, Product, and Support profiles with zero code changes. ## Quick Start Set up daily scrum for my profile by creating a scrum.yaml with my team roster and scheduling the 9am, 11am, and 5pm cron jobs.