coordinate-executors — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited coordinate-executors (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Sends personalized deadline reminder emails to task executors. Checks Jira for overdue or approaching-deadline tasks, groups by assignee, and sends emails via Gmail at autonomy level 1 (no confirmation needed). Runs daily as a scheduled task or on demand.
Russian: «напомни исполнителям», «проверь дедлайны», «отправь напоминания», «кто просрочил задачи», «какие задачи горят», «проверь просроченные» English: "remind executors", "check deadlines", "send deadline reminders", "overdue tasks", "remind the team", "coordinator reminders"
language field from project-state.md → use that value (RU or EN)email-tpl-reminder-deadline-ru.mdemail-tpl-reminder-deadline-en.md| Data | Required | Source |
|---|---|---|
| Tasks with deadlines and assignees | yes | Jira MCP (primary) or 02-planning/project-plan.md (fallback) |
| Reminder horizon | no | Default ≤ 2 business days; configurable via project-state.md → reminder_horizon_days |
| Executor contacts | no | 01-initiation/stakeholder-map.md or Jira profiles |
| Project name, current phase | no | project-state.md |
| File / Action | Path | Condition |
|---|---|---|
| Deadline reminder email | — (Gmail, external) | Tasks with deadline ≤ 2 days or overdue |
reminders-{YYYY-MM-DD}.md | reports/ | Fallback: Gmail unavailable |
| Log entry | logs/log.md | Always |
| State update | project-state.md | When reminders are sent |
If the request is about team management theory, HR practices, or motivation (not about specific project task deadlines) → respond: "coordinate-executors sends deadline reminders to task assignees. Tell me which tasks or project phase to check." Do not start the workflow.
Determine run mode:
Read project-state.md → project name, current phase, sprint, PM name, reminder_horizon_days (default: 2 if not set).
Primary path (Jira available): Query tasks with filter:
dueDate ≤ today + reminder_horizon_days (business days) OR dueDate < todayGroup results by assignee.
Fallback (Jira unavailable): Read 02-planning/project-plan.md. Extract tasks for the current phase with fields: task name, owner, deadline, status. Apply the same filter: deadline ≤ today + horizon OR overdue. Notify PM in chat: "Jira unavailable. Data loaded from project-plan.md."
If no qualifying tasks found:
logs/log.md:{DATE}: coordinate-executors — check complete, no overdue or approaching tasks
For each executor with qualifying tasks:
dueDate < today (include days overdue)dueDate = today or today + 1–{horizon} days (include days remaining)templates/email-tpl-reminder-deadline-en.mdtemplates/email-tpl-reminder-deadline-ru.md{EXECUTOR_NAME} — assignee name{PROJECT_NAME} — from project-state.md{OVERDUE_TASKS} — table: task name | due date | days overdue{UPCOMING_TASKS} — table: task name | due date | days remaining{PM_NAME} — from project-state.md (or placeholder)01-initiation/stakeholder-map.md (primary)Primary path (Gmail available): For each executor:
send-email skill with autonomy level 1 (auto-send)Fallback (Gmail unavailable): Create reports/reminders-{YYYY-MM-DD}.md. For each executor — one section using the E6 template structure:
## {EXECUTOR_NAME} <{EXECUTOR_EMAIL}>Notify PM: "Gmail unavailable. Reminder drafts saved to reports/reminders-{DATE}.md — send manually."
logs/log.md:{DATE}: coordinate-executors — {N} reminders sent ({EXECUTOR_LIST}){DATE}: coordinate-executors — fallback, saved reports/reminders-{DATE}.mdproject-state.md: set last_reminder_check to today's date.| File | Purpose |
|---|---|
templates/email-tpl-reminder-deadline-en.md | Email template E6 — deadline reminder (EN) |
templates/email-tpl-reminder-deadline-ru.md | Email template E6 — deadline reminder (RU) |
Reads (optional):
project-state.md — project name, phase, PM, horizon setting01-initiation/stakeholder-map.md — executor contacts02-planning/project-plan.md — task list (Jira fallback)External actions:
send-email — sending reminders (primary)Passes data to:
send-email — email body, recipient, autonomy levelproject-state.md → log error and exit~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.