process-feedback

process-feedback is a skill for Claude Code from markmhendrickson/ateles. It costs 24 tokens per session (1,065 once invoked), scanned A, original, MIT.

A feedback-analysis workflow that sorts product feedback into defined types and judges recommendations against the current release stage. A release stage, such as alpha or beta, describes how mature and widely tested a product is.

In plain words
What is it for?
Use it to classify feedback, assess its urgency and timing, and evaluate proposed product changes for a named product and release stage.
Why use it?
It prevents every request from being treated as equally urgent or suitable for the product's current maturity. It separates whether a problem is real from whether it should be addressed now.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to classify feedback, assess its urgency and timing, and evaluate proposed product changes for a named product and release stage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/markmhendrickson/ateles/process-feedback
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 markmhendrickson/ateles --skill process-feedback
Clone the repo
git clone --depth 1 https://github.com/markmhendrickson/ateles

Made for: Claude Code.

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 process-feedback

README.md
[![agentmods](https://agentmods.dev/badge/skills/markmhendrickson/ateles/process-feedback.svg)](https://agentmods.dev/skills/markmhendrickson/ateles/process-feedback)
Your own site
<a href="https://agentmods.dev/skills/markmhendrickson/ateles/process-feedback"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/process-feedback.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,065 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 pass 7 Sept 2026
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.00024 $0.01065
Opus 5 $0.00012 $0.00532
Sonnet 5 $0.00005 $0.00213
Haiku 4.5 $0.00002 $0.00106

Measured 4d ago against content hash 8f1cc5baf106, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

process-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 4d 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.

.claude/skills/process-feedback/SKILL.md · 141 lines

How it starts

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

Process Feedback

Classify incoming product feedback before evaluating it, then score recommendations against the current release stage.

Default stage profile: Neotoma developer release.

Inputs

  • feedback_text (required): Raw feedback message(s), notes, screenshot transcript, or call summary.
  • product_name (required): Product under review (for example, Neotoma).
  • release_stage (required): Stage context (for example, developer_release, alpha, beta, ga).
  • stage_principles (optional): Stage-specific goals, constraints, and positioning. If omitted for Neotoma developer release, use Neotoma repo docs/foundation/developer_release_principles.md.
  • feedback_source (optional): Person/channel metadata.

Core Classification Buckets

Classify each feedback claim into one primary bucket:

  1. Structural validity

    • Question: Does this claim reveal that the problem is real, urgent, or inevitable?
    • Typical examples: "Users cannot complete setup", "State drift causes failures", "No audit trail for mutations".
  2. Addressability timing

    • Question: Does this matter for users we are targeting at this stage, right now?
    • Typical examples: requests from non-ICP users, scale asks before model validation, broad onboarding during narrow release.
  3. Communication / legibility

    • Question: Does this expose confusion in wording, naming, architecture explanation, or category framing?
    • Typical examples: "Looks like another AI memory app", "I don't understand deterministic memory vs RAG".

If a claim spans multiple buckets, pick a primary bucket and list secondary buckets.

Stage-Aware Assessment Rules

Evaluate each claim with this sequence:

  1. Extract atomic claims

    • Break compound feedback into distinct claims.
    • Preserve original wording as evidence.
  2. Bucket each claim

    • Assign primary bucket and optional secondary bucket(s).

Read the full file on GitHub · 141 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. 4d ago First seen · 141 lines · 24 tokens per session scan A 8f1cc5baf106

Subscribe to this mod's changes

process-feedback is a skill published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 1,065 once invoked, about $0.0001 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-09-03.