
notifications-local
by Lordsisodia
SISO Agency Internal Platform - Task management and day tracking system with LifeLock integration
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>
Recommended Cadence
- Update
status.mdevery 5-15 minutes (short) - Append to
progress-log.mdevery 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
- Run benchmarks on candidate #1
- Verify licensing for all remaining candidates
- 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:
- Real-time progress tracking for monitoring
- 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:
-
status.md (overwritten frequently)
- Current phase
- Recent changes
- Next actions
- Artifact links
-
progress-log.md (append-only)
- Timestamped checkpoints
- Significant milestones
- Phase transitions
- Key findings </output_format>
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon