Produce Chapter banner
xiaolai xiaolai

Produce Chapter

Data community

Description

--- description: Run the per-chapter production pipeline for one chapter — read STATUS.md to identify the next incomplete stage, dispatch the right agent, update STATUS.md after completion. Resumable across sessions; safe to call multiple times on the same chapter (will pick up where the last call stopped). owner: jerry-crew-chief argument-hint: "<chapter-slug>" --- # Produce Chapter Dispatch the `jerry-crew-chief` agent to orchestrate the production pipeline for one chapter, end-to-end, follo

Installation

Installs to ~/.claude/commands/xiaolai-no-one-did-it-produce-chapter.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/xiaolai/no-one-did-it/HEAD/.claude/commands/produce-chapter.md -o ~/.claude/commands/xiaolai-no-one-did-it-produce-chapter.md

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

Full documentation available on GitHub

View Source Repository