capture-work

Solid

Use this skill when a session has surfaced a list of future work — follow-ons, review recommendations, audit remediation items, deferred scope — and you want to capture it into workspace.toml so a later session can pick it up cold. Triggers on "capture this", "add these to the queue", "capture these as queue items", "queue these up", "add this to the backlog" + a bulleted or numbered list in context. Do NOT use to turn unstructured external input into a product brief (use author-brief), to decompose a brief into specs (use receive-brief), or to orient at session start (use workspace-status).

AI & Automation 14 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 79/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill: capture-work Classify-then-triage entry point for adding work to `workspace.toml`. Given a bulleted or numbered list, `capture-work` classifies each item as `[build]` or `[shape]`, derives spec paths, infers real dependencies, prioritizes and groups the items, and writes them to the right destination — each entry carrying a comment rich enough that a cold-start session can write the full spec without revisiting this one. `capture-work` writes `workspace.toml` only. It never creates spec files, and it never invents a dependency. The user reviews the complete proposed change before anything is written. ## When to invoke - A session produced a list of "things we should do later" — deferrals, follow-ons, recommendations, remediation items — and you want them queued. - The items are concrete enough to name, even if not yet fully shaped. If the input is unstructured external prose that needs shaping into a product brief, use `author-brief`. If it is an already-written brief to decompose into specs, use `receive-brief`. If you just want to see what is already queued, use `workspace-status`. ## The destinations this skill writes to `capture-work` appends only to the destinations it owns. For anything else it *suggests* the right home and defers the write to the owning skill. **Build items (`[build]`):** 1. **An active initiative's `[work].queue`** — well-shaped, ready build work scoped to an active initiative. If more than one initiative is `active`, ask whi...

Details

Author
eugenelim
Repository
eugenelim/agent-ready-repo
Created
2 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

capture

Adaptive-depth session recap and low-friction checkpoint capture for report-ready Tracework memory. Use this skill for "/tracework:capture" or when the user signals end of a work session, such as "收工", "今天到这", "done", "wrap up", "that's it for today", "好了", or "先这样". Also trigger on explicit checkpoint or logging requests like "记录变更", "log changes", "记一下今天做了什么", "记一下当前进展", or "checkpoint". The skill dynamically routes the session to lite, standard, or deep capture depth; explicit "/tracework:capture lite|standard|deep" wording overrides that route. Use day mode for "/tracework:capture day", "扫描今天的会话", "补录今天", or "capture today". Do NOT trigger when the user is simply saying goodbye or switching topics.

2 Updated today
KKenny0
Code & Development Listed

capture

Save the current workspace context to the br8n session KB as a snapshot — branch, open/cursor files, git diff stat, and a one-line hypothesis of what you're doing — AND sweep every other live Claude Code session, snapshotting each one's repo+branch in the background. Use when the user is about to switch away, says "save my context", "remember where I am", or wants to checkpoint intent before an interruption.

2 Updated today
anthonysuherli
AI & Automation Listed

capture-workflow

Use when the user says to reuse what we just did, make a completed workflow repeatable, save the process for next time, automate the successful steps, or turn recent work into a skill, script, template, test, or runbook.

2 Updated 5 days ago
YosefHayim