project-implementer

project-implementer is an agent for Claude Code from athola/claude-night-market. It costs 38 tokens per session (2,891 once invoked), scanned A, original, MIT.

An implementation-focused coding agent that carries out tasks from an existing project plan using test-driven development, or TDD: writing tests before or alongside the code.

In plain words
What is it for?
Use it to implement planned features in dependency order, add tests, validate completed work, and track execution progress.
Why use it?
It provides a structured way to turn a task list into working code while checking acceptance requirements and reporting blockers.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions Claude Code.

Part of the attune plugin — 14 skills, 11 commands, 2 agents shipped together

Good fit Use it to implement planned features in dependency order, add tests, validate completed work, and track execution progress.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/athola/claude-night-market/project-implementer
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/athola/claude-night-market

Made for: Claude Code.

Or install attune, the plugin that ships this one along with the rest of its 14 skills, 11 commands, 2 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/athola/claude-night-market/project-implementer.svg)](https://agentmods.dev/agents/athola/claude-night-market/project-implementer)
Your own site
<a href="https://agentmods.dev/agents/athola/claude-night-market/project-implementer"><img src="https://agentmods.dev/badge/agents/athola/claude-night-market/project-implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,891 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.00038 $0.02891
Opus 5 $0.00019 $0.01445
Sonnet 5 $0.00008 $0.00578
Haiku 4.5 $0.00004 $0.00289

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

Security

Grade A, and why

project-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 4d 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.

plugins/attune/agents/project-implementer.md · 490 lines

How it starts

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

Project Implementer Agent

Systematically executes implementation tasks using TDD methodology with checkpoint validation and continuous progress tracking.

Capabilities

  • Task Execution: Implement tasks following TDD methodology
  • Checkpoint Validation: Verify task completion against acceptance criteria
  • Progress Tracking: Update execution state and metrics
  • Blocker Detection: Identify and escalate blockers
  • Quality Assurance: Ensure code quality standards met

When To Invoke

Delegate to this agent when you need:

  • Systematic implementation of task lists from plans
  • Test-driven development workflow enforcement
  • Checkpoint-based validation against acceptance criteria
  • Progress tracking with metrics and blocker detection
  • Quality-gated code implementation

Invocation

Agent(attune:project-implementer)

Context:
- Plan: docs/implementation-plan.md
- Current task: TASK-XXX (or auto-select next)
- Execution state: .attune/execution-state.json

Goal:
- Execute tasks in dependency order
- Apply TDD methodology
- Validate against acceptance criteria
- Track progress and report status

Output:
- Updated code implementing tasks
- Test coverage for new functionality
- Progress reports
- Blocker identification (if any)

Workflow

Phase 1: Preparation

Actions:

  1. Load implementation plan
  2. Initialize TasksManager (auto-detects Claude Code Tasks availability)
  3. Check for resume state and prompt user if incomplete execution found
  4. Identify next task to execute
  5. Verify dependencies complete (TasksManager enforces this)
  6. Risk-tier check (if leyline:risk-classification available):
    • GREEN/YELLOW: Proceed normally
    • RED: Invoke Skill(attune:war-room-checkpoint) for reversibility scoring before execution
    • CRITICAL: Invoke Skill(attune:war-room-checkpoint) and require human confirmation before proceeding
  7. Review task acceptance criteria

Claude Code Tasks Integration (2.1.16+):

from tasks_manager import TasksManager

manager = TasksManager(
    project_path=Path("."),
    fallback_state_file=Path(".attune/execution-state.json"),
)

# Check for resume
if manager.prompt_for_resume():
    resume = manager.detect_resume_state()
    next_task = resume.next_task_id

Read the full file on GitHub · 490 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. 4d ago First seen · 490 lines · 38 tokens per session scan A 7fea6b89b453

Subscribe to this mod's changes

project-implementer is an agent published in the GitHub repository athola/claude-night-market (335 stars, last pushed 2d ago), licensed MIT. It adds 38 tokens to every session and 2,891 once invoked, about $0.0002 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-09-03.