Skip to content
/
Tier B A4 Markdown scaffold Variant Stub

Claude Conductor (superbasicstudio fork)

claude-conductor-superbasic · superbasicstudio/claude-conductor · ★ 367 · last commit 2026-05-17

Gives Claude Code a persistent, cross-linked, auto-analyzed documentation system so it retains codebase context across sessions.

Best whenThe highest-leverage investment in AI-assisted development is structured project documentation — not workflow automation, slash-commands, or prompt engineering.
Skip ifMonolithic documentation files (Modular > Monolithic), Stale documentation (Maintained > Stale)
vs seeds
claude-conductorseed (same repo, analyzed at version 2.2.1 vs seed's ~1.x). Key changes since seed: license MIT→BSD-2-Clause, Node min 1…
Primitive shape
No installable primitives
00

Summary

Claude Conductor (superbasicstudio fork) — Delta Summary

superbasicstudio/claude-conductor IS the canonical upstream (claude-conductor seed). The batch assignment uses the slug claude-conductor-superbasic to distinguish it from the unrelated forks (lackeyjb, MZWASHERE, rbarcante) already cataloged under the seed. This delta report tracks what changed in the superbasicstudio repo since the seed analysis.

Version at seed analysis: approximately 1.x (seed analysis captured github_stars=367, active)
Version at this analysis: 2.2.1 (pushed 2026-05-17)

Key deltas since seed analysis:

  1. New CLI subcommands (checkup, backup, upgrade, restore) — security and lifecycle management
  2. TASKS.md template — new documentation module for active task tracking (added 1.2.0)
  3. Node.js minimum bumped to 18 (was 16) — 2.0.0 breaking change
  4. DevOps hardening — ESLint, Prettier, Husky, GitHub Actions CI, Dependabot, Jest coverage thresholds (2.1.0)
  5. License change: MIT → BSD-2-Clause (1.1.0)
  6. Stars: 367 → 367 (stable at time of this analysis)

Architecture, philosophy, and core template set are unchanged from the seed: 15 markdown templates, zero Claude Code primitives (no commands/skills/hooks), npm CLI, file-based memory.

01

Since Claude Conductor

Changes Since Seed Analysis (claude-conductor)

Version timeline

Version Date Key change
1.0.x 2025-06 Initial release (seed baseline)
1.1.0 2025-06-15 License MIT→BSD-2-Clause; checkup command; CLAUDE.md journal notice
1.2.0 2025-06-16 TASKS.md template; THANKS.md; GitHub issue templates
1.3.0-beta.1 2025-06-17 backup/upgrade/restore commands; version stamps on generated files
1.3.0 2025-06-17 Security fix (glob CVE, js-yaml); stable release
2.0.0 2025-06-17 BREAKING: Node.js min bumped to 18
2.0.1 2026-02-28 PII removal, .gitignore hygiene
2.1.0 2026-02-28 ESLint 10, Prettier 3, Husky 9, GitHub Actions CI, Dependabot, Jest coverage
2.2.1 (current) Active maintenance

New CLI subcommands

The seed analysis recorded the CLI as having commands init and (implied) npx claude-conductor. Since then:

Added Command Purpose
checkup Security health check — generates a prompt for Claude Code to run a security and dependency audit
backup [dir] Step 1 of upgrade: back up user-customized files
upgrade [dir] Step 2 of upgrade: clean reinstall of templates (--clean flag)
restore [dir] Step 3 of upgrade: restore user data after upgrade

Total CLI subcommands: now 5 (init, checkup, backup, upgrade, restore)

New template: TASKS.md

Added in 1.2.0. A task management module with:

  • Active phase tracking (phase name, dates, progress count)
  • Current task record (ID, title, status, dependencies)
  • Task context (previous work, key files with line ranges, environment)
  • Blocked status tracking with blocker description and workaround
  • Completion record

This is the most significant content addition since the seed. It strengthens the session handoff story — a new session can read TASKS.md to immediately know the current task state without reading all code.

Security fixes (1.3.0)

  • Fixed HIGH severity command injection vulnerability in glob dependency (10.4.5 → 10.5.0)
  • Fixed MODERATE severity prototype pollution in js-yaml transitive dependency
  • Zero npm audit findings post-fix

Breaking changes

2.0.0: Node.js minimum bumped from >=16.0.0 to >=18.0.0. No API changes.

License change

1.1.0: MIT → BSD-2-Clause. The seed's METRICS.yaml records this as MIT — should be updated to BSD-2-Clause.

Architecture unchanged

Core architecture from the seed analysis is still accurate: 0 commands/skills/hooks/MCP, 15 markdown templates, file-based memory, single primary_tool: claude-code.

02

New Primitives

New Primitives Since Seed

New CLI commands (4 added since seed)

Command Primitive type Purpose
checkup cli-subcommand Generates a security health-check prompt for Claude Code
backup cli-subcommand Backs up user-customized template files before upgrade
upgrade --clean cli-subcommand Clean reinstall of templates (Step 2 of upgrade cycle)
restore cli-subcommand Restores user data after clean upgrade (Step 3)

Net new subcommands: 4. Total CLI subcommands now: 5.

New template: TASKS.md

# Task Management

## Active Phase
**Phase**: [High-level project phase name]
**Started**: YYYY-MM-DD
**Target**: YYYY-MM-DD
**Progress**: X/Y tasks completed

## Current Task
**Task ID**: TASK-YYYY-MM-DD-NNN
**Title**: [Descriptive task name]
**Status**: PLANNING | IN_PROGRESS | BLOCKED | TESTING | COMPLETE
**Started**: YYYY-MM-DD HH:MM
**Dependencies**: [List task IDs this depends on]

### Task Context
<!-- Critical information needed to resume this task -->
- **Previous Work**: [Link to related tasks/PRs]
- **Key Files**: [Primary files being modified with line ranges]
- **Environment**: [Specific config/versions if relevant]

Template count: was 14, now 15. The TASKS.md template has a richer status model than the seed's basic [TODO] task list implied.

Version stamps on generated files

Added in 1.3.0-beta.1: all generated template files now include an HTML comment stamp:

<!-- Generated by Claude Conductor v2.2.1 -->

This enables checkup to know which version of templates are installed and suggest upgrades.

DevOps additions (2.1.0, tooling only, no framework primitives)

  • ESLint 10 flat config (eslint.config.mjs)
  • Prettier 3 (.prettierrc)
  • Husky 9 pre-commit hooks (.husky/)
  • GitHub Actions CI (Node 18/20/22 matrix)
  • Dependabot (.github/dependabot.yml)
  • Jest coverage thresholds (80% branches/functions/lines/statements)

These are tooling for the CLI codebase itself, not new framework features for users.

Nothing structural added to core templates

CONDUCTOR.md, CLAUDE.md, ARCHITECTURE.md, BUILD.md, JOURNAL.md, API.md, CONFIG.md, DATA_MODEL.md, DESIGN.md, UIUX.md, TEST.md, CONTRIBUTING.md, ERRORS.md, PLAYBOOKS/DEPLOY.md — all unchanged in structure/philosophy since seed.

Related frameworks

same archetype · same primary tool · same memory type

BMAD-METHOD ★ 48k

Provides a full agile delivery lifecycle with named expert-persona AI collaborators that elicit the human's best thinking rather…

Agent OS ★ 4.6k

Extracts implicit codebase conventions into token-efficient markdown standards files and injects them selectively into AI agent…

Claude Conductor ★ 367

Gives Claude Code a persistent, cross-linked, auto-analyzed documentation system so it retains codebase context across sessions.

Spec-Driver (Greenfield Spec-Driven Development) ★ 25

Prevents spec rot in AI-assisted development by making implementation changes flow back into evergreen, authoritative specs via…

Anthropic Knowledge Work Plugins ★ 16k

Role-specialized plugin bundles with live MCP connectors that turn Claude into a domain expert for enterprise knowledge workers.

Codex Integration for Claude Code (skill-codex) ★ 1.3k

Single Claude Code skill that handles Codex CLI invocation correctly (stdin blocking, thinking token suppression, session resume)…