
Team Attention Plugins
- Updated March 4, 2026
- team-attention/agents
team-attention-plugins is a Claude Code marketplace whose interactive-review plugin renders AI-generated markdown in a browser UI so developers can approve sections and leave inline comments.
About
team-attention-plugins is a Claude Code marketplace currently centered on interactive-review, which turns AI-generated plans and markdown documents into a visual browser review with checkbox approvals and inline comments. Developers reach for it when they want a lightweight approval gate before Claude executes a plan or when stakeholders need section-by-section feedback without leaving the terminal workflow. Install the marketplace, add interactive-review, and say 'review this' after Claude drafts a plan.
- interactive-review plugin with browser-based markdown review UI
- Checkbox approvals and inline comments per section
- Trigger via 'review this' or /review after plan generation
- Bundled Python MCP server serves the review web interface
Team Attention Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add team-attention/agentsAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | March 4, 2026 |
|---|---|
| Repository | team-attention/agents ↗ |
How do I review and approve Claude-generated plans section by section instead of scrolling a long chat transcript?
Opens a browser UI to review Claude-generated plans and docs with per-section checkboxes and inline comments before approval.
Who is it for?
Developers who want a visual review step with explicit approvals before Claude proceeds with implementation work.
Skip if: Teams that already use external PR or design review tools and do not want an in-editor markdown approval UI.
What you get
Opens a review web UI, collects per-section approvals and comments, and returns structured feedback to the agent session.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do I install interactive-review?
/plugin marketplace add team-attention/agents then /plugin install interactive-review@Team Attention Plugins.
What are the requirements?
Claude Code CLI and Python 3.9+ with the mcp package for the bundled review server.
How do I start a review?
Say 'review this' or use /review after Claude generates a plan or markdown document.