teamretro-post-recommendations

teamretro-post-recommendations is a skill for Claude Code from TeamRetroHQ/teamretro-skills. It costs 112 tokens per session (1,644 once invoked), scanned A, original, MIT.

A workflow for preparing AI-generated improvement suggestions and posting them to TeamRetro, a tool for running team retrospectives.

In plain words
What is it for?
Use it to create parked items, actions, or retrospective ideas in TeamRetro after the user approves them. It requires an authenticated TeamRetro connection.
Why use it?
It puts the agent's suggestions on the team's retrospective board while clearly marking them as AI suggestions for human review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the teamretro-skills plugin — 3 skills shipped together

Good fit Use it to create parked items, actions, or retrospective ideas in TeamRetro after the user approves them. It requires an authenticated TeamRetro connection.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teamretrohq/teamretro-skills/teamretro-post-recommendations
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TeamRetroHQ/teamretro-skills --skill teamretro-post-recommendations
Clone the repo
git clone --depth 1 https://github.com/TeamRetroHQ/teamretro-skills

Made for: Claude Code.

Or install teamretro-skills, the plugin that ships this one along with the rest of its 3 skills.

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 teamretro-post-recommendations

README.md
[![agentmods](https://agentmods.dev/badge/skills/teamretrohq/teamretro-skills/teamretro-post-recommendations/github.svg)](https://agentmods.dev/skills/teamretrohq/teamretro-skills/teamretro-post-recommendations)
Your own site
<a href="https://agentmods.dev/skills/teamretrohq/teamretro-skills/teamretro-post-recommendations"><img src="https://agentmods.dev/badge/skills/teamretrohq/teamretro-skills/teamretro-post-recommendations/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 teamretro-post-recommendations

Your own site · 80×15
<a href="https://agentmods.dev/skills/teamretrohq/teamretro-skills/teamretro-post-recommendations"><img src="https://agentmods.dev/badge/skills/teamretrohq/teamretro-skills/teamretro-post-recommendations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,644 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.
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.00112 $0.01644
Opus 5 $0.00056 $0.00822
Sonnet 5 $0.00022 $0.00329
Haiku 4.5 $0.00011 $0.00164

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

Security

Grade A, and why

teamretro-post-recommendations 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 12d 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.

skills/teamretro-post-recommendations/SKILL.md · 72 lines

How it starts

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

Post AI Recommendations to TeamRetro

Beta. This skill depends on the TeamRetro MCP server and is still being hardened. The account-free practice (ai-session-retro + ai-retro-brief) is the stable path; use this to post into TeamRetro and report anything that breaks.

The TeamRetro-native counterpart of ai-retro-brief. Where that skill prepares a summary the user brings to their retro however they run it, this one prepares the AI's recommendations and posts them into TeamRetro — so the AI's ideas land on the board next to everyone else's.

This is the AI-participates-in-the-retro flow. The AI's voice stays visible: every posted item is prefixed [AI retro] so a human reading the board knows a teammate's agent raised it, not a person. The human decides what gets posted and where; the AI never posts on its own.

Prerequisite — TeamRetro MCP connection

Requires an authenticated TeamRetro MCP connection (the server exposing create_parked_item, create_action, create_retrospective_idea, list_teams, list_retrospectives, get_retrospective). If those tools aren't present, say so plainly and stop:

No TeamRetro MCP connection is available in this session, so I can't post anything. You can still get the same analysis as a document with the ai-retro-brief skill and bring it to your retro yourself.

Never fabricate a posting (no invented IDs, no "posted!" without a real tool response).

Step 1 — Prepare the recommendations

Synthesize recommendations from the AI session retro log exactly as ai-retro-brief does — read docs/ai-retros/entries/ (fewer than 3 entries: say so, recommend logging more sessions first, and only proceed if the user insists), rank recurring friction by frequency × cost, and derive the top recommended actions, each tied to specific dated entries. Follow that skill's rules: evidence-cited, unsoftened, fixed vocabulary as-is.

Save the analysis as a brief (docs/ai-retros/briefs/brief-YYYY-MM-DD.md, per ai-retro-brief's template, stamped teamretro-post-recommendations v0.2) and commit it — the brief is the record of what was recommended; the postings reference it. If the user points at an existing committed brief or entry instead, use its recommendations ("Top 3 recommended actions" / "Do this first") rather than re-deriving.

Read the full file on GitHub · 72 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 72 lines · 112 tokens per session scan A e9d196d2d87a

Subscribe to this mod's changes

teamretro-post-recommendations is a skill published in the GitHub repository TeamRetroHQ/teamretro-skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 112 tokens to every session and 1,644 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

run-team-retrospective

Use when a team needs to reflect on a completed period, project, or significant event — to extract what worked, what didn't, and what specific changes to make before the next cycle, rather than repeating the same patterns.

jeffreytse/grimoire-core · 50 tokens

gr-product-dev-ops

🇺🇸 Your dev team ships features nobody asked for while user-reported bugs pile up for months. Operations blames engineering for ignoring users; engineering blames operations for not understanding technical constraints. This gives you the complete Product × Engineering × Operations alignment SOP — from unified…

Gingiris-1031/gingiris-skills · 576 tokens

kaizen-bpr

Applies two complementary process improvement philosophies: Kaizen (continuous incremental improvement) and Business Process Reengineering (radical process redesign from scratch). Helps determine when to refine existing processes versus when to tear them up and rebuild. Use when operational efficiency is declining…

fatihguner/foreman · 88 tokens

quality-management-expert

Build comprehensive quality management solutions including QMS implementation, audit tracking, nonconformance management, and continuous improvement programs. Use when the user mentions a QMS, ISO 9001, audits and CAPA, nonconformance tracking, Six Sigma, or continuous improvement programs.

personamanagmentlayer/pcl · 60 tokens

derive-capacity

Work out how many points a week each person on the aeman board actually gets through, from the cards they have closed, and set it as their capacity after the lead confirms. Use when a team lead asks about throughput, weekly capacity, how much a person or a team can take, or wants the numbers over the columns filled in.

aenix-io/aeman · 72 tokens

size-cards

Size the unsized cards of a team or a person on the aeman board — S/M/L/XL by a fixed rubric, written back through the aeman MCP after the lead confirms. Use when a team lead asks to estimate, size or weigh cards, or before a planning meeting.

aenix-io/aeman · 63 tokens