# Update

> Mid-session checkpoint — append progress to today's session log and update state files if a priority shifted, without ending the session.

- **Type:** Skill
- **Install:** `agentstack add skill-conorbronsdon-agent-workspace-update`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [conorbronsdon](https://agentstack.voostack.com/s/conorbronsdon)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [conorbronsdon](https://github.com/conorbronsdon)
- **Source:** https://github.com/conorbronsdon/agent-workspace/tree/main/skills/update
- **Website:** https://conorbronsdon.com/go/agent-workspace

## Install

```sh
agentstack add skill-conorbronsdon-agent-workspace-update
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /update — Quick Checkpoint

Save progress mid-session without closing. Fast and low-ceremony: a log line plus a state
touch only if something actually changed.

**Invocation:** user-only (`disable-model-invocation: true`) — checkpoints are timed by
you, 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/` and `sessions/`. Full
reference: `docs/state-model.md`.

## Instructions

1. **Scan recent conversation.** Identify in ~30 seconds: what was worked on, any decisions
   made, any state changes needed.

2. **Append to session log.** Add to `/{TODAY}.md` (create it if absent):
   ```markdown
   ## Update: {TIME}
   - {what was worked on, 1–3 bullets max}
   ```

3. **Update state only if something changed.** Touch `/current.md` only if a
   priority shifted, a thread opened or closed, or a task completed. Skip otherwise — an
   `/update` with no real change writes only the log line.

4. **Confirm.** One line: "Checkpointed: {brief description}".

## Design principles

- **Fast.** A checkpoint should cost seconds, not minutes.
- **Skip what's clean.** Don't rewrite `current.md` for a checkpoint that changed nothing.
- **Standing rule.** Whenever you run `/update`, log first, then decide whether state
  actually moved — don't invent a state change to justify the run.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [conorbronsdon](https://github.com/conorbronsdon)
- **Source:** [conorbronsdon/agent-workspace](https://github.com/conorbronsdon/agent-workspace)
- **License:** MIT
- **Homepage:** https://conorbronsdon.com/go/agent-workspace

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-conorbronsdon-agent-workspace-update
- Seller: https://agentstack.voostack.com/s/conorbronsdon
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
