Back to list
Lordsisodia

notifications-local

by Lordsisodia

SISO Agency Internal Platform - Task management and day tracking system with LifeLock integration

0🍴 0📅 Jan 19, 2026

SKILL.md


name: notifications-local category: collaboration-communication/collaboration version: 1.0.0 description: Provide progress updates without external services or API keys author: obra/superpowers verified: true tags: [notifications, local, progress-tracking, no-secrets]

Local Notifications (No Secrets)

Useful when:

  • Telegram/Slack is flaky
  • you don't want to deal with secrets
  • you're running agents locally for a day

Create always-on outputs inside the plan folder:

  • status.md - the current state (updated frequently)
  • progress-log.md - append-only checkpoints

Optionally use desktop notifications via helper script: scripts/notify-local.sh

<best_practices>

  • Update status.md every 5-15 minutes (short)
  • Append to progress-log.md every 15-60 minutes (more meaningful checkpoint)
  • Write immediately when a "significant finding" changes rankings or direction

status.md Contents (Suggested)

  • Current phase (setup/explore/exploit/synthesize)
  • What changed since last update
  • Next 1-3 actions
  • Link/path to the current top artifact (e.g., rankings) </best_practices>

Current Phase

Exploit - Validating top 3 candidates

What Changed (Last 10 min)

  • Eliminated candidate #2 (performance concerns)
  • Deepened analysis on candidate #1 (promising)
  • Found new documentation for candidate #3

Next Actions

  1. Run benchmarks on candidate #1
  2. Verify licensing for all remaining candidates
  3. Prepare comparison matrix

Top Artifact

agents/.plans/2025-01-18_research/rankings.md


## Example progress-log.md
```markdown
# Progress Log

## 14:00 - Research Phase Complete
- Analyzed 15 potential solutions
- Identified top 5 candidates
- Created initial rankings

## 13:00 - Setup Complete
- Configured research environment
- Gathered initial requirements
- Established success criteria

<integration_notes> This skill works independently and requires no external dependencies. It can be combined with other notification skills (Telegram, Mobile) for multi-channel updates.

The local notification files serve as both:

  1. Real-time progress tracking for monitoring
  2. Audit trail of agent activities

Optional desktop notifications require the helper script and may need system permissions. </integration_notes>

<output_format> Two markdown files in the plan folder:

  1. status.md (overwritten frequently)

    • Current phase
    • Recent changes
    • Next actions
    • Artifact links
  2. progress-log.md (append-only)

    • Timestamped checkpoints
    • Significant milestones
    • Phase transitions
    • Key findings </output_format>

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon