Agent Plugins Marketplace
All plugins

team-ops

v0.1.0

Team operations on a shared folder as the single source of truth: team knowledge base, file-based product backlog, sprint ceremonies, multi-repo progress tracking, and daily burndown/spec reporting.

Claude Code13 Skills

By atman-332 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
13 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install team-ops for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install team-ops@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/atman-33/workhub

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/team-ops/.

Plugin files

plugins/team-ops/
├── .claude-plugin/plugin.json
├── skills/load-project-context/SKILL.md
├── skills/manage-backlog/SKILL.md
├── skills/plan-sprint/SKILL.md
├── skills/report-daily-progress/SKILL.md
├── skills/review-sprint/SKILL.md
├── skills/setup-team-context/SKILL.md
├── skills/start-pbi/SKILL.md
├── skills/team-kb-index/SKILL.md
├── skills/team-kb-query/SKILL.md
├── skills/team-kb-save/SKILL.md
├── skills/team-onboard/SKILL.md
├── skills/update-spec/SKILL.md
└── skills/write-retro/SKILL.md

Included Skills13

load-project-contextskills/load-project-context/SKILL.md

Prime a session with a team project's current state - backlog, sprint, repo progress - and refresh its _index.md summary. Use when the user asks "where are we" on a team project, or at the start of a work session on one.

manage-backlogskills/manage-backlog/SKILL.md

Add, refine, split, or reorder PBIs in the file-based product backlog in the team-shared folder. Use when the user wants to create backlog items, write user stories or acceptance criteria, estimate points, split oversized items, or tidy the product backlog.

plan-sprintskills/plan-sprint/SKILL.md

Plan a sprint - set the goal, commit backlog items into scope, and write the burndown baseline (scope.json). Use at a sprint boundary when the user wants to plan the next sprint or commit items to a sprint.

report-daily-progressskills/report-daily-progress/SKILL.md

Generate the daily progress report - PBI status board, burndown chart, and merges of the day - as a self-contained HTML file in the team-shared folder. Use in the daily routine, or when the user asks for today's progress report or a burndown chart.

review-sprintskills/review-sprint/SKILL.md

Write the sprint review - scope vs done, demo pointers, and carry-over decisions. Use at sprint end when the user wants a sprint review, sprint summary, or to close out a sprint.

setup-team-contextskills/setup-team-context/SKILL.md

Set up team-ops for this machine/project - create .claude/team-context.json, scaffold the team-shared ai/ folder skeleton, and optionally register a project. Use when onboarding a machine to a team shared folder, when the team-context hook reports a config error, or when adding a new team project.

start-pbiskills/start-pbi/SKILL.md

Start work on a PBI - set it to doing and issue the convention-compliant work branch name (pbi/<id>-<slug>). Use when a developer picks up a backlog item, or asks which branch name to use for a PBI.

team-kb-indexskills/team-kb-index/SKILL.md

Rebuild or repair the team knowledge base indexes (_index.md files) in the team-shared folder. Use after several notes were added or moved, when indexes look stale, or when team-kb-save reports a larger reshuffle is needed.

team-kb-queryskills/team-kb-query/SKILL.md

Answer questions from the team-shared knowledge base. Use when the user asks about team rules, working agreements, domain knowledge, past decisions, or anything a teammate might have documented in the shared folder.

team-kb-saveskills/team-kb-save/SKILL.md

Save reusable team knowledge into the team-shared knowledge base. Use when this session surfaces a process gotcha, decision rationale, domain know-how, or team rule worth sharing with teammates, or when the user asks to save something to the team KB.

team-onboardskills/team-onboard/SKILL.md

Generate an onboarding briefing for a new team member from the team KB, project specs, and recent progress. Use when someone new joins the team or a project, or when the user asks for an onboarding guide / "explain this team to a newcomer".

update-specskills/update-spec/SKILL.md

Update the project's living spec (docs/spec/spec.md) from PBI acceptance criteria and diffs newly merged into the dev-main branches. Use in the daily routine after repo sync, or when the user asks to bring the spec up to date with what is implemented.

write-retroskills/write-retro/SKILL.md

Facilitate and record a sprint retrospective (KPT) with follow-up on the previous retro's action items. Use at sprint end when the user wants a retrospective, KPT, or team improvement discussion.

Plugin manifests1

plugins/team-ops/.claude-plugin/plugin.json
{
  "name": "team-ops",
  "version": "0.1.0",
  "description": "Team operations on a shared folder as the single source of truth: team knowledge base, file-based product backlog, sprint ceremonies, multi-repo progress tracking, and daily burndown/spec reporting.",
  "author": {
    "name": "atman-33",
    "url": "https://github.com/atman-33"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[team-ops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/team-ops)