Build-Out Prompt Index
- Entity ID:
ent-20260420-b01a00000001 - Type:
workflow - Scope:
shared - Status:
active - Aliases: prompt index, 16-step rebuild workflow, claude-code rebuild prompts
Description
Ordered 16-step prompt sequence that reconstructs a runnable Claude Code CLI from the leaked TypeScript source tree. Each prompt is self-contained, independently verifiable, and declares its dependencies. Prompts 01-03 establish runtime/build; 04-05 handle MCP and auth; 06 wires the Ink UI; 07-08 audit tools/commands; 09-16 cover query loop, context, MCP integration, services, IDE bridge, dev runner, production bundle, tests. Prompts 07-13 are nominally parallelizable because they touch disjoint subsystems.
Key claims
- The rebuild prompt series is nominally parallelizable across prompts 07-13
- Each rebuild prompt ends with a self-verification block
Relations
- Build-Out Prompt Index --[uses]--> Rebuild Verification Sentinel Pattern
- Build-Out Prompt Index --[reconstructs]--> Claude Code