implement

implement is a command for Claude Code from NguyenSiTrung/Conductor-Beads. It costs 0 tokens per session (5,945 once invoked), scanned A, a copy of conductor-implement, Apache-2.0.

A command that implements a selected development track in a Conductor project, where tracks are planned pieces of work.

In plain words
What is it for?
Use it to select an unfinished track, carry out its tasks, and record learnings after each task.
Why use it?
It checks that the project is set up and prevents implementation from starting when required planning files are missing or malformed.

Command 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 commands/nguyensitrung/conductor-beads/implement
Clone the repo
git clone --depth 1 https://github.com/NguyenSiTrung/Conductor-Beads

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 implement

README.md
[![agentmods](https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/implement.svg)](https://agentmods.dev/commands/nguyensitrung/conductor-beads/implement)
Your own site
<a href="https://agentmods.dev/commands/nguyensitrung/conductor-beads/implement"><img src="https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,945 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 95% copy Near-identical to another mod 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.00000 $0.05945
Opus 5 $0.00000 $0.02972
Sonnet 5 $0.00000 $0.01189
Haiku 4.5 $0.00000 $0.00594

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

Security

Grade A, and why

implement 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 5d 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.

Origin

This is a copy

95% identical to conductor-implement — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/conductor/references/commands/implement.md · 567 lines

How it starts

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

Conductor Implement

Implement track: $ARGUMENTS


1.0 SETUP CHECK

PROTOCOL: Verify Conductor environment is properly set up.

  1. Check Required Files: Verify existence of:

    • conductor/product.md
    • conductor/tech-stack.md
    • conductor/workflow.md
  2. Handle Missing Files:

    • If ANY missing: HALT immediately
    • Announce: "Conductor is not set up. Please run /conductor-setup first."
    • Do NOT proceed.

2.0 TRACK SELECTION

PROTOCOL: Identify and select the track to be implemented.

  1. Check for User Input: Check if track name provided as argument.

  2. Parse Tracks File: Read conductor/tracks.md

    • Split by --- separator to identify track sections
    • Extract: status ([ ], [~], [x]), description, folder link
    • CRITICAL: If no track sections found: "The tracks file is empty or malformed." → HALT
  3. Select Track:

    If track name provided:

    • Exact, case-insensitive match against descriptions
    • If unique match: Confirm "I found track ''. Is this correct?"
    • If no match or ambiguous: Inform user, suggest next available track

    If no track name provided:

    • Find first track NOT marked [x]
    • Announce: "No track name provided. Selecting next incomplete track: ''"
    • If all complete: "No incomplete tracks found. All tasks completed!" → HALT
  4. Check Dependencies:

    • Read conductor/tracks/<track_id>/metadata.json
    • If depends_on array is not empty:
      • For each dependency, check status in conductor/tracks.md
      • If ANY not [x] (completed):

        "⚠️ This track has incomplete dependencies:" [List blocking tracks] "Do you want to proceed anyway?" A) Yes - Proceed despite incomplete dependencies B) No - Implement dependencies first

      • If B: Suggest /conductor-implement <first_dependency>
  5. Handle No Selection: If no track selected, inform user and await instructions.

Read the full file on GitHub · 567 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. 5d ago First seen · 567 lines · 0 tokens per session scan A c838a89754a6

Subscribe to this mod's changes

implement is a command published in the GitHub repository NguyenSiTrung/Conductor-Beads (24 stars, last pushed 6mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 5,945 tokens. A static security scan graded it A with 0 findings. It is 95% identical to conductor-implement, differing in 10 lines, and is treated as a copy.