team-pulse

team-pulse is a command for Claude Code from opensesh/DESIGN-OPS. It costs 0 tokens per session (544 once invoked), scanned A, original, Apache-2.0.

A command alias that shows a daily design-work dashboard with a focus on team members. It summarizes activity across Figma, a collaborative design tool, and GitHub, where software code is stored and reviewed.

In plain words
What is it for?
Use it to see team member activity, design files, commits, and pull requests. It is an older alias for the team-focused design dashboard command.
Why use it?
It provides one team-focused view of who is working on what instead of requiring separate checks of design files and code activity.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the design-ops plugin — 5 skills, 13 commands shipped together

Good fit Use it to see team member activity, design files, commits, and pull requests. It is an older alias for the team-focused design dashboard command.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/opensesh/design-ops/team-pulse
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.

Clone the repo
git clone --depth 1 https://github.com/opensesh/DESIGN-OPS

Made for: Claude Code.

Or install design-ops, the plugin that ships this one along with the rest of its 5 skills, 13 commands.

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 team-pulse

README.md
[![agentmods](https://agentmods.dev/badge/commands/opensesh/design-ops/team-pulse.svg)](https://agentmods.dev/commands/opensesh/design-ops/team-pulse)
Your own site
<a href="https://agentmods.dev/commands/opensesh/design-ops/team-pulse"><img src="https://agentmods.dev/badge/commands/opensesh/design-ops/team-pulse.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 544 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.00000 $0.00544
Opus 5 $0.00000 $0.00272
Sonnet 5 $0.00000 $0.00109
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

team-pulse 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 8d 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.

commands/team-pulse.md · 90 lines

How it starts

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

/design-ops:team-pulse

Legacy alias for /design-ops:dashboard design daily with team focus

Trigger

User invokes /design-ops:team-pulse to see who's working on what across Figma and GitHub.


Behavior

This command is a backwards-compatible alias. It delegates to the unified dashboard command with team-focused output:

/design-ops:team-pulse  →  /design-ops:dashboard design daily --team

Execution

  1. Invoke /design-ops:dashboard design daily with team member breakdown
  2. Return the design dashboard with emphasis on:
    • Activity by team member
    • Team snapshot table
    • Who's working on what

Team Focus Flag

The --team modifier enhances the design dashboard to include:

### Team Snapshot

| Person | Design | Code |
|--------|--------|------|
| {Name} | {N} files | {N} commits |
| {Name} | — | {N} commits, {N} PRs |

This flag is automatically applied when using /design-ops:team-pulse.


Migration Notice

/design-ops:team-pulse continues to work for backwards compatibility, but the recommended command is now:

/design-ops:dashboard design daily    # Design pillar, daily timeframe
/design-ops:dashboard design weekly   # Design pillar, weekly summary

The team snapshot table is included in design dashboards when team members are configured.

See /design-ops:dashboard for full documentation on pillar and timeframe options.


Prerequisites

For best results, configure team members in ~/.claude/design-ops-config.yaml:

team:
  members:
    - name: "Jordan Smith"
      handles:
        figma: "jordan.smith"
        github: "jordansmith"
    - name: "Taylor Lee"
      handles:
        figma: "taylor.lee"
        github: "taylorl"

Run /design-ops:configure → Team to update team member mappings.


Why This Alias Exists

  • Muscle memory — Existing users know /design-ops:team-pulse
  • Semantic clarity — "Team pulse" clearly communicates team activity focus
  • Gradual migration — Users can adopt new syntax at their own pace

Read the full file on GitHub · 90 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. 8d ago First seen · 90 lines · 0 tokens per session scan A e44f37e49212

Subscribe to this mod's changes

team-pulse is a command published in the GitHub repository opensesh/DESIGN-OPS (23 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 544 tokens. 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.