bros-harness 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +183 -0
  4. package/SECURITY.md +16 -0
  5. package/assets/agents.manifest.json +55 -0
  6. package/assets/commands.manifest.json +35 -0
  7. package/assets/docs.manifest.json +20 -0
  8. package/assets/import-report.md +25 -0
  9. package/assets/manifest.json +799 -0
  10. package/assets/opencode/agents/README.md +3 -0
  11. package/assets/opencode/agents/bro-build.md +256 -0
  12. package/assets/opencode/agents/bro-design.md +77 -0
  13. package/assets/opencode/agents/bro-docs.md +72 -0
  14. package/assets/opencode/agents/bro-explore.md +143 -0
  15. package/assets/opencode/agents/bro-ops.md +195 -0
  16. package/assets/opencode/agents/bro-shield.md +77 -0
  17. package/assets/opencode/agents/bro-test.md +204 -0
  18. package/assets/opencode/agents/bro-ui.md +135 -0
  19. package/assets/opencode/agents/mighty-bro.md +252 -0
  20. package/assets/opencode/commands/README.md +3 -0
  21. package/assets/opencode/commands/bros-assemble.md +32 -0
  22. package/assets/opencode/commands/bros-build.md +58 -0
  23. package/assets/opencode/commands/bros-plan.md +83 -0
  24. package/assets/opencode/commands/bros-review.md +38 -0
  25. package/assets/opencode/commands/bros-status.md +26 -0
  26. package/assets/opencode/docs/README.md +3 -0
  27. package/assets/opencode/docs/bros-builtin-skills.md +63 -0
  28. package/assets/opencode/docs/bros-harness.md +194 -0
  29. package/assets/opencode/skills/README.md +3 -0
  30. package/assets/opencode/skills/agent-architecture-audit/SKILL.md +256 -0
  31. package/assets/opencode/skills/agent-harness-construction/.openskills.json +7 -0
  32. package/assets/opencode/skills/agent-harness-construction/SKILL.md +73 -0
  33. package/assets/opencode/skills/agent-introspection-debugging/.openskills.json +7 -0
  34. package/assets/opencode/skills/agent-introspection-debugging/SKILL.md +153 -0
  35. package/assets/opencode/skills/api-design/.openskills.json +7 -0
  36. package/assets/opencode/skills/api-design/agents/openai.yaml +7 -0
  37. package/assets/opencode/skills/architecture-decision-records/.openskills.json +7 -0
  38. package/assets/opencode/skills/architecture-decision-records/SKILL.md +179 -0
  39. package/assets/opencode/skills/article-writing/.openskills.json +7 -0
  40. package/assets/opencode/skills/article-writing/SKILL.md +79 -0
  41. package/assets/opencode/skills/article-writing/agents/openai.yaml +7 -0
  42. package/assets/opencode/skills/automation-audit-ops/.openskills.json +7 -0
  43. package/assets/opencode/skills/automation-audit-ops/SKILL.md +142 -0
  44. package/assets/opencode/skills/backend-patterns/.openskills.json +7 -0
  45. package/assets/opencode/skills/backend-patterns/SKILL.md +561 -0
  46. package/assets/opencode/skills/backend-patterns/agents/openai.yaml +7 -0
  47. package/assets/opencode/skills/benchmark/.openskills.json +7 -0
  48. package/assets/opencode/skills/benchmark/SKILL.md +93 -0
  49. package/assets/opencode/skills/bros-orchestrate/SKILL.md +455 -0
  50. package/assets/opencode/skills/browser-qa/.openskills.json +7 -0
  51. package/assets/opencode/skills/browser-qa/SKILL.md +87 -0
  52. package/assets/opencode/skills/canary-watch/.openskills.json +7 -0
  53. package/assets/opencode/skills/canary-watch/SKILL.md +107 -0
  54. package/assets/opencode/skills/code-review-expert/SKILL.md +155 -0
  55. package/assets/opencode/skills/code-review-expert/agents/agent.yaml +7 -0
  56. package/assets/opencode/skills/code-review-expert/references/code-quality-checklist.md +130 -0
  57. package/assets/opencode/skills/code-review-expert/references/removal-plan.md +52 -0
  58. package/assets/opencode/skills/code-review-expert/references/security-checklist.md +118 -0
  59. package/assets/opencode/skills/code-review-expert/references/solid-checklist.md +65 -0
  60. package/assets/opencode/skills/code-tour/.openskills.json +7 -0
  61. package/assets/opencode/skills/code-tour/SKILL.md +236 -0
  62. package/assets/opencode/skills/coding-standards/.openskills.json +7 -0
  63. package/assets/opencode/skills/coding-standards/SKILL.md +549 -0
  64. package/assets/opencode/skills/coding-standards/agents/openai.yaml +7 -0
  65. package/assets/opencode/skills/context-budget/.openskills.json +7 -0
  66. package/assets/opencode/skills/context-budget/SKILL.md +135 -0
  67. package/assets/opencode/skills/database-migrations/.openskills.json +7 -0
  68. package/assets/opencode/skills/database-migrations/SKILL.md +429 -0
  69. package/assets/opencode/skills/deployment-patterns/.openskills.json +7 -0
  70. package/assets/opencode/skills/deployment-patterns/SKILL.md +427 -0
  71. package/assets/opencode/skills/design-system/.openskills.json +7 -0
  72. package/assets/opencode/skills/design-system/SKILL.md +82 -0
  73. package/assets/opencode/skills/docker-patterns/.openskills.json +7 -0
  74. package/assets/opencode/skills/docker-patterns/SKILL.md +364 -0
  75. package/assets/opencode/skills/documentation-lookup/.openskills.json +7 -0
  76. package/assets/opencode/skills/documentation-lookup/SKILL.md +90 -0
  77. package/assets/opencode/skills/documentation-lookup/agents/openai.yaml +7 -0
  78. package/assets/opencode/skills/e2e-testing/.openskills.json +7 -0
  79. package/assets/opencode/skills/e2e-testing/SKILL.md +326 -0
  80. package/assets/opencode/skills/e2e-testing/agents/openai.yaml +7 -0
  81. package/assets/opencode/skills/error-handling/SKILL.md +376 -0
  82. package/assets/opencode/skills/frontend-design/.openskills.json +7 -0
  83. package/assets/opencode/skills/frontend-design/SKILL.md +145 -0
  84. package/assets/opencode/skills/frontend-design-direction/SKILL.md +92 -0
  85. package/assets/opencode/skills/frontend-patterns/.openskills.json +7 -0
  86. package/assets/opencode/skills/frontend-patterns/SKILL.md +642 -0
  87. package/assets/opencode/skills/frontend-patterns/agents/openai.yaml +7 -0
  88. package/assets/opencode/skills/gateguard/.openskills.json +7 -0
  89. package/assets/opencode/skills/gateguard/SKILL.md +125 -0
  90. package/assets/opencode/skills/git-master/SKILL.md +60 -0
  91. package/assets/opencode/skills/golang-patterns/.openskills.json +7 -0
  92. package/assets/opencode/skills/golang-patterns/SKILL.md +674 -0
  93. package/assets/opencode/skills/golang-testing/.openskills.json +7 -0
  94. package/assets/opencode/skills/golang-testing/SKILL.md +720 -0
  95. package/assets/opencode/skills/grafana-dashboard-design/SKILL.md +65 -0
  96. package/assets/opencode/skills/hexagonal-architecture/.openskills.json +7 -0
  97. package/assets/opencode/skills/hexagonal-architecture/SKILL.md +276 -0
  98. package/assets/opencode/skills/java-coding-standards/.openskills.json +7 -0
  99. package/assets/opencode/skills/java-coding-standards/SKILL.md +383 -0
  100. package/assets/opencode/skills/jpa-patterns/.openskills.json +7 -0
  101. package/assets/opencode/skills/jpa-patterns/SKILL.md +151 -0
  102. package/assets/opencode/skills/knowledge-ops/.openskills.json +7 -0
  103. package/assets/opencode/skills/knowledge-ops/SKILL.md +154 -0
  104. package/assets/opencode/skills/make-interfaces-feel-better/SKILL.md +151 -0
  105. package/assets/opencode/skills/mysql-patterns/SKILL.md +412 -0
  106. package/assets/opencode/skills/nestjs-patterns/.openskills.json +7 -0
  107. package/assets/opencode/skills/nestjs-patterns/SKILL.md +230 -0
  108. package/assets/opencode/skills/nextjs-turbopack/.openskills.json +7 -0
  109. package/assets/opencode/skills/nextjs-turbopack/SKILL.md +57 -0
  110. package/assets/opencode/skills/nextjs-turbopack/agents/openai.yaml +7 -0
  111. package/assets/opencode/skills/parallel-execution-optimizer/SKILL.md +72 -0
  112. package/assets/opencode/skills/postgres-patterns/.openskills.json +7 -0
  113. package/assets/opencode/skills/postgres-patterns/SKILL.md +147 -0
  114. package/assets/opencode/skills/prisma-patterns/SKILL.md +371 -0
  115. package/assets/opencode/skills/product-capability/.openskills.json +7 -0
  116. package/assets/opencode/skills/product-capability/SKILL.md +141 -0
  117. package/assets/opencode/skills/product-lens/.openskills.json +7 -0
  118. package/assets/opencode/skills/product-lens/SKILL.md +92 -0
  119. package/assets/opencode/skills/production-audit/SKILL.md +206 -0
  120. package/assets/opencode/skills/python-patterns/.openskills.json +7 -0
  121. package/assets/opencode/skills/python-patterns/SKILL.md +750 -0
  122. package/assets/opencode/skills/python-testing/.openskills.json +7 -0
  123. package/assets/opencode/skills/python-testing/SKILL.md +816 -0
  124. package/assets/opencode/skills/redis-patterns/SKILL.md +403 -0
  125. package/assets/opencode/skills/requirements-clarity/README.md +260 -0
  126. package/assets/opencode/skills/requirements-clarity/SKILL.md +324 -0
  127. package/assets/opencode/skills/rust-patterns/.openskills.json +7 -0
  128. package/assets/opencode/skills/rust-patterns/SKILL.md +499 -0
  129. package/assets/opencode/skills/rust-testing/.openskills.json +7 -0
  130. package/assets/opencode/skills/rust-testing/SKILL.md +500 -0
  131. package/assets/opencode/skills/safety-guard/.openskills.json +7 -0
  132. package/assets/opencode/skills/safety-guard/SKILL.md +75 -0
  133. package/assets/opencode/skills/search-first/.openskills.json +7 -0
  134. package/assets/opencode/skills/search-first/SKILL.md +181 -0
  135. package/assets/opencode/skills/security-review/.openskills.json +7 -0
  136. package/assets/opencode/skills/security-review/agents/openai.yaml +7 -0
  137. package/assets/opencode/skills/security-review/cloud-infrastructure-security.md +361 -0
  138. package/assets/opencode/skills/security-scan/.openskills.json +7 -0
  139. package/assets/opencode/skills/security-scan/SKILL.md +165 -0
  140. package/assets/opencode/skills/springboot-patterns/.openskills.json +7 -0
  141. package/assets/opencode/skills/springboot-patterns/SKILL.md +314 -0
  142. package/assets/opencode/skills/springboot-tdd/.openskills.json +7 -0
  143. package/assets/opencode/skills/springboot-tdd/SKILL.md +158 -0
  144. package/assets/opencode/skills/springboot-verification/.openskills.json +7 -0
  145. package/assets/opencode/skills/springboot-verification/SKILL.md +231 -0
  146. package/assets/opencode/skills/strategic-compact/.openskills.json +7 -0
  147. package/assets/opencode/skills/strategic-compact/SKILL.md +131 -0
  148. package/assets/opencode/skills/strategic-compact/agents/openai.yaml +7 -0
  149. package/assets/opencode/skills/strategic-compact/suggest-compact.sh +54 -0
  150. package/assets/opencode/skills/tdd-workflow/.openskills.json +7 -0
  151. package/assets/opencode/skills/tdd-workflow/SKILL.md +463 -0
  152. package/assets/opencode/skills/tdd-workflow/agents/openai.yaml +7 -0
  153. package/assets/opencode/skills/verification-loop/.openskills.json +7 -0
  154. package/assets/opencode/skills/verification-loop/SKILL.md +126 -0
  155. package/assets/opencode/skills/verification-loop/agents/openai.yaml +7 -0
  156. package/assets/opencode/skills/vite-patterns/SKILL.md +449 -0
  157. package/assets/opencode/skills/web-doc-search/SKILL.md +51 -0
  158. package/assets/opencode/templates/README.md +3 -0
  159. package/assets/opencode/templates/bros/adr.md +39 -0
  160. package/assets/opencode/templates/bros/delivery-report.md +71 -0
  161. package/assets/opencode/templates/bros/explorer-evidence-packet.md +51 -0
  162. package/assets/opencode/templates/bros/prd.md +72 -0
  163. package/assets/opencode/templates/bros/security-review.md +48 -0
  164. package/assets/opencode/templates/bros/status-board.md +33 -0
  165. package/assets/opencode/templates/bros/task-packet.md +94 -0
  166. package/assets/opencode/templates/bros/test-strategy.md +57 -0
  167. package/assets/opencode/templates/bros/ui-implementation-packet.md +64 -0
  168. package/assets/skills.manifest.json +650 -0
  169. package/assets/templates.manifest.json +55 -0
  170. package/bin/bros.mjs +122 -0
  171. package/docs/compatibility.md +9 -0
  172. package/docs/installation.md +66 -0
  173. package/docs/integrations/claude.md +5 -0
  174. package/docs/integrations/codex.md +5 -0
  175. package/docs/integrations/opencode.md +39 -0
  176. package/docs/migration/from-local-opencode-config.md +10 -0
  177. package/docs/release-process.md +11 -0
  178. package/docs/repository-structure.md +15 -0
  179. package/docs/roadmap.md +20 -0
  180. package/docs/security.md +18 -0
  181. package/docs/testing.md +9 -0
  182. package/examples/opencode/README.md +11 -0
  183. package/examples/opencode/opencode.example.jsonc +4 -0
  184. package/package.json +43 -0
  185. package/scripts/validate-assets.mjs +22 -0
  186. package/scripts/verify-no-secrets.mjs +38 -0
  187. package/src/plugin.mjs +98 -0
