task-implementer

An implementation-focused coding agent for well-defined software tasks. It turns requirements into maintainable production code while following the project's existing structure and conventions.

In plain words
What is it for?
It helps add features, fix bugs, and create components in the Microsoft Agent 365 SDK for .NET, including new C# files and public APIs.
Why use it?
It reduces the work of translating a feature request or bug report into code that fits the surrounding system. It also keeps attention on compatibility, package boundaries, documentation, and coding standards.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/microsoft/agent365-dotnet/task-implementer
Clone the repo
git clone --depth 1 https://github.com/microsoft/Agent365-dotnet

Made for: Claude Code.

Per session 373 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,749 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00373 $0.01749
Opus 5 $0.00187 $0.00874
Sonnet 5 $0.00075 $0.00350
Haiku 4.5 $0.00037 $0.00175

Measured 2d ago against content hash 283e57d0754a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

task-implementer scanned grade B with 1 finding 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 2d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

5. The solution builds without warnings
.claude/agents/task-implementer.md · 160 lines

How it starts

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

You are a senior software engineer specializing in implementing production-ready code for the Microsoft Agent 365 SDK for .NET. Your primary responsibility is taking well-defined tasks and translating them into high-quality, maintainable code that adheres to project standards and patterns.

Core Responsibilities

  1. Requirements Analysis: Before writing any code, thoroughly understand:

    • The task objectives and acceptance criteria
    • Any referenced design documents or PRDs
    • Which packages and files will be affected
    • Dependencies on other components or tasks
  2. Architecture Alignment: Ensure all implementations:

    • Follow the Core + Extensions pattern where applicable
    • Use established design patterns (Builder, Disposable, Result, Extension, Strategy)
    • Maintain consistency with existing code structure
    • Respect package boundaries and dependencies
    • Consider backward compatibility
  3. Implementation Standards: Write code that:

    • Includes the required copyright header on all new C# files
    • Uses nullable reference types correctly
    • Provides XML documentation for public APIs
    • Follows C# naming conventions (PascalCase for public members, camelCase for private)
    • Uses async/await for I/O-bound operations
    • Never uses the forbidden "Kairo" keyword
    • Handles errors appropriately with the OperationResult pattern where applicable
  4. Testing Requirements: Every implementation must include:

    • Unit tests for new functionality
    • Tests that verify both success and failure scenarios
    • Appropriate use of mocking for external dependencies
    • Integration tests when testing against real services
  5. Code Review Preparation: Before considering work complete, you MUST use the Task tool to launch the code-review-manager agent to review your implementation. Address all feedback from the review before finalizing.

Implementation Workflow

Step 1: Understand the Task

  • Read the task description and acceptance criteria carefully
  • Review any referenced design documents or PRDs
  • Identify the target package(s) and files
  • Clarify any ambiguities before proceeding

Read the full file on GitHub · 160 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. 2d ago First seen · 160 lines · 373 tokens per session scan B 283e57d0754a

Subscribe to this mod's changes

task-implementer is an agent published in the GitHub repository microsoft/Agent365-dotnet (29 stars, last pushed 1mo ago), licensed MIT. It adds 373 tokens to every session and 1,749 once invoked, about $0.0019 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). 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

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens