Book Requirements Document (BRD) Creation
This skill provides comprehensive guidance for creating a complete Book Requirements Document through systematic interviewing and structured analysis.
BRD Template Structure
A complete BRD captures everything needed before task generation:
# Book Requirements Document
## Core
- **Working Title**:
- **Genre/Category**:
- **Target Word Count**:
- **Target Audience**:
## Thesis/Premise
- **One-Sentence Summary**:
- **Core Argument/Narrative Question**:
- **Reader Takeaway**:
## Structure
- **Format**: (chapters, parts, sections)
- **POV**: (first, third, omniscient)
- **Tense**: (past, present)
- **Timeline**: (linear, non-linear, multiple)
## Voice
- **Tone**: (academic, conversational, literary, journalistic)
- **Comparable Titles**: ("X meets Y")
- **Sample Passage**: (if available)
## Characters (Fiction) / Key Concepts (Non-Fiction)
| Name | Description | Relationships |
|------|-------------|---------------|
| | | |
## Research Sources
### Primary Sources
-
### Secondary Sources
-
### URLs for Ingestion
-
## Constraints
### Must Include
-
### Must Avoid
-
### Sensitivity Considerations
-
## Milestones
- [ ] BRD Complete
- [ ] Initial Corpus Ingested
- [ ] Research Complete
- [ ] Outline Approved
- [ ] First Draft Complete
- [ ] Edit Pass Complete
- [ ] Final Draft
Systematic Question Framework
Ask questions in this order to build a complete picture. Each section builds on previous answers.
1. Core Questions
Purpose: Establish the fundamentals that guide all other decisions.
- "What's your working title, or what would you like to call this project for now?"
- "What genre or category does this fall into?" (fiction, nonfiction, memoir, technical, hybrid)
- "What's your target word count?" (helps determine scope and structure)
- "Who is your target audience?" (age, background, interests, reading level)
Follow-up probes:
- If audience unclear: "Who needs this book? What problem does it solve for them?"
- If word count vague: "Are you thinking novella (20-40k), standard novel (60-90k), epic (100k+), or something else?"
2. Thesis/Premise Questions
Purpose: Clarify the central idea that holds the book together.
- "Can you summarize this book in one sentence?"
- For fiction: "What's the central question or conflict your protagonist faces?"
- For nonfiction: "What's the core argument or thesis you're making?"
- "What should readers take away after finishing?"
Follow-up probes:
- If summary too detailed: "What's the elevator pitch version?"
- If takeaway unclear: "If readers remember only one thing, what should it be?"
- "What makes this different from similar books?"
3. Structure Questions
Purpose: Determine the organizational framework.
- "How will you structure this?" (chapters, parts, acts, sections, essays)
- Fiction-specific: "What POV?" (first person, third limited, omniscient, multiple POVs)
- Fiction-specific: "What tense?" (past, present, future)
- "Is the timeline linear, or will you use flashbacks, multiple timelines, or non-chronological structure?"
Follow-up probes:
- If structure uncertain: "Do you have a natural breaking point in mind, like acts or major sections?"
- For multiple POVs: "Which characters get POV chapters?"
- For complex timelines: "How many timelines, and how will you signal shifts?"
4. Voice Questions
Purpose: Define the style and tone.
- "How would you describe the tone?" (academic, conversational, literary, journalistic, humorous, dark, lyrical)
- "What books are comparable in style or approach?" (use "X meets Y" format)
- "Do you have any sample passages that capture the voice you're aiming for?"
Follow-up probes:
- If tone vague: "Is it formal or casual? Technical or accessible? Serious or playful?"
- "How much authorial presence do you want? Invisible narrator or strong voice?"
- For nonfiction: "Will you use 'I', 'we', or stay third-person objective?"
5. Characters/Concepts Questions
Purpose: Identify key entities (people for fiction, ideas for nonfiction).
For Fiction:
- "Who are your main characters?"
- For each character: "What's their role, motivation, and key relationships?"
- "Are there important secondary characters?"
For Nonfiction:
- "What are the key concepts or ideas you'll explore?"
- For each concept: "How does it relate to your thesis?"
- "Are there case studies, examples, or recurring themes?"
Follow-up probes:
- "Who changes the most over the course of the book?"
- "Are there antagonistic forces (characters, systems, ideas)?"
- "What relationships drive the narrative/argument?"
6. Research Sources Questions
Purpose: Identify existing knowledge and gaps.
- "What research have you already done?"
- "Do you have primary sources?" (interviews, documents, firsthand experience)
- "What secondary sources will you draw from?" (books, articles, papers)
- "Are there URLs, PDFs, or files you want to ingest as starting material?"
Follow-up probes:
- "What areas do you still need to research?"
- "Are there specific experts, archives, or databases you plan to consult?"
- "For fiction: What factual elements need research?" (historical periods, technical details, locations)
7. Constraints Questions
Purpose: Clarify boundaries and sensitivities.
- "Is there anything you must include?" (themes, scenes, arguments, acknowledgments)
- "Is there anything you want to avoid?" (clichés, topics, approaches)
- "Are there sensitivity considerations?" (trauma, cultural representation, controversial topics)
Follow-up probes:
- "Who might critique this work, and what concerns might they raise?"
- "Are there legal, ethical, or personal boundaries?"
- "Do you have publisher requirements or format constraints?"
Best Practices for Thorough Interviewing
Ask Open-Ended Questions First
Start broad ("Tell me about this book") before narrowing ("What's the inciting incident?").
Listen for Gaps
If an answer is vague, probe deeper. "Can you say more about that?" is your friend.
Reflect Back
Paraphrase answers to confirm understanding: "So you're saying the protagonist's core conflict is..."
Watch for Contradictions
If structure says "linear" but plot summary jumps timelines, ask which is correct.
Don't Rush
A complete BRD may take 15-20 questions. Incomplete BRDs lead to poor task generation.
Confirm Key Details
Before finalizing, summarize the BRD and ask: "Does this capture your vision?"
Genre-Specific Considerations
Fiction
- Plot arc: Three-act structure, hero's journey, episodic?
- Character development: Who has the most significant arc?
- Setting: Time period, location, world-building needs
- Subplots: Romance, mystery, secondary character arcs?
- Tone consistency: Comic relief in thriller? Dark humor in literary fiction?
Nonfiction
- Argument structure: Thesis-driven, exploratory, case study-based?
- Evidence types: Academic research, interviews, personal narrative, data?
- Reader engagement: Prescriptive (how-to) or descriptive (analysis)?
- Authority: How do you establish credibility?
- Examples: Will you use anecdotes, case studies, statistics?
Memoir
- Truth vs narrative: How will you balance factual accuracy with story?
- Privacy: Whose stories are you telling, and do you have permission?
- Time span: Entire life or focused period?
- Thematic focus: What's the through-line beyond chronology?
Technical/Reference
- Audience expertise: Beginner, intermediate, expert?
- Completeness: Comprehensive reference or focused guide?
- Examples: Code samples, diagrams, step-by-step tutorials?
- Updates: How will you handle changing information?
Validation Criteria for Complete BRD
Before marking a BRD complete, verify:
Storage
Once complete:
- Generate
BRD.md file in project root
- Store in database with
CREATE brd SET content=$brd_content, version=1
- Confirm file creation and database entry to user
1---2name: brd3description: Book Requirements Document (BRD) structure, systematic question frameworks for thorough book concept interviews, and genre-specific considerations for fiction vs nonfiction projects.4---5
6# Book Requirements Document (BRD) Creation
7
8This skill provides comprehensive guidance for creating a complete Book Requirements Document through systematic interviewing and structured analysis.
9
10## BRD Template Structure
11
12A complete BRD captures everything needed before task generation:
13
14```markdown
15# Book Requirements Document
16
17## Core
18- **Working Title**:
19- **Genre/Category**:
20- **Target Word Count**:
21- **Target Audience**:
22
23## Thesis/Premise
24- **One-Sentence Summary**:
25- **Core Argument/Narrative Question**:
26- **Reader Takeaway**:
27
28## Structure
29- **Format**: (chapters, parts, sections)
30- **POV**: (first, third, omniscient)
31- **Tense**: (past, present)
32- **Timeline**: (linear, non-linear, multiple)
33
34## Voice
35- **Tone**: (academic, conversational, literary, journalistic)
36- **Comparable Titles**: ("X meets Y")
37- **Sample Passage**: (if available)
38
39## Characters (Fiction) / Key Concepts (Non-Fiction)
40| Name | Description | Relationships |
41|------|-------------|---------------|
42| | | |
43
44## Research Sources
45### Primary Sources
46-
47
48### Secondary Sources
49-
50
51### URLs for Ingestion
52-
53
54## Constraints
55### Must Include
56-
57
58### Must Avoid
59-
60
61### Sensitivity Considerations
62-
63
64## Milestones
65- [ ] BRD Complete
66- [ ] Initial Corpus Ingested
67- [ ] Research Complete
68- [ ] Outline Approved
69- [ ] First Draft Complete
70- [ ] Edit Pass Complete
71- [ ] Final Draft
72```
73
74## Systematic Question Framework
75
76Ask questions in this order to build a complete picture. Each section builds on previous answers.
77
78### 1. Core Questions
79
80**Purpose**: Establish the fundamentals that guide all other decisions.
81
82- "What's your working title, or what would you like to call this project for now?"
83- "What genre or category does this fall into?" (fiction, nonfiction, memoir, technical, hybrid)
84- "What's your target word count?" (helps determine scope and structure)
85- "Who is your target audience?" (age, background, interests, reading level)
86
87**Follow-up probes**:
88- If audience unclear: "Who needs this book? What problem does it solve for them?"
89- If word count vague: "Are you thinking novella (20-40k), standard novel (60-90k), epic (100k+), or something else?"
90
91### 2. Thesis/Premise Questions
92
93**Purpose**: Clarify the central idea that holds the book together.
94
95- "Can you summarize this book in one sentence?"
96- For **fiction**: "What's the central question or conflict your protagonist faces?"
97- For **nonfiction**: "What's the core argument or thesis you're making?"
98- "What should readers take away after finishing?"
99
100**Follow-up probes**:
101- If summary too detailed: "What's the elevator pitch version?"
102- If takeaway unclear: "If readers remember only one thing, what should it be?"
103- "What makes this different from similar books?"
104
105### 3. Structure Questions
106
107**Purpose**: Determine the organizational framework.
108
109- "How will you structure this?" (chapters, parts, acts, sections, essays)
110- **Fiction-specific**: "What POV?" (first person, third limited, omniscient, multiple POVs)
111- **Fiction-specific**: "What tense?" (past, present, future)
112- "Is the timeline linear, or will you use flashbacks, multiple timelines, or non-chronological structure?"
113
114**Follow-up probes**:
115- If structure uncertain: "Do you have a natural breaking point in mind, like acts or major sections?"
116- For multiple POVs: "Which characters get POV chapters?"
117- For complex timelines: "How many timelines, and how will you signal shifts?"
118
119### 4. Voice Questions
120
121**Purpose**: Define the style and tone.
122
123- "How would you describe the tone?" (academic, conversational, literary, journalistic, humorous, dark, lyrical)
124- "What books are comparable in style or approach?" (use "X meets Y" format)
125- "Do you have any sample passages that capture the voice you're aiming for?"
126
127**Follow-up probes**:
128- If tone vague: "Is it formal or casual? Technical or accessible? Serious or playful?"
129- "How much authorial presence do you want? Invisible narrator or strong voice?"
130- For nonfiction: "Will you use 'I', 'we', or stay third-person objective?"
131
132### 5. Characters/Concepts Questions
133
134**Purpose**: Identify key entities (people for fiction, ideas for nonfiction).
135
136**For Fiction**:
137- "Who are your main characters?"
138- For each character: "What's their role, motivation, and key relationships?"
139- "Are there important secondary characters?"
140
141**For Nonfiction**:
142- "What are the key concepts or ideas you'll explore?"
143- For each concept: "How does it relate to your thesis?"
144- "Are there case studies, examples, or recurring themes?"
145
146**Follow-up probes**:
147- "Who changes the most over the course of the book?"
148- "Are there antagonistic forces (characters, systems, ideas)?"
149- "What relationships drive the narrative/argument?"
150
151### 6. Research Sources Questions
152
153**Purpose**: Identify existing knowledge and gaps.
154
155- "What research have you already done?"
156- "Do you have primary sources?" (interviews, documents, firsthand experience)
157- "What secondary sources will you draw from?" (books, articles, papers)
158- "Are there URLs, PDFs, or files you want to ingest as starting material?"
159
160**Follow-up probes**:
161- "What areas do you still need to research?"
162- "Are there specific experts, archives, or databases you plan to consult?"
163- "For fiction: What factual elements need research?" (historical periods, technical details, locations)
164
165### 7. Constraints Questions
166
167**Purpose**: Clarify boundaries and sensitivities.
168
169- "Is there anything you must include?" (themes, scenes, arguments, acknowledgments)
170- "Is there anything you want to avoid?" (clichés, topics, approaches)
171- "Are there sensitivity considerations?" (trauma, cultural representation, controversial topics)
172
173**Follow-up probes**:
174- "Who might critique this work, and what concerns might they raise?"
175- "Are there legal, ethical, or personal boundaries?"
176- "Do you have publisher requirements or format constraints?"
177
178## Best Practices for Thorough Interviewing
179
180### Ask Open-Ended Questions First
181Start broad ("Tell me about this book") before narrowing ("What's the inciting incident?").
182
183### Listen for Gaps
184If an answer is vague, probe deeper. "Can you say more about that?" is your friend.
185
186### Reflect Back
187Paraphrase answers to confirm understanding: "So you're saying the protagonist's core conflict is..."
188
189### Watch for Contradictions
190If structure says "linear" but plot summary jumps timelines, ask which is correct.
191
192### Don't Rush
193A complete BRD may take 15-20 questions. Incomplete BRDs lead to poor task generation.
194
195### Confirm Key Details
196Before finalizing, summarize the BRD and ask: "Does this capture your vision?"
197
198## Genre-Specific Considerations
199
200### Fiction
201- **Plot arc**: Three-act structure, hero's journey, episodic?
202- **Character development**: Who has the most significant arc?
203- **Setting**: Time period, location, world-building needs
204- **Subplots**: Romance, mystery, secondary character arcs?
205- **Tone consistency**: Comic relief in thriller? Dark humor in literary fiction?
206
207### Nonfiction
208- **Argument structure**: Thesis-driven, exploratory, case study-based?
209- **Evidence types**: Academic research, interviews, personal narrative, data?
210- **Reader engagement**: Prescriptive (how-to) or descriptive (analysis)?
211- **Authority**: How do you establish credibility?
212- **Examples**: Will you use anecdotes, case studies, statistics?
213
214### Memoir
215- **Truth vs narrative**: How will you balance factual accuracy with story?
216- **Privacy**: Whose stories are you telling, and do you have permission?
217- **Time span**: Entire life or focused period?
218- **Thematic focus**: What's the through-line beyond chronology?
219
220### Technical/Reference
221- **Audience expertise**: Beginner, intermediate, expert?
222- **Completeness**: Comprehensive reference or focused guide?
223- **Examples**: Code samples, diagrams, step-by-step tutorials?
224- **Updates**: How will you handle changing information?
225
226## Validation Criteria for Complete BRD
227
228Before marking a BRD complete, verify:
229
230- [ ] All core fields populated (title, genre, word count, audience)
231- [ ] Clear one-sentence summary exists
232- [ ] Structure is defined (format, POV/approach, timeline)
233- [ ] Voice/tone is described with examples
234- [ ] Key entities (characters/concepts) are named with descriptions
235- [ ] Research sources are identified (even if "none yet")
236- [ ] Constraints section addresses must-include, must-avoid, sensitivities
237- [ ] No contradictions between sections (e.g., POV vs sample passage)
238- [ ] User confirms BRD captures their vision
239
240## Storage
241
242Once complete:
2431. Generate `BRD.md` file in project root
2442. Store in database with `CREATE brd SET content=$brd_content, version=1`
2453. Confirm file creation and database entry to user