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.
npx agentmods add skills/teammanagementplugin/claude-plugin/team-management-receiving-feedbacknpx skills add TeamManagementPlugin/claude-plugin --skill team-management-receiving-feedbackgit clone --depth 1 https://github.com/TeamManagementPlugin/claude-pluginWrote 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.
[](https://agentmods.dev/skills/teammanagementplugin/claude-plugin/team-management-receiving-feedback)<a href="https://agentmods.dev/skills/teammanagementplugin/claude-plugin/team-management-receiving-feedback"><img src="https://agentmods.dev/badge/skills/teammanagementplugin/claude-plugin/team-management-receiving-feedback.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00097 | $0.00854 |
| Opus 5 | $0.00048 | $0.00427 |
| Sonnet 5 | $0.00019 | $0.00171 |
| Haiku 4.5 | $0.00010 | $0.00085 |
Grade A, and why
team-management-receiving-feedback 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Receiving Code Review
Code review is technical evaluation, not social performance. Verify before implementing. Ask before assuming.
Response Pattern
- Read the complete feedback without reacting.
- Restate the requirement in your own words — or ask, if it is unclear.
- Verify the claim against the actual state of the codebase: the file, the line, the test.
- Evaluate whether it is technically correct for this codebase.
- Respond with a technical acknowledgment, a reasoned push-back, or a clarifying question.
- Implement one item at a time, testing each before starting the next.
Forbidden vs Preferred Phrases
Forbidden — performative, carrying no technical content:
- "You're absolutely right!"
- "Great point!" / "Excellent feedback!"
- "Thanks for catching that!"
- Gratitude generally. Actions speak; the fixed code shows you heard.
Preferred:
- "Fixed. Extracted validation to
auth.py:validate_email." - "Good catch — off-by-one at line 47. Changed to
< n." - Or just make the fix and let the diff show it.
If you catch yourself typing "Thanks" — delete it and state the fix instead.
External-Reviewer Skepticism
External reviewers — another AI reviewer, or a human without full project context — may hallucinate file paths, invent issues, or miss decisions that were made deliberately. Before implementing external feedback, ask:
- Is it technically correct for this codebase?
- Would it break existing functionality?
- Is there a reason the current implementation is the way it is?
- Does the reviewer have the full context — the project's conventions, prior decisions, constraints?
- If you cannot easily verify it, say so: "I can't verify this without X — should I investigate, or skip it?"
A finding with no verifiable file:line citation is not actionable. Resolve it to a real location by reading the code yourself, or drop it.
The YAGNI Grep Check
When a reviewer suggests "implement this properly" or otherwise expands scope:
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.
- 5d ago First seen · 93 lines · 97 tokens per session scan A 2c6d4dd476dd
team-management-receiving-feedback is a skill published in the GitHub repository TeamManagementPlugin/claude-plugin (4 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 854 once invoked, about $0.0005 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.
Other skills, from other repositories
peer-conversation
Многотуровый диалог писателя (Claude) с одним или несколькими напарниками (любой набор из kimi/codex/hermes/claude-headless) по задаче пилота (DP.SC.154). Ведёт turn-loop (2 участника) или round-loop (3+, WP-509), обнаруживает CONSENSUS/ESCALATE, после консенсуса — Decision Gate (зафиксировать vs реализовать → ревью →…
kimi-peer-writer
Peer-сессия DP.SC.154 где Kimi = писатель, Claude = напарник. Запускается простой фразой. Включает ОРЗ Opening и Closing, turn-loop, эскалации, Decision Gate (зафиксировать vs реализовать → ревью → проверить → задеплоить), отложенную финализацию и верификацию.
pack-new
Create a new Pack — guided flow through SPF: choose domain, name Pack, scaffold structure, fill roadmap.
bottleneck-pick
Аналитик ограничений (DP.ROLE.054): находит главное ограничение (bottleneck) конкретного конвейера через TOC Five Steps + EC + NBR и строит Stage Dependency Map. Используй ТОЛЬКО при работе с конкретным WP, эпиком, проектом или weekplan (--target WP-NNN|weekplan|pilot:id). НЕ используй для общих вопросов приоритизации…
day-close
Протокол закрытия дня (Day Close). Алиас для /run-protocol close day — симметрия с /day-open.
week-close
Протокол закрытия недели (Week Close). Ретро 7 дней + carry-over в новую неделю + платформенные шаги (бэкап, dirty repos).