You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/templates/spike-template.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,20 @@ TODO (example, delete): [conversation-compaction-spike.md](../../design/conversa
2
2
3
3
# Spike for TODO: feature name
4
4
5
-
# Overview
5
+
##Overview
6
6
7
7
**The problem**: TODO
8
8
9
9
**The recommendation**: TODO
10
10
11
11
**PoC validation**: TODO
12
12
13
-
# Decisions for TODO specify reviewer(s)
13
+
##Decisions for TODO specify reviewer(s)
14
14
15
15
These are the high-level decisions that determine scope, approach, and cost.
16
16
Each has a recommendation — please confirm or override.
17
17
18
-
## Decision 1: TODO title
18
+
###Decision 1: TODO title
19
19
20
20
TODO: Context, options table, recommendation. Link to the relevant background section(s) below.
21
21
@@ -26,17 +26,17 @@ TODO: Context, options table, recommendation. Link to the relevant background se
26
26
27
27
**Recommendation**: TODO
28
28
29
-
# Technical decisions for TODO specify reviewer(s)
29
+
##Technical decisions for TODO specify reviewer(s)
30
30
31
31
Architecture-level and implementation-level decisions.
32
32
33
-
## Decision N: TODO title
33
+
###Decision N: TODO title
34
34
35
35
TODO: Context, options table, recommendation. Link to the relevant background section(s) below.
36
36
37
37
**Recommendation**: TODO
38
38
39
-
# Proposed JIRAs
39
+
##Proposed JIRAs
40
40
41
41
TODO: One subsection per JIRA. Each JIRA's agentic tool instruction should point to the spec doc (the permanent reference), not this spike doc.
42
42
@@ -61,23 +61,23 @@ Read the "[section]" section in docs/design/<feature>/<feature>.md.
61
61
Key files: [files].
62
62
```
63
63
64
-
# PoC results
64
+
##PoC results
65
65
66
66
TODO: If a PoC was built, document what it does, what it proved, and how it diverges from the production design.
67
67
68
-
## What the PoC does
68
+
###What the PoC does
69
69
70
70
**Important**: The PoC diverges from the production design in these ways:
71
71
- TODO
72
72
73
-
## Results
73
+
###Results
74
74
75
75
TODO
76
76
77
-
# Background sections
77
+
##Background sections
78
78
79
79
TODO: Research and analysis that supports the decisions above. These sections are linked from the decisions, not read front-to-back. Common topics: current architecture, existing approaches, design alternatives. Add or remove as needed.
80
80
81
-
# Appendix A
81
+
##Appendix A
82
82
83
83
TODO: Supporting material — external references, responses to suggestions from team members. Add appendices as needed.
0 commit comments