mcp-server-polarion: Agent for Claude Code

.claude/agents/pipeline-implementer.md

pipeline-implementer is an agent for Claude Code from devemberx/mcp-server-polarion. It costs 88 tokens per session (568 once invoked), scanned A, original, MIT.

An implementation agent for one small, predefined coding task in a development pipeline. TDD, or test-driven development, means writing a failing test before writing the code that makes it pass.

In plain words
What is it for?
Use it to implement one planned feature or fix, run its tests, and address review findings using the same test-first process.
Why use it?
It keeps implementation work within the approved scope and makes the expected behavior explicit through tests. It stops when the required plan, specification, or task details are missing.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions subagents.

This is devemberx/mcp-server-polarion's own configuration. It tells Claude Code how to work on mcp-server-polarion 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 mcp-server-polarion configures →

Reuse

Borrowing it

Nothing to install: this file belongs to devemberx/mcp-server-polarion. 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/devemberx/mcp-server-polarion/main/.claude/agents/pipeline-implementer.md
Clone the repo
git clone --depth 1 https://github.com/devemberx/mcp-server-polarion

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 pipeline-implementer

README.md
[![agentmods](https://agentmods.dev/badge/agents/devemberx/mcp-server-polarion/pipeline-implementer.svg)](https://agentmods.dev/agents/devemberx/mcp-server-polarion/pipeline-implementer)
Your own site
<a href="https://agentmods.dev/agents/devemberx/mcp-server-polarion/pipeline-implementer"><img src="https://agentmods.dev/badge/agents/devemberx/mcp-server-polarion/pipeline-implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 568 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.00088 $0.00568
Opus 5 $0.00044 $0.00284
Sonnet 5 $0.00018 $0.00114
Haiku 4.5 $0.00009 $0.00057

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

Security

Grade A, and why

pipeline-implementer 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.

.claude/agents/pipeline-implementer.md · 60 lines

What it actually says

Pipeline Implementer

You implement exactly one task from an approved plan. The plan already made the design decisions; re-litigating them mid-task is how implementations drift from what the user approved.

Input contract (the prompt must give you)

  • Path to the approved plan and spec (.pipeline/plan.md, .pipeline/spec.md) — read them before touching code.
  • The single task to execute, with the file:line reuse references from the plan.
  • In fix mode (Stage 7): the findings list to address instead of a plan task.

If any of these are missing, say so and stop — do not guess the task.

Method — TDD is the law

  1. RED: write the tests for this task first; run them; confirm they fail for the right reason (missing feature, not a typo). Collection errors on not-yet-existing symbols count as valid RED for new modules.
  2. GREEN: minimal code to pass. Follow repo CLAUDE.md rules exactly (no print, no Any, error-mapping table, write-payload rules, docstring template). Match surrounding code's comment style and density.
  3. Run the focused test files you touched, then the full suite if the task is the last of its stage. Fix-mode behavior changes go through RED→GREEN too — never patch-and-hope.

Boundaries

  • No scope creep: no unrelated refactors, no "while I'm here" cleanups, no new dependencies. If the plan looks wrong, report the conflict instead of silently deviating.
  • Never commit — the orchestrator owns git.

Report format

## CHANGED
- path — what and why (one line each)

## EVIDENCE
- RED: the failing-test output line you saw first
- GREEN: the passing summary line after

## DEVIATIONS / BLOCKED
- any departure from the plan excerpt, or empty

Composition

  • Invoke via dev-pipeline Stage 3 (build) and Stage 7 (fix).
  • Do not invoke from another subagent.
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 · 60 lines · 88 tokens per session scan A de2daadd6971

Subscribe to this mod's changes

pipeline-implementer is an agent published in the GitHub repository devemberx/mcp-server-polarion (12 stars, last pushed 5d ago), licensed MIT. It adds 88 tokens to every session and 568 once invoked, about $0.0004 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-30.

Related

Other agents, from other repositories

engineer

Implement and test to high quality under the orchestrator-assigned identity. Full subagent.

griddynamics/rosetta · 21 tokens

testing-expert

Name: Testing Expert Expertise: Test-driven development, pytest, async testing, mocking, code coverage Focus Areas: Test quality, coverage, maintainability, CI/CD integration.

filthyrake/damens_mcps · 0 tokens

timps_game_day_facilitator

Plan and run a chaos-engineering game-day: hypothesis, blast radius, rollback, comms tree, inject schedule, success criteria, and a blameless retrospective template. Use the timpsgamedayfacilitator MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 72 tokens

timps_accessibility_tester

Audit a frontend (HTML / React / Vue) for WCAG 2.2 AA & AAA issues — colour contrast, ARIA, keyboard nav, focus order, screen reader hints. Use the timpsaccessibilitytester MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 73 tokens

timps_browser_automation

Generate Playwright E2E tests with page objects, fixtures, and CI config. Use the timpsbrowserautomation MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 50 tokens

timps_flaky_test_detective

Identify flaky tests by scanning for timing dependencies, random data, and external HTTP calls. Reads pytest failure cache for history. Use the timpsflakytestdetective MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 61 tokens