home/productivity/prompt-builder-5

Prompt Builder

GPTClaudeDeepSeek··1,198 copies·updated 2026-07-14
prompt-builder-5.prompt
# /prompt-builder

Generates self-contained task prompts for the WBS system. Takes a task description and produces a fully-specified prompt file that Claude can execute in a future session without additional context.

---

## What It Does

A task prompt is not a description of what you want — it's a complete specification that a fresh Claude instance can execute reliably. Writing good task prompts is a skill. The prompt builder applies a structured methodology to produce prompts that:

- Provide sufficient context without loading unnecessary background
- Break the task into steps small enough to verify
- Include human gates at decision points
- Specify verification criteria precisely
- Cover rollback in case something goes wrong

---

## Usage

when to use it

Community prompt sourced from the open-source GitHub repo lifestoryco/book-of-claude (MIT). A "Prompt Builder" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

lifestoryco/book-of-claude · MIT