Install
$ agentstack add skill-conorbronsdon-agent-workspace-today ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/today — Morning Heartbeat
A daily check-in that catches staleness, surfaces deadlines, and proposes updates — including gaps left by sessions that closed without /end. Designed to run in under 60 seconds.
Invocation: user-only (disable-model-invocation: true) — the heartbeat is timed by you (mornings, or after a gap), and the flag keeps this skill out of ambient context.
Configuration
Read the optional workspace.yaml at the project root. Below, `, , and are its resolved values; defaults are state/, sessions/, and TODO.md. Staleness thresholds come from staleness.currentdays (3), weeklydays (5), blockers_days (7). Full reference: docs/state-model.md`.
Instructions
- Establish context. Get today's date. Read
/heartbeat-log.mdto find the
last check-in date.
- Scan recent activity. In a git repository, run:
``bash git log --oneline --since="3 days ago" ` Then check for recent logs. This captures work even from sessions that closed without /end`. Outside a git repository, rely on the session logs alone.
- Check state freshness. Same thresholds as
startstep 4 (staleness.*from config).
- Surface deadlines. Read `` and scan for:
- Items with dates in the next 7 days
- Items marked urgent or time-sensitive
- Age-check open items. Read
/current.mdand check the*(created M/D)*
dates on open threads:
- Items >7 days old: flag as "stale — still relevant?"
- Items >14 days old: escalate as "likely stale — remove or convert to task?"
Present proposals. Do not auto-update.
- Identify memory gaps. Compare git-log activity against state files:
- Decisions committed but not in
/decisions.md? - Completed work not reflected in
/current.md?
List proposed updates. Do not auto-update. Wait for approval.
- Output format:
``` MORNING CHECK-IN — [DATE] ([day of week]) Last heartbeat: [date] ([N] days ago)
SINCE LAST CHECK-IN:
- [N] commits: [brief themes]
- Session logs: [found/none]
STATE:
- current.md — [fresh/N days stale]
- weekly-priorities.md — [fresh/N days stale]
- blockers.md — [fresh/N days stale]
DEADLINES (next 7 days):
- [items, most urgent first]
[If stale items found:] STALE ITEMS:
- [item] — [N] days old. [Propose: remove / convert to task]
[If memory gaps found:] MEMORY GAPS:
- [proposed update]
```
- Log the heartbeat. Append to
/heartbeat-log.md:
```markdown ## [DATE]
- Commits since last: [N]
- State staleness: [summary]
- Deadlines flagged: [count]
- Stale items flagged: [count]
- Memory gaps found: [count]
- Updates applied: [list or "none — awaiting response"]
```
- Transition. Ask: "What's the focus today?"
Design principles
- Fast. Under 60 seconds. If it's slow, it won't get used.
- Propose, don't act. Never silently edit state or write memory during the heartbeat.
- Skip what's clean. All fresh and no near deadlines → say so in one line.
- Graceful degradation. A session that closed without
/endis caught here; missing
files are noted, not fatal.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: conorbronsdon
- Source: conorbronsdon/agent-workspace
- License: MIT
- Homepage: https://conorbronsdon.com/go/agent-workspace
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.