obsidianos_work: Skill for Claude Code

.agents/skills/sprint-retro/SKILL.md

sprint-retro is a skill for Claude Code, Codex from benoror/obsidianos_work. It costs 47 tokens per session (1,984 once invoked), scanned A, original, MIT.

A tool that drafts a sprint retrospective, a team meeting that reviews what went well, what went poorly, and what to improve. It combines daily standups, weekly recaps, sprint planning notes, and the previous retrospective from the vault.

In plain words
What is it for?
Use it to prepare a retrospective for the current sprint, a specific sprint, or a defined period. It also formats action items as ordinary bullet points rather than task checkboxes.
Why use it?
It gives the team a populated starting document instead of requiring someone to reconstruct the sprint from scattered notes. You can choose a sprint number or date range.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is benoror/obsidianos_work's own configuration. It tells Claude Code and Codex how to work on obsidianos_work itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything obsidianos_work configures →

Reuse

Borrowing it

Nothing to install: this file belongs to benoror/obsidianos_work. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/benoror/obsidianos_work/main/.agents/skills/sprint-retro/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/benoror/obsidianos_work

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sprint-retro

README.md
[![agentmods](https://agentmods.dev/badge/skills/benoror/obsidianos_work/sprint-retro/github.svg)](https://agentmods.dev/skills/benoror/obsidianos_work/sprint-retro)
Your own site
<a href="https://agentmods.dev/skills/benoror/obsidianos_work/sprint-retro"><img src="https://agentmods.dev/badge/skills/benoror/obsidianos_work/sprint-retro/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sprint-retro

Your own site · 80×15
<a href="https://agentmods.dev/skills/benoror/obsidianos_work/sprint-retro"><img src="https://agentmods.dev/badge/skills/benoror/obsidianos_work/sprint-retro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,984 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high System Prompt Leakage · line 73
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
  • high System Prompt Leakage · line 146
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.01984
Opus 5 $0.00023 $0.00992
Sonnet 5 $0.00009 $0.00397
Haiku 4.5 $0.00005 $0.00198

Measured 10d ago against content hash 20b7543b58fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sprint-retro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/sprint-retro/SKILL.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sprint Retro

Synthesize a draft Sprint Retro from everything already in the vault — daily standups, weekly recaps, the sprint planning note, and the previous retro — so the live retro starts from a populated document instead of a blank template.

Usage

  • /sprint-retro — Infer the current/most-recent sprint from the prior retro + cadence.
  • /sprint-retro <N> — Draft the retro for sprint number N.
  • /sprint-retro <dates> — Use an explicit sprint window (e.g. 2026-05-19..2026-06-02).

Date Filtering

See date-filter for date-range syntax and parsing.

Output format (mandatory)

Mirror followup-todos — the retro is a bullet document, not a task list:

  • Never insert Obsidian Tasks / checkbox lines: no - [ ], - [x], - [-], - [?] — including in the Action items section.
  • Never append Tasks date tokens (📅, 🛫, ). Write dates inline in prose / ISO (e.g. "by 2026-06-01").
  • A single trailing priority emoji (🔺 🔼 🔽) as plain text is fine when it reads naturally.
  • Always use plain list items: - Description…. Wikilinks ([[@Name]], [[Recap …]]), [PROJ-123](https://…) links, and bold are encouraged.

File naming convention (mandatory)

Sprint artifacts in Meetings/Engineering/Scrum/ follow a single pattern — keep it consistent:

  • Retro: Sprint <N> Retro <YYYY-MM-DD>.md (date = sprint end date / retro day).
  • Planning: Sprint <N> Planning <YYYY-MM-DD>.md (date = planning meeting day).

Never leave an undated Sprint N Retro.md or a <Team> - Sprint Planning … variant. If you encounter one while gathering context, flag it and offer to git mv it into the canonical form (updating any [[wikilinks]] that reference the old name).

Workflow

Step 1: Determine sprint number and window

  1. Verify the current date (see Date Verification in skill-conventions): date +%F.
  2. List Meetings/Engineering/Scrum/Sprint * Retro *.md to find the prior retro (Sprint <N-1> Retro <date>).
  3. Derive this sprint:
    • Number = prior + 1 (or the explicit <N> arg).
    • Window = the day after the prior retro's end through this sprint's retro day. Retros land on a biweekly cadence (same weekday, ~14 days apart) — extrapolate, then sanity-check against the planning note's date and the scrum dailies present.
  4. Confirm the resolved sprint number and start..end window with the user if anything is ambiguous (missing prior retro, irregular cadence, mid-sprint run).

Read the full file on GitHub · 148 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 148 lines · 47 tokens per session scan A 20b7543b58fb

Subscribe to this mod's changes

sprint-retro is a skill published in the GitHub repository benoror/obsidianos_work (165 stars, last pushed 3mo ago), licensed MIT. It adds 47 tokens to every session and 1,984 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

mass-ulw

Drives dependency-ordered child work through the native workflow tool, one run per phase with retry/amend/send recovery. Use when the user asks for mass-ulw, a DAG of tasks, or fan-out work where some tasks must wait on others.

code-yeongyu/oh-my-openagent · 55 tokens

github-triage

Read-only GitHub triage for issues AND PRs. 1 item = 1 background task (category: quick). Analyzes all open items and writes evidence-backed reports to /tmp/{datetime}/. Every claim requires a GitHub permalink as proof. NEVER takes any action on GitHub - no comments, no merges, no closes, no labels. Reports only.…

code-yeongyu/oh-my-openagent · 104 tokens

10x

Use when starting ANY conversation. Mandatory: activate 10x. Governs project memory, ambiguity, records, tickets, subagents, evidence, review, closure, and retrospective learning.

z3z1ma/10x · 40 tokens

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens

track-management

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

wshobson/agents · 44 tokens

plannotator

Reference for using the Plannotator CLI: plan review, code review, annotating files, URLs, folders, and running local apps, annotating the last assistant message, browsing archived plan decisions, and exporting or sharing Guided Reviews. Invoke when asked to use Plannotator for anything not covered by a more specific…

backnotprop/plannotator · 73 tokens