Sheldon-desouza

Orch Ledger — Development skill for Claude Code

Development community

Show the active Requirements Ledger — clarified answers, open, done and deferred items, and the verify verdict if one exists.

How to install Orch Ledger

Installs to ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-ledger/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-ledger && curl -fsSL https://raw.githubusercontent.com/Sheldon-desouza/claude-code-orchestrator/HEAD/commands/orch-ledger.md -o ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-ledger/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Orch Ledger does


description: Show the active Requirements Ledger — clarified answers, open, done and deferred items, and the verify verdict if one exists. argument-hint: [archive] allowed-tools: Read, Glob, Bash

Find the active ledger: the most recent `.workflow/LEDGER*.md` (excluding `*-archive.md`) searching from the working directory up to the repo root.

If `$ARGUMENTS` is `archive`: rename it to `LEDGER--archive.md` (derive `` from its first heading or first item) and confirm; a full

Alternatives in Development

  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★
  • Kimi CLI Agent — Answers one council question as plain text, with no tool access 664 ★

Full documentation available on GitHub

View Source Repository