@@ -0,0 +1,324 @@
1
+ ---
2
+ name: requirements-clarity
3
+ description: Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.
4
+ ---
5
+
6
+ # Requirements Clarity Skill
7
+
8
+ ## Description
9
+
10
+ Automatically transforms vague requirements into actionable PRDs through systematic clarification with a 100-point scoring system.
11
+
12
+
13
+ ## Instructions
14
+
15
+ When invoked, detect vague requirements:
16
+
17
+ 1. **Vague Feature Requests**
18
+ - User says: "add login feature", "implement payment", "create dashboard"
19
+ - Missing: How, with what technology, what constraints?
20
+
21
+ 2. **Missing Technical Context**
22
+ - No technology stack mentioned
23
+ - No integration points identified
24
+ - No performance/security constraints
25
+
26
+ 3. **Incomplete Specifications**
27
+ - No acceptance criteria
28
+ - No success metrics
29
+ - No edge cases considered
30
+ - No error handling mentioned
31
+
32
+ 4. **Ambiguous Scope**
33
+ - Unclear boundaries ("user management" - what exactly?)
34
+ - No distinction between MVP and future enhancements
35
+ - Missing "what's NOT included"
36
+
37
+ **Do NOT activate when**:
38
+ - Specific file paths mentioned (e.g., "auth.go:45")
39
+ - Code snippets included
40
+ - Existing functions/classes referenced
41
+ - Bug fixes with clear reproduction steps
42
+
43
+ ## Core Principles
44
+
45
+ 1. **Systematic Questioning**
46
+ - Ask focused, specific questions
47
+ - One category at a time (2-3 questions per round)
48
+ - Build on previous answers
49
+ - Avoid overwhelming users
50
+
51
+ 2. **Quality-Driven Iteration**
52
+ - Continuously assess clarity score (0-100)
53
+ - Identify gaps systematically
54
+ - Iterate until ≥ 90 points
55
+ - Document all clarification rounds
56
+
57
+ 3. **Actionable Output**
58
+ - Generate concrete specifications
59
+ - Include measurable acceptance criteria
60
+ - Provide executable phases
61
+ - Enable direct implementation
62
+
63
+ ## Clarification Process
64
+
65
+ ### Step 1: Initial Requirement Analysis
66
+
67
+ **Input**: User's requirement description
68
+
69
+ **Tasks**:
70
+ 1. Parse and understand core requirement
71
+ 2. Generate feature name (kebab-case format)
72
+ 3. Determine document version (default `1.0` unless user specifies otherwise)
73
+ 4. Ensure `./docs/prds/` exists for PRD output
74
+ 5. Perform initial clarity assessment (0-100)
75
+
76
+ **Assessment Rubric**:
77
+ ```
78
+ Functional Clarity: /30 points
79
+ - Clear inputs/outputs: 10 pts
80
+ - User interaction defined: 10 pts
81
+ - Success criteria stated: 10 pts
82
+
83
+ Technical Specificity: /25 points
84
+ - Technology stack mentioned: 8 pts
85
+ - Integration points identified: 8 pts
86
+ - Constraints specified: 9 pts
87
+
88
+ Implementation Completeness: /25 points
89
+ - Edge cases considered: 8 pts
90
+ - Error handling mentioned: 9 pts
91
+ - Data validation specified: 8 pts
92
+
93
+ Business Context: /20 points
94
+ - Problem statement clear: 7 pts
95
+ - Target users identified: 7 pts
96
+ - Success metrics defined: 6 pts
97
+ ```
98
+
99
+ **Initial Response Format**:
100
+ ```markdown
101
+ I understand your requirement. Let me help you refine this specification.
102
+
103
+ **Current Clarity Score**: X/100
104
+
105
+ **Clear Aspects**:
106
+ - [List what's clear]
107
+
108
+ **Needs Clarification**:
109
+ - [List gaps]
110
+
111
+ Let me systematically clarify these points...
112
+ ```
113
+
114
+ ### Step 2: Gap Analysis
115
+
116
+ Identify missing information across four dimensions:
117
+
118
+ **1. Functional Scope**
119
+ - What is the core functionality?
120
+ - What are the boundaries?
121
+ - What is out of scope?
122
+ - What are edge cases?
123
+
124
+ **2. User Interaction**
125
+ - How do users interact?
126
+ - What are the inputs?
127
+ - What are the outputs?
128
+ - What are success/failure scenarios?
129
+
130
+ **3. Technical Constraints**
131
+ - Performance requirements?
132
+ - Compatibility requirements?
133
+ - Security considerations?
134
+ - Scalability needs?
135
+
136
+ **4. Business Value**
137
+ - What problem does this solve?
138
+ - Who are the target users?
139
+ - What are success metrics?
140
+ - What is the priority?
141
+
142
+ ### Step 3: Interactive Clarification
143
+
144
+ **Question Strategy**:
145
+ 1. Start with highest-impact gaps
146
+ 2. Ask 2-3 questions per round
147
+ 3. Build context progressively
148
+ 4. Use user's language
149
+ 5. Provide examples when helpful
150
+
151
+ **Question Format**:
152
+ ```markdown
153
+ I need to clarify the following points to complete the requirements document:
154
+
155
+ 1. **[Category]**: [Specific question]?
156
+ - For example: [Example if helpful]
157
+
158
+ 2. **[Category]**: [Specific question]?
159
+
160
+ 3. **[Category]**: [Specific question]?
161
+
162
+ Please provide your answers, and I'll continue refining the PRD.
163
+ ```
164
+
165
+ **After Each User Response**:
166
+ 1. Update clarity score
167
+ 2. Capture new information in the working PRD outline
168
+ 3. Identify remaining gaps
169
+ 4. If score < 90: Continue with next round of questions
170
+ 5. If score ≥ 90: Proceed to PRD generation
171
+
172
+ **Score Update Format**:
173
+ ```markdown
174
+ Thank you for the additional information!
175
+
176
+ **Clarity Score Update**: X/100 → Y/100
177
+
178
+ **New Clarified Content**:
179
+ - [Summarize new information]
180
+
181
+ **Remaining Points to Clarify**:
182
+ - [List remaining gaps if score < 90]
183
+
184
+ [If score < 90: Continue with next round of questions]
185
+ [If score ≥ 90: "Perfect! I will now generate the complete PRD document..."]
186
+ ```
187
+
188
+ ### Step 4: PRD Generation
189
+
190
+ Once clarity score ≥ 90, generate comprehensive PRD.
191
+
192
+ **Output File**:
193
+
194
+ 1. **Final PRD**: `./docs/prds/{feature_name}-v{version}-prd.md`
195
+
196
+ Use the `Write` tool to create or update this file. Derive `{version}` from the document version recorded in the PRD (default `1.0`).
197
+
198
+ ## PRD Document Structure
199
+
200
+ ```markdown
201
+ # {Feature Name} - Product Requirements Document (PRD)
202
+
203
+ ## Requirements Description
204
+
205
+ ### Background
206
+ - **Business Problem**: [Describe the business problem to solve]
207
+ - **Target Users**: [Target user groups]
208
+ - **Value Proposition**: [Value this feature brings]
209
+
210
+ ### Feature Overview
211
+ - **Core Features**: [List of main features]
212
+ - **Feature Boundaries**: [What is and isn't included]
213
+ - **User Scenarios**: [Typical usage scenarios]
214
+
215
+ ### Detailed Requirements
216
+ - **Input/Output**: [Specific input/output specifications]
217
+ - **User Interaction**: [User operation flow]
218
+ - **Data Requirements**: [Data structures and validation rules]
219
+ - **Edge Cases**: [Edge case handling]
220
+
221
+ ## Design Decisions
222
+
223
+ ### Technical Approach
224
+ - **Architecture Choice**: [Technical architecture decisions and rationale]
225
+ - **Key Components**: [List of main technical components]
226
+ - **Data Storage**: [Data models and storage solutions]
227
+ - **Interface Design**: [API/interface specifications]
228
+
229
+ ### Constraints
230
+ - **Performance Requirements**: [Response time, throughput, etc.]
231
+ - **Compatibility**: [System compatibility requirements]
232
+ - **Security**: [Security considerations]
233
+ - **Scalability**: [Future expansion considerations]
234
+
235
+ ### Risk Assessment
236
+ - **Technical Risks**: [Potential technical risks and mitigation plans]
237
+ - **Dependency Risks**: [External dependencies and alternatives]
238
+ - **Schedule Risks**: [Timeline risks and response strategies]
239
+
240
+ ## Acceptance Criteria
241
+
242
+ ### Functional Acceptance
243
+ - [ ] Feature 1: [Specific acceptance conditions]
244
+ - [ ] Feature 2: [Specific acceptance conditions]
245
+ - [ ] Feature 3: [Specific acceptance conditions]
246
+
247
+ ### Quality Standards
248
+ - [ ] Code Quality: [Code standards and review requirements]
249
+ - [ ] Test Coverage: [Testing requirements and coverage]
250
+ - [ ] Performance Metrics: [Performance test pass criteria]
251
+ - [ ] Security Review: [Security review requirements]
252
+
253
+ ### User Acceptance
254
+ - [ ] User Experience: [UX acceptance criteria]
255
+ - [ ] Documentation: [Documentation delivery requirements]
256
+ - [ ] Training Materials: [If needed, training material requirements]
257
+
258
+ ## Execution Phases
259
+
260
+ ### Phase 1: Preparation
261
+ **Goal**: Environment preparation and technical validation
262
+ - [ ] Task 1: [Specific task description]
263
+ - [ ] Task 2: [Specific task description]
264
+ - **Deliverables**: [Phase deliverables]
265
+ - **Time**: [Estimated time]
266
+
267
+ ### Phase 2: Core Development
268
+ **Goal**: Implement core functionality
269
+ - [ ] Task 1: [Specific task description]
270
+ - [ ] Task 2: [Specific task description]
271
+ - **Deliverables**: [Phase deliverables]
272
+ - **Time**: [Estimated time]
273
+
274
+ ### Phase 3: Integration & Testing
275
+ **Goal**: Integration and quality assurance
276
+ - [ ] Task 1: [Specific task description]
277
+ - [ ] Task 2: [Specific task description]
278
+ - **Deliverables**: [Phase deliverables]
279
+ - **Time**: [Estimated time]
280
+
281
+ ### Phase 4: Deployment
282
+ **Goal**: Release and monitoring
283
+ - [ ] Task 1: [Specific task description]
284
+ - [ ] Task 2: [Specific task description]
285
+ - **Deliverables**: [Phase deliverables]
286
+ - **Time**: [Estimated time]
287
+
288
+ ---
289
+
290
+ **Document Version**: 1.0
291
+ **Created**: {timestamp}
292
+ **Clarification Rounds**: {clarification_rounds}
293
+ **Quality Score**: {quality_score}/100
294
+ ```
295
+
296
+ ## Behavioral Guidelines
297
+
298
+ ### DO
299
+ - Ask specific, targeted questions
300
+ - Build on previous answers
301
+ - Provide examples to guide users
302
+ - Maintain conversational tone
303
+ - Summarize clarification rounds within the PRD
304
+ - Use clear, professional English
305
+ - Generate concrete specifications
306
+ - Stay in clarification mode until score ≥ 90
307
+
308
+ ### DON'T
309
+ - Ask all questions at once
310
+ - Make assumptions without confirmation
311
+ - Generate PRD before 90+ score
312
+ - Skip any required sections
313
+ - Use vague or abstract language
314
+ - Proceed without user responses
315
+ - Exit skill mode prematurely
316
+
317
+ ## Success Criteria
318
+
319
+ - Clarity score ≥ 90/100
320
+ - All PRD sections complete with substance
321
+ - Acceptance criteria checklistable (using `- [ ]` format)
322
+ - Execution phases actionable with concrete tasks
323
+ - User approves final PRD
324
+ - Ready for development handoff
@@ -0,0 +1,7 @@
1
+ {
2
+ "source": "affaan-m/everything-claude-code",
3
+ "sourceType": "git",
4
+ "repoUrl": "https://github.com/affaan-m/everything-claude-code",
5
+ "subpath": "skills/rust-patterns",
6
+ "installedAt": "2026-04-16T03:02:34.966Z"
7
+ }