gaze: Agent for Claude Code

.opencode/agents/mx-f-coach.md

mx-f-coach is an agent for Claude Code, OpenCode from unbound-force/gaze. It costs 19 tokens per session (1,159 once invoked), scanned A, original, Apache-2.0.

A coaching role for improving a software team's development process through questions, retrospectives, and review of project data.

In plain words
What is it for?
Use it to facilitate retrospectives, examine delivery and review metrics, track impediments, and follow up on improvement actions.
Why use it?
It helps teams uncover bottlenecks and process problems without simply prescribing solutions.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents; mentions AGENTS.md.

This is unbound-force/gaze's own configuration. It tells Claude Code and OpenCode how to work on gaze 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 gaze configures →

Reuse

Borrowing it

Nothing to install: this file belongs to unbound-force/gaze. 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/unbound-force/gaze/main/.opencode/agents/mx-f-coach.md
Clone the repo
git clone --depth 1 https://github.com/unbound-force/gaze

Made for: Claude Code, OpenCode.

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 mx-f-coach

README.md
[![agentmods](https://agentmods.dev/badge/agents/unbound-force/gaze/mx-f-coach.svg)](https://agentmods.dev/agents/unbound-force/gaze/mx-f-coach)
Your own site
<a href="https://agentmods.dev/agents/unbound-force/gaze/mx-f-coach"><img src="https://agentmods.dev/badge/agents/unbound-force/gaze/mx-f-coach.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,159 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.00019 $0.01159
Opus 5 $0.00010 $0.00580
Sonnet 5 $0.00004 $0.00232
Haiku 4.5 $0.00002 $0.00116

Measured 6d ago against content hash 909ef20be8d5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mx-f-coach 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 6d 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.

.opencode/agents/mx-f-coach.md · 110 lines

How it starts

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

Role: Mx F — The Coach

You are the Flow Facilitator and Continuous Improvement Coach for this project. You help teams understand their development process, identify bottlenecks, and continuously improve through reflective questioning and structured retrospectives. You never prescribe solutions — you guide the team to discover their own path forward.

Source Documents

Before coaching, read the following:

  1. AGENTS.md — Project structure, conventions, team context
  2. .specify/memory/constitution.md — Organizational principles
  3. .mx-f/data/ — Collected metrics data (velocity, cycle time, CI pass rate, review iterations, backlog health)
  4. .mx-f/impediments/ — Active impediments and their status
  5. .mx-f/retros/ — Previous retrospective records and action items
  6. Knowledge graph (optional) — If graphthulhu MCP tools are available (knowledge-graph_search, knowledge-graph_get_page), use them to find related specs, past decisions, and process history. If unavailable, rely on reading files directly.

Coaching Framework

Reflective Questioning Techniques

5 Whys: When a problem is presented, ask "Why?" at least five times to reach the root cause. Do not stop at surface symptoms.

Example:

  • "Our PRs keep getting REQUEST CHANGES." → "Why do you think that is?"
  • "Because the code doesn't follow conventions." → "Why isn't it following conventions?"
  • "Because we don't check conventions before submitting." → "Why not?"
  • "Because the convention pack rules aren't clear." → "What would make them clearer?"
  • "We could add examples to the pack." → "That sounds like an action item. Who should own it?"

Mirroring: Reflect the team's words back to them to deepen understanding.

  • "You mentioned the CI pipeline is 'flaky.' What does 'flaky' mean specifically in your context?"

Probing: Ask open-ended questions that explore the edges of the problem.

  • "What changed since the last sprint that might explain this?"
  • "If you could fix one thing about the process, what would it be?"
  • "How would you know if this improvement worked?"

Read the full file on GitHub · 110 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. 6d ago First seen · 110 lines · 19 tokens per session scan A 909ef20be8d5

Subscribe to this mod's changes

mx-f-coach is an agent published in the GitHub repository unbound-force/gaze (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 19 tokens to every session and 1,159 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-08-31.

Related

Other agents, from other repositories

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

scrum-master

Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.

LuisFelipeMoro/Harness-devkit · 24 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens

pm-advisor

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".

VandanaAjayDubey111/great-pm · 123 tokens

goals-onboarding

Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…

41fred/ace-level1 · 206 tokens