Conductor-Beads: Command for Claude Code

.claude/commands/conductor-revise.md

conductor-revise is a command for Claude Code from NguyenSiTrung/Conductor-Beads. It costs 8 tokens per session (1,455 once invoked), scanned A, original, Apache-2.0.

A command for changing a Conductor specification or work plan after new information appears. A specification describes what should be built, and a plan breaks that work into tasks.

In plain words
What is it for?
Use it to revise the active track's specification, plan, or both, while accounting for workers that may currently be executing tasks.
Why use it?
It keeps documented requirements and tasks aligned with implementation discoveries, changed requirements, or changes in scope.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is NguyenSiTrung/Conductor-Beads's own configuration. It tells Claude Code how to work on Conductor-Beads 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 Conductor-Beads configures →

Reuse

Borrowing it

Nothing to install: this file belongs to NguyenSiTrung/Conductor-Beads. 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/NguyenSiTrung/Conductor-Beads/main/.claude/commands/conductor-revise.md
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 conductor-revise

README.md
[![agentmods](https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/conductor-revise/github.svg)](https://agentmods.dev/commands/nguyensitrung/conductor-beads/conductor-revise)
Your own site
<a href="https://agentmods.dev/commands/nguyensitrung/conductor-beads/conductor-revise"><img src="https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/conductor-revise/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for conductor-revise

Your own site · 80×15
<a href="https://agentmods.dev/commands/nguyensitrung/conductor-beads/conductor-revise"><img src="https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/conductor-revise.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 8 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,455 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.00008 $0.01455
Opus 5 $0.00004 $0.00727
Sonnet 5 $0.00002 $0.00291
Haiku 4.5 $0.00001 $0.00145

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

Security

Grade A, and why

conductor-revise 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 11d 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

Copies of this mod

1 near-identical copy found in the catalogue:

  • revise — 95% identical, 4 lines differ
.claude/commands/conductor-revise.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.

Conductor Revise

Update specifications and plans when implementation reveals issues, requirements change, or scope adjustments are needed.

1. Identify Track

  • Find active track (marked [~] in tracks.md)
  • If no active track, ask which track to revise
  • Check for parallel_state.json (parallel execution in progress)

1a. Parallel Execution Check

If parallel_state.json exists:

"⚠️ This track has parallel workers currently running." "Revising the plan may affect in-progress workers."

"A) Wait for workers to complete, then revise" "B) Revise now (affected workers may need restart)" "C) Cancel revision"

  • If A: Monitor until complete, then proceed
  • If B: Note affected tasks in revision, workers operating on changed tasks should abort
  • If C: HALT

2. Determine Revision Type

Ask what needs revision:

  1. Spec - Requirements changed or misunderstood
  2. Plan - Tasks need to be added, removed, or modified
  3. Both - Significant scope change

3. Gather Context

Ask targeted questions about what was discovered and what needs to change.

4. Create Revision Record

Append to conductor/tracks/<track_id>/revisions.md:

  • Revision number, date, type
  • What triggered the revision
  • Current phase/task when revision occurred
  • Changes made (spec and/or plan)
  • Rationale and impact

5. Update Documents

  • Update spec.md and/or plan.md as needed
  • Add "Last Revised" marker at top of updated files
  • New tasks: [ ], Removed tasks: [-] [REMOVED: reason]
  • Phase-level parallel changes:
    • Add/modify <!-- depends: --> annotations for phase dependencies
    • Add/modify <!-- depends: phase1, phase2 --> for specific phase dependencies
    • If removing a phase that others depend on, update dependent phases
  • Task-level parallel changes:
    • Update <!-- files: ... --> and <!-- depends: ... --> annotations
    • If parallel phase removed: Mark for sequential execution or update annotations

6. Commit

git add conductor/tracks/<track_id>/
git commit -m "conductor(revise): Update spec/plan for <track_id>"

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. 11d ago First seen · 160 lines · 8 tokens per session scan A f31418dc488f

Subscribe to this mod's changes

conductor-revise is a command published in the GitHub repository NguyenSiTrung/Conductor-Beads (24 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 8 tokens to every session and 1,455 once invoked, about $0.0000 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.