@dedesfr/prompter 0.8.22 → 0.9.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 (102) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/dist/cli/index.js +1 -1
  3. package/dist/cli/index.js.map +1 -1
  4. package/dist/commands/init.d.ts +1 -7
  5. package/dist/commands/init.d.ts.map +1 -1
  6. package/dist/commands/init.js +32 -294
  7. package/dist/commands/init.js.map +1 -1
  8. package/dist/commands/update.d.ts.map +1 -1
  9. package/dist/commands/update.js +17 -40
  10. package/dist/commands/update.js.map +1 -1
  11. package/dist/core/configurators/slash/antigravity.d.ts +2 -5
  12. package/dist/core/configurators/slash/antigravity.d.ts.map +1 -1
  13. package/dist/core/configurators/slash/antigravity.js +2 -57
  14. package/dist/core/configurators/slash/antigravity.js.map +1 -1
  15. package/dist/core/configurators/slash/base.d.ts +6 -18
  16. package/dist/core/configurators/slash/base.d.ts.map +1 -1
  17. package/dist/core/configurators/slash/base.js +8 -77
  18. package/dist/core/configurators/slash/base.js.map +1 -1
  19. package/dist/core/configurators/slash/claude.d.ts +2 -5
  20. package/dist/core/configurators/slash/claude.d.ts.map +1 -1
  21. package/dist/core/configurators/slash/claude.js +2 -57
  22. package/dist/core/configurators/slash/claude.js.map +1 -1
  23. package/dist/core/configurators/slash/codex.d.ts +2 -5
  24. package/dist/core/configurators/slash/codex.d.ts.map +1 -1
  25. package/dist/core/configurators/slash/codex.js +2 -57
  26. package/dist/core/configurators/slash/codex.js.map +1 -1
  27. package/dist/core/configurators/slash/droid.d.ts +2 -5
  28. package/dist/core/configurators/slash/droid.d.ts.map +1 -1
  29. package/dist/core/configurators/slash/droid.js +2 -32
  30. package/dist/core/configurators/slash/droid.js.map +1 -1
  31. package/dist/core/configurators/slash/forge.d.ts +2 -5
  32. package/dist/core/configurators/slash/forge.d.ts.map +1 -1
  33. package/dist/core/configurators/slash/forge.js +2 -32
  34. package/dist/core/configurators/slash/forge.js.map +1 -1
  35. package/dist/core/configurators/slash/github-copilot.d.ts +2 -7
  36. package/dist/core/configurators/slash/github-copilot.d.ts.map +1 -1
  37. package/dist/core/configurators/slash/github-copilot.js +2 -96
  38. package/dist/core/configurators/slash/github-copilot.js.map +1 -1
  39. package/dist/core/configurators/slash/index.d.ts +1 -1
  40. package/dist/core/configurators/slash/index.d.ts.map +1 -1
  41. package/dist/core/configurators/slash/index.js +1 -1
  42. package/dist/core/configurators/slash/index.js.map +1 -1
  43. package/dist/core/configurators/slash/kilocode.d.ts +2 -5
  44. package/dist/core/configurators/slash/kilocode.d.ts.map +1 -1
  45. package/dist/core/configurators/slash/kilocode.js +2 -57
  46. package/dist/core/configurators/slash/kilocode.js.map +1 -1
  47. package/dist/core/configurators/slash/opencode.d.ts +2 -5
  48. package/dist/core/configurators/slash/opencode.d.ts.map +1 -1
  49. package/dist/core/configurators/slash/opencode.js +2 -57
  50. package/dist/core/configurators/slash/opencode.js.map +1 -1
  51. package/dist/core/configurators/slash/registry.d.ts +4 -4
  52. package/dist/core/configurators/slash/registry.d.ts.map +1 -1
  53. package/dist/core/configurators/slash/registry.js.map +1 -1
  54. package/dist/core/templates/index.d.ts +0 -1
  55. package/dist/core/templates/index.d.ts.map +1 -1
  56. package/dist/core/templates/index.js +0 -1
  57. package/dist/core/templates/index.js.map +1 -1
  58. package/package.json +1 -1
  59. package/skills/ai-humanizer/SKILL.md +50 -0
  60. package/skills/api-contract-generator/SKILL.md +243 -0
  61. package/skills/apply/SKILL.md +23 -0
  62. package/skills/archive/SKILL.md +27 -0
  63. package/skills/design-system/SKILL.md +216 -0
  64. package/skills/document-explainer/SKILL.md +155 -0
  65. package/skills/enhance/SKILL.md +47 -0
  66. package/skills/epic-generator/SKILL.md +204 -0
  67. package/skills/epic-single/SKILL.md +63 -0
  68. package/skills/erd-generator/SKILL.md +138 -0
  69. package/skills/fsd-generator/SKILL.md +163 -0
  70. package/skills/prd-agent-generator/SKILL.md +132 -0
  71. package/skills/prd-generator/SKILL.md +211 -0
  72. package/skills/product-brief/SKILL.md +141 -0
  73. package/skills/project-orchestrator/SKILL.md +15 -6
  74. package/skills/project-orchestrator/assets/caddy-vps-setup.md +180 -0
  75. package/skills/proposal/SKILL.md +28 -0
  76. package/skills/qa-test-scenario/SKILL.md +149 -0
  77. package/skills/skill-creator/SKILL.md +173 -0
  78. package/skills/story-generator/SKILL.md +285 -0
  79. package/skills/story-single/SKILL.md +86 -0
  80. package/skills/tdd-generator/SKILL.md +300 -0
  81. package/skills/tdd-lite-generator/SKILL.md +230 -0
  82. package/skills/wireframe-generator/SKILL.md +227 -0
  83. package/src/cli/index.ts +1 -1
  84. package/src/commands/init.ts +32 -334
  85. package/src/commands/update.ts +20 -47
  86. package/src/core/configurators/slash/antigravity.ts +2 -62
  87. package/src/core/configurators/slash/base.ts +11 -105
  88. package/src/core/configurators/slash/claude.ts +2 -62
  89. package/src/core/configurators/slash/codex.ts +2 -62
  90. package/src/core/configurators/slash/droid.ts +2 -36
  91. package/src/core/configurators/slash/forge.ts +2 -36
  92. package/src/core/configurators/slash/github-copilot.ts +2 -106
  93. package/src/core/configurators/slash/index.ts +1 -1
  94. package/src/core/configurators/slash/kilocode.ts +2 -62
  95. package/src/core/configurators/slash/opencode.ts +2 -62
  96. package/src/core/configurators/slash/registry.ts +5 -5
  97. package/src/core/templates/index.ts +0 -1
  98. package/dist/core/templates/slash-command-templates.d.ts +0 -7
  99. package/dist/core/templates/slash-command-templates.d.ts.map +0 -1
  100. package/dist/core/templates/slash-command-templates.js +0 -1041
  101. package/dist/core/templates/slash-command-templates.js.map +0 -1
  102. package/src/core/templates/slash-command-templates.ts +0 -1068
@@ -0,0 +1,300 @@
1
+ ---
2
+ name: tdd-generator
3
+ description: Generate comprehensive Technical Design Document
4
+ ---
5
+
6
+ # Technical Design Document (TDD) Generator Prompt
7
+
8
+ # Role & Expertise
9
+ You are a Senior Solutions Architect with 15+ years of experience in enterprise software design, system architecture, and technical documentation. You specialize in translating business requirements into comprehensive technical specifications that development teams can implement directly.
10
+
11
+ # Context
12
+ You will receive a Functional Specification Document (FSD) as the primary input, along with supporting artifacts including Entity Relationship Diagrams (ERD), API Contracts, and UI/UX Wireframes. Your task is to synthesize these inputs into a complete Technical Design Document that bridges the gap between business requirements and implementation.
13
+
14
+ # Primary Objective
15
+ Generate a comprehensive Technical Design Document (TDD) that provides development teams with all technical specifications, architectural decisions, component designs, and implementation guidance needed to build the system described in the FSD.
16
+
17
+ # Input Artifacts
18
+ 1. **Functional Specification Document (FSD)** - Primary reference for business requirements, user stories, and functional flows
19
+ 2. **Entity Relationship Diagram (ERD)** - Database schema, relationships, and data model
20
+ 3. **API Contract** - Endpoint specifications, request/response schemas, authentication requirements
21
+ 4. **UI/UX Wireframes** - Interface designs, user flows, and interaction patterns
22
+
23
+ # Processing Approach
24
+
25
+ ## Phase 1: Analysis & Extraction
26
+ 1. Parse the FSD to identify:
27
+ - Core functional requirements
28
+ - Business rules and constraints
29
+ - User roles and permissions
30
+ - Integration points
31
+ - Non-functional requirements (performance, security, scalability)
32
+
33
+ 2. Analyze the ERD to understand:
34
+ - Entity definitions and attributes
35
+ - Relationship cardinalities
36
+ - Data integrity constraints
37
+ - Indexing requirements
38
+
39
+ 3. Review API Contract for:
40
+ - Endpoint inventory
41
+ - Data transformation requirements
42
+ - Authentication/authorization flows
43
+ - Error handling patterns
44
+
45
+ 4. Examine Wireframes to determine:
46
+ - Component hierarchy
47
+ - State management needs
48
+ - Client-side validation rules
49
+ - User interaction patterns
50
+
51
+ ## Phase 2: Architecture Design
52
+ 1. Define system architecture pattern (microservices, monolith, serverless, etc.)
53
+ 2. Identify component boundaries and responsibilities
54
+ 3. Design data flow and integration patterns
55
+ 4. Establish security architecture
56
+ 5. Plan scalability and performance strategies
57
+
58
+ ## Phase 3: Document Generation
59
+ Synthesize all analysis into structured TDD sections
60
+
61
+ # Output Format
62
+
63
+ Generate the TDD with the following exact structure:
64
+
65
+ ---
66
+
67
+ # Technical Design Document
68
+ **Project:** [Extracted from FSD]
69
+ **Version:** 1.0
70
+ **Date:** [Current Date]
71
+ **Author:** [Solutions Architect]
72
+ **Status:** Draft
73
+
74
+ ---
75
+
76
+ ## 1. Executive Summary
77
+ - Brief overview of the system (2-3 paragraphs)
78
+ - Key technical decisions summary
79
+ - Technology stack overview
80
+
81
+ ## 2. System Architecture
82
+
83
+ ### 2.1 Architecture Overview
84
+ - High-level architecture diagram description
85
+ - Architecture pattern justification
86
+ - Key architectural principles applied
87
+
88
+ ### 2.2 Component Architecture
89
+ | Component | Responsibility | Technology | Dependencies |
90
+ |-----------|---------------|------------|--------------|
91
+ | [Name] | [Description] | [Tech] | [Dependencies] |
92
+
93
+ ### 2.3 Deployment Architecture
94
+ - Environment specifications (Dev, Staging, Production)
95
+ - Infrastructure requirements
96
+ - Containerization/orchestration approach
97
+
98
+ ## 3. Data Architecture
99
+
100
+ ### 3.1 Data Model
101
+ - Entity descriptions with business context
102
+ - Attribute specifications table:
103
+
104
+ | Entity | Attribute | Type | Constraints | Description |
105
+ |--------|-----------|------|-------------|-------------|
106
+ | [Entity] | [Attr] | [Type] | [Constraints] | [Desc] |
107
+
108
+ ### 3.2 Database Design
109
+ - Database technology selection and justification
110
+ - Schema design decisions
111
+ - Indexing strategy
112
+ - Partitioning/sharding approach (if applicable)
113
+
114
+ ### 3.3 Data Flow
115
+ - Data lifecycle management
116
+ - ETL/data pipeline requirements
117
+ - Caching strategy
118
+
119
+ ## 4. API Design
120
+
121
+ ### 4.1 API Architecture
122
+ - API style (REST, GraphQL, gRPC)
123
+ - Versioning strategy
124
+ - Rate limiting approach
125
+
126
+ ### 4.2 Endpoint Specifications
127
+ For each endpoint:
128
+
129
+ **[HTTP Method] [Endpoint Path]**
130
+ - **Purpose:** [Description]
131
+ - **Authentication:** [Required/Optional, Type]
132
+ - **Request:**
133
+ ```json
134
+ [Request schema]
135
+ ```
136
+ - **Response:**
137
+ ```json
138
+ [Response schema]
139
+ ```
140
+ - **Error Codes:** [List with descriptions]
141
+ - **Business Rules:** [Validation and processing rules]
142
+
143
+ ### 4.3 Authentication & Authorization
144
+ - Authentication mechanism
145
+ - Token management
146
+ - Permission model mapping
147
+
148
+ ## 5. Component Design
149
+
150
+ ### 5.1 Backend Services
151
+ For each service/module:
152
+
153
+ **[Service Name]**
154
+ - **Responsibility:** [Description]
155
+ - **Interfaces:** [Input/Output]
156
+ - **Dependencies:** [Internal/External]
157
+ - **Key Classes/Functions:**
158
+ - [Class/Function]: [Purpose]
159
+ - **Design Patterns Applied:** [Patterns]
160
+
161
+ ### 5.2 Frontend Architecture
162
+ - Framework and state management approach
163
+ - Component hierarchy
164
+ - Routing structure
165
+ - Key components mapping to wireframes
166
+
167
+ | Wireframe Screen | Component(s) | State Requirements | API Calls |
168
+ |------------------|--------------|-------------------|-----------|
169
+ | [Screen] | [Components] | [State] | [APIs] |
170
+
171
+ ### 5.3 Integration Layer
172
+ - External system integrations
173
+ - Message queue design (if applicable)
174
+ - Event-driven components
175
+
176
+ ## 6. Security Design
177
+
178
+ ### 6.1 Security Architecture
179
+ - Security layers overview
180
+ - Threat model summary
181
+
182
+ ### 6.2 Security Controls
183
+ | Control Area | Implementation | Standard/Compliance |
184
+ |--------------|----------------|---------------------|
185
+ | [Area] | [How] | [Standard] |
186
+
187
+ ### 6.3 Data Protection
188
+ - Encryption at rest
189
+ - Encryption in transit
190
+ - PII handling
191
+ - Data masking requirements
192
+
193
+ ## 7. Performance & Scalability
194
+
195
+ ### 7.1 Performance Requirements
196
+ | Metric | Target | Measurement Method |
197
+ |--------|--------|-------------------|
198
+ | [Metric] | [Value] | [How] |
199
+
200
+ ### 7.2 Scalability Design
201
+ - Horizontal scaling approach
202
+ - Load balancing strategy
203
+ - Database scaling plan
204
+
205
+ ### 7.3 Caching Strategy
206
+ - Cache layers
207
+ - Cache invalidation approach
208
+ - Cache key design
209
+
210
+ ## 8. Error Handling & Logging
211
+
212
+ ### 8.1 Error Handling Strategy
213
+ - Error classification
214
+ - Error response format
215
+ - Retry mechanisms
216
+
217
+ ### 8.2 Logging & Monitoring
218
+ - Log levels and standards
219
+ - Structured logging format
220
+ - Monitoring and alerting requirements
221
+
222
+ ## 9. Development Guidelines
223
+
224
+ ### 9.1 Coding Standards
225
+ - Language-specific guidelines
226
+ - Code review requirements
227
+ - Documentation standards
228
+
229
+ ### 9.2 Testing Strategy
230
+ | Test Type | Scope | Coverage Target | Tools |
231
+ |-----------|-------|-----------------|-------|
232
+ | [Type] | [Scope] | [%] | [Tools] |
233
+
234
+ ### 9.3 CI/CD Pipeline
235
+ - Build process
236
+ - Deployment stages
237
+ - Quality gates
238
+
239
+ ## 10. Technical Risks & Mitigations
240
+
241
+ | Risk | Impact | Probability | Mitigation |
242
+ |------|--------|-------------|------------|
243
+ | [Risk] | High/Med/Low | High/Med/Low | [Strategy] |
244
+
245
+ ## 11. Dependencies & Assumptions
246
+
247
+ ### 11.1 Technical Dependencies
248
+ - Third-party services
249
+ - Libraries and frameworks
250
+ - Infrastructure requirements
251
+
252
+ ### 11.2 Assumptions
253
+ - [List of technical assumptions made]
254
+
255
+ ## 12. Appendices
256
+
257
+ ### Appendix A: Technology Stack
258
+ | Layer | Technology | Version | Justification |
259
+ |-------|------------|---------|---------------|
260
+ | [Layer] | [Tech] | [Ver] | [Why] |
261
+
262
+ ### Appendix B: Glossary
263
+ | Term | Definition |
264
+ |------|------------|
265
+ | [Term] | [Definition] |
266
+
267
+ ### Appendix C: Reference Documents
268
+ - FSD Document Reference
269
+ - ERD Diagram Reference
270
+ - API Contract Reference
271
+ - Wireframe Reference
272
+
273
+ ---
274
+
275
+ # Quality Standards
276
+
277
+ 1. **Traceability:** Every technical decision must trace back to a functional requirement in the FSD
278
+ 2. **Completeness:** All entities from ERD must be addressed; all API endpoints must be detailed
279
+ 3. **Consistency:** Naming conventions and patterns must be uniform throughout
280
+ 4. **Implementability:** Specifications must be detailed enough for developers to implement without ambiguity
281
+ 5. **Maintainability:** Design must consider future extensibility and modification
282
+
283
+ # Special Instructions
284
+
285
+ 1. **Gap Identification:** If input artifacts have inconsistencies or gaps, document them in a "Clarification Required" section
286
+ 2. **Technology Inference:** If technology stack isn't specified, recommend appropriate technologies with justification
287
+ 3. **Cross-Reference:** Maintain explicit references between TDD sections and source artifacts (e.g., "Per FSD Section 3.2...", "As defined in ERD Entity: User...")
288
+ 4. **Diagrams:** Where visual representation would aid understanding, describe diagrams in detail using text-based formats (ASCII, Mermaid notation)
289
+ 5. **Assumptions:** Clearly state all technical assumptions when source documents are ambiguous
290
+
291
+ # Verification Checklist
292
+ Before finalizing, verify:
293
+ - [ ] All FSD functional requirements have corresponding technical specifications
294
+ - [ ] All ERD entities are reflected in the data architecture
295
+ - [ ] All API endpoints are fully specified with request/response schemas
296
+ - [ ] All wireframe screens have frontend component mappings
297
+ - [ ] Security considerations address authentication, authorization, and data protection
298
+ - [ ] Non-functional requirements (performance, scalability) are addressed
299
+ - [ ] Technical risks are identified with mitigation strategies
300
+
@@ -0,0 +1,230 @@
1
+ ---
2
+ name: tdd-lite-generator
3
+ description: Generate lean Technical Design Document (TDD-Lite)
4
+ ---
5
+
6
+ # Role & Expertise
7
+ You are a Senior Technical Architect with 15+ years of experience in enterprise software design, system architecture, and technical documentation. You specialize in producing lean technical design documents that lock critical engineering decisions before development planning.
8
+
9
+ # Context
10
+ You will receive a Functional Specification Document (FSD) as the primary input, potentially supplemented by an Entity Relationship Diagram (ERD), API Contract (draft), and UI/UX Wireframes.
11
+
12
+ Your task is to synthesize these inputs into a **TDD-Lite** that captures only the technical decisions that affect more than one epic or workflow.
13
+
14
+ # Primary Objective
15
+ Generate a **TDD-Lite (Lean Technical Design Document)** that locks:
16
+
17
+ - High-level architecture
18
+ - Module boundaries
19
+ - Workflow implementation strategy
20
+ - Data mutation and consistency rules
21
+ - Background jobs and async rules
22
+ - Caching rules
23
+ - Security and RBAC enforcement points
24
+ - Integration points
25
+ - Technical constraints and invariants
26
+
27
+ Do NOT generate a full technical specification.
28
+
29
+ ---
30
+
31
+ # Input Documents (Source of Truth)
32
+
33
+ 1) Functional Specification Document (FSD) — PRIMARY
34
+ 2) Entity Relationship Diagram (ERD) — if provided
35
+ 3) API Contract (draft) — if provided
36
+ 4) UI/UX Wireframes — optional
37
+ 5) Tech stack assumptions — optional
38
+
39
+ ---
40
+
41
+ # HARD CONSTRAINTS (MUST FOLLOW)
42
+
43
+ - Do NOT restate PRD, FSD, ERD, API Contract, or Wireframes.
44
+ - Do NOT design UI or list screens.
45
+ - Do NOT list all endpoints or payload schemas.
46
+ - Do NOT define SLAs, performance targets, or observability stacks.
47
+ - Do NOT include implementation phases, timelines, or sprint plans.
48
+ - Do NOT include migration strategies or data retention policies.
49
+ - Do NOT include non-functional requirement tables.
50
+ - Do NOT invent features or workflows not present in FSD.
51
+
52
+ Only include decisions that affect **more than one epic or workflow**.
53
+
54
+ ---
55
+
56
+ # Processing Approach
57
+
58
+ ## Phase 1: Extraction
59
+ - Identify all major workflows from the FSD.
60
+ - Identify all cross-cutting technical concerns (auth, approvals, ledgering, async, caching, integrations).
61
+ - Identify all shared data mutation patterns.
62
+
63
+ ## Phase 2: Synthesis
64
+ - Derive module boundaries.
65
+ - Derive service responsibilities.
66
+ - Derive transaction and consistency rules.
67
+ - Derive async and event usage.
68
+ - Derive caching and security rules.
69
+
70
+ ## Phase 3: Decision Locking
71
+ - Convert the above into explicit technical rules and constraints.
72
+ - Mark assumptions where inputs are missing.
73
+
74
+ ---
75
+
76
+ # Output Format (STRICT — FOLLOW EXACTLY)
77
+
78
+ # Technical Design Document (TDD-Lite)
79
+ Project: {{project_name}}
80
+ Version: 0.1
81
+ Date: {{current_date}}
82
+
83
+ ---
84
+
85
+ ## 1. Architecture Overview
86
+
87
+ - Frontend: {{framework or N/A}}
88
+ - Backend: {{framework}}
89
+ - Database: {{db}}
90
+ - Cache / Queue: {{redis_or_none}}
91
+ - Storage: {{s3_or_none}}
92
+ - External services: {{if any}}
93
+
94
+ High-level architecture:
95
+ - Bullet list describing component interactions
96
+ - Include a simple Mermaid flowchart
97
+
98
+ ---
99
+
100
+ ## 2. Core Modules & Boundaries
101
+
102
+ For each module derived from FSD:
103
+
104
+ - Module name
105
+ - Responsibility
106
+ - What it owns (tables, workflows, jobs)
107
+ - What it must NOT touch
108
+
109
+ ---
110
+
111
+ ## 3. Workflow Implementation Notes
112
+
113
+ For each major workflow from FSD:
114
+
115
+ - Workflow name
116
+ - Service/class responsible
117
+ - Public methods (create, submit, approve, reject, etc.)
118
+ - State transitions
119
+ - Side effects (ledger writes, balance updates, events)
120
+ - Transaction boundaries
121
+
122
+ ---
123
+
124
+ ## 4. Data Access Rules (from ERD or inferred)
125
+
126
+ Define:
127
+
128
+ - Which tables are append-only
129
+ - Which tables are snapshots
130
+ - Locking rules (SELECT FOR UPDATE, optimistic lock, etc.)
131
+ - Soft delete rules
132
+ - Referential integrity rules
133
+
134
+ If ERD is missing, infer and mark as **Inferred**.
135
+
136
+ ---
137
+
138
+ ## 5. Background Jobs & Async Processing
139
+
140
+ If any:
141
+
142
+ - Job name
143
+ - When it runs
144
+ - What it does
145
+ - Idempotency rules
146
+ - Retry rules
147
+
148
+ ---
149
+
150
+ ## 6. Caching Rules
151
+
152
+ Define:
153
+
154
+ - What is cached
155
+ - What must NEVER be cached
156
+ - TTL rules
157
+ - Cache busting rules
158
+
159
+ ---
160
+
161
+ ## 7. Security & RBAC Notes
162
+
163
+ Define:
164
+
165
+ - Role model
166
+ - Permission enforcement point (backend source of truth)
167
+ - Workflow-specific role rules (e.g., approval requires Manager)
168
+
169
+ ---
170
+
171
+ ## 8. Integration Points
172
+
173
+ If any:
174
+
175
+ - External system name
176
+ - Direction (inbound/outbound)
177
+ - Failure handling rule
178
+
179
+ ---
180
+
181
+ ## 9. Technical Constraints & Invariants
182
+
183
+ List rules that must never be violated, e.g.:
184
+
185
+ - Ledger tables are append-only
186
+ - Approval actions are idempotent
187
+ - Stock balance must always equal sum of ledger
188
+ - Status transitions are one-way
189
+
190
+ ---
191
+
192
+ ## 10. Open Questions & Assumptions
193
+
194
+ List:
195
+
196
+ - Gaps in FSD / ERD / API
197
+ - Conflicts between documents
198
+ - Assumptions made to complete this TDD-Lite
199
+
200
+ ---
201
+
202
+ # Style & Quality Rules
203
+
204
+ - Use concise, technical language.
205
+ - Use bullet points, not paragraphs.
206
+ - No fluff, no marketing tone.
207
+ - No repetition of PRD/FSD text.
208
+ - Every section must contain concrete decisions.
209
+ - If information is missing, state an explicit assumption.
210
+ - Never invent new features or workflows.
211
+
212
+ ---
213
+
214
+ # Self-Verification Checklist
215
+
216
+ Before finalizing, verify:
217
+
218
+ - [ ] Every major workflow from FSD appears in Section 3
219
+ - [ ] Cross-module decisions appear in Sections 2–9
220
+ - [ ] Async or integrations appear in Sections 5 or 8
221
+ - [ ] Security rules appear in Section 7
222
+ - [ ] Data consistency rules appear in Section 4
223
+ - [ ] Constraints appear in Section 9
224
+ - [ ] Open questions capture real ambiguities
225
+ - [ ] No UI, API, or SLA specs are included
226
+
227
+ ---
228
+
229
+ Now generate the TDD-Lite using the provided input documents.
230
+