start-vibing 4.4.15 → 4.4.17

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.
@@ -7,111 +7,81 @@ content_type_bucket: "{{BUCKET}}" # fast | medium | slow | permanent
7
7
  freshness: "{{FRESHNESS}}" # fresh | aging | stale | outdated
8
8
  freshness_window_days: {{WINDOW_DAYS}}
9
9
  playbook: "{{PLAYBOOK}}"
10
- domain: "{{DOMAIN}}"
11
10
  sources_count: {{SOURCES_COUNT}}
12
11
  findings_count: {{FINDINGS_COUNT}}
13
- disagreements_count: {{DISAGREEMENTS_COUNT}}
14
- open_questions_count: {{OPEN_Q_COUNT}}
15
12
  confidence_summary: "{{CONFIDENCE_SUMMARY}}" # e.g. "5 high · 3 medium · 1 low"
16
- concepts:
17
- {{CONCEPTS_YAML_LIST}}
18
- session_id: "{{SESSION_ID}}"
13
+ concepts: # CAP at 8 — primary search keywords only
14
+ {{CONCEPTS_YAML_LIST_MAX_8}}
19
15
  ---
20
16
 
21
- # Research: {{TITLE}}
17
+ # {{TITLE}}
22
18
 
23
19
  > Bucket: **{{BUCKET}}** · Status: **{{FRESHNESS}}** · Confidence: {{CONFIDENCE_SUMMARY}}
24
20
  > Session: `docs/research/.cache/sessions/{{SESSION_ID}}/`
25
21
 
26
- ## Executive summary
27
-
28
- {{EXEC_SUMMARY}}
29
-
30
- ## Question
31
-
32
- {{ORIGINAL_QUESTION}}
33
-
34
- ## Ontology Map
22
+ ---
35
23
 
36
- Concepts and their relationships using the SKOS-adapted vocabulary
37
- (see `.claude/skills/research/references/ontology-patterns.md`).
24
+ ## TL;DR {{TLDR_HEADLINE}}
38
25
 
39
- ```
40
- {{ONTOLOGY_RELATIONS}}
41
- ```
26
+ {{TLDR_LEAD_PARAGRAPH_1_TO_3_SENTENCES}}
42
27
 
43
- ## Findings
28
+ {{#each TLDR_BULLET}}
29
+ {{N}}. **{{VERDICT_PHRASE}}.** {{ONE_SENTENCE_RATIONALE}} ({{INLINE_CITATION}})
30
+ {{/each}}
44
31
 
45
- {{#each FINDING}}
46
- ### Finding {{ID}} — {{TITLE}}
32
+ ---
47
33
 
48
- {{ASSERTION}}
34
+ ## Why this matters
49
35
 
50
- **Confidence:** {{CONFIDENCE}}{{#if FRESHNESS_WARNING}} · _Freshness warning: {{FRESHNESS_WARNING}}_{{/if}}{{#if TRIANGULATION_WARNING}} · _Triangulation: {{TRIANGULATION_WARNING}}_{{/if}}
36
+ {{CONTEXT_2_TO_4_PARAGRAPHS ground the reader in the problem the research actually addresses; cite the originating constraint or pain point. Keep it engineering-blog tone. NO methodology box, NO triangulation discussion here.}}
51
37
 
52
- Evidence:
38
+ ---
53
39
 
54
- {{#each EVIDENCE}}
55
- > "{{QUOTE}}" [{{SOURCE_ID}}]
56
- > URL: {{URL}}
57
- > Accessed: {{ACCESSED_AT}}
58
- > Verify: {{VERIFY_METHOD}}
59
- {{/each}}
40
+ ## What we found
60
41
 
42
+ {{#each FINDING}}
43
+ - **{{ASSERTION_AS_VERDICT}}** — {{ONE_OR_TWO_SENTENCE_EVIDENCE_SUMMARY_WITH_INLINE_HYPERLINK}}. _[{{CONFIDENCE}} — {{TRIANGULATION_TAGS}}]_
61
44
  {{/each}}
62
45
 
63
- ## Disagreements
64
-
65
- {{#each DISAGREEMENT}}
66
- ### {{TOPIC}}
67
-
68
- - **Position A** ([{{SRC_A}}]): {{POSITION_A}}
69
- - **Position B** ([{{SRC_B}}]): {{POSITION_B}}
70
- - **Resolution requires:** {{RESOLUTION_HINT}}
71
- {{/each}}
46
+ > Use bolded-bullet flat format. Do NOT use the heavy "### Finding N" / paragraph / blockquote / confidence-label pattern.
47
+ > Inline citation style: embedded hyperlink in the prose — `[Anthropic Engineering](URL)` — NOT bracketed numerics. Reserve `[1]` numerics only when the user explicitly requested footnote style.
72
48
 
73
- ## Recommendations
49
+ {{#if DISAGREEMENTS_EXIST}}
50
+ ---
74
51
 
75
- ### DO
52
+ ## Where the evidence disagrees
76
53
 
77
- {{#each RECOMMENDATION_DO}}
78
- - {{TEXT}} _{{REASON}}_
54
+ {{#each DISAGREEMENT}}
55
+ - **{{TOPIC}}**: [{{SRC_A_LABEL}}]({{SRC_A_URL}}) says "{{POSITION_A}}". [{{SRC_B_LABEL}}]({{SRC_B_URL}}) says "{{POSITION_B}}". Resolution would require {{RESOLUTION_HINT}}.
79
56
  {{/each}}
57
+ {{/if}}
80
58
 
81
- ### AVOID
59
+ ---
82
60
 
83
- {{#each RECOMMENDATION_AVOID}}
84
- - {{TEXT}} — _{{REASON}}_
85
- {{/each}}
61
+ ## Trade-offs
86
62
 
87
- ## Implementation Path
63
+ {{TRADE_OFFS_2_TO_5_BULLETS what the recommended approach gives up, NOT a separate "AVOID" list. Frame as "Choosing X means losing Y." Each bullet cites at least one source.}}
88
64
 
89
- {{#each STEP}}
90
- {{N}}. {{TEXT}}
91
- {{/each}}
65
+ {{#if OPEN_QUESTIONS_EXIST}}
66
+ ---
92
67
 
93
- ## Open Questions
68
+ ## Open questions
94
69
 
95
70
  {{#each OPEN_Q}}
96
71
  - {{TEXT}}
97
72
  {{/each}}
73
+ {{/if}}
98
74
 
99
- ## Dead Ends
100
-
101
- _Searched but not found / not applicable_
102
-
103
- {{#each DEAD_END}}
104
- - {{TEXT}}
105
- {{/each}}
75
+ ---
106
76
 
107
77
  ## Sources
108
78
 
109
- | ID | Title | Publisher | Authority (1-5) | Independence | Accessed | URL |
110
- |----|-------|-----------|-----------------|--------------|----------|-----|
79
+ | ID | Title | Publisher | Authority | Independence | Accessed |
80
+ |----|-------|-----------|-----------|--------------|----------|
111
81
  {{#each SOURCE}}
112
- | {{ID}} | {{TITLE}} | {{PUBLISHER}} | {{AUTHORITY_LEVEL}} | {{INDEPENDENCE}} | {{ACCESSED_AT}} | {{URL}} |
82
+ | {{ID}} | [{{TITLE}}]({{URL}}) | {{PUBLISHER}} | {{AUTHORITY_LEVEL}}/5 | {{INDEPENDENCE}} | {{ACCESSED_AT}} |
113
83
  {{/each}}
114
84
 
115
85
  ---
116
86
 
117
- _Generated by the `research` skill. Pipeline: scout → query → synthesize → verify. Verify status: {{VERIFY_STATUS}}._
87
+ _Research pipeline: scout → query → synthesize → verify. Verify status: **{{VERIFY_STATUS}}**. {{N_PASS}} pass · {{N_STALE}} stale · {{N_FAIL}} fail._