wize-dev-kit 0.3.1 → 0.4.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 (55) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/DECISIONS.md +13 -0
  3. package/README.md +9 -2
  4. package/package.json +1 -1
  5. package/src/core-skills/module.yaml +4 -0
  6. package/src/core-skills/wize-spec/assets/headless-schemas.md +39 -0
  7. package/src/core-skills/wize-spec/assets/spec-template.md +40 -0
  8. package/src/core-skills/wize-spec/customize.toml +20 -0
  9. package/src/core-skills/wize-spec/skill.md +110 -0
  10. package/src/method-skills/1-analysis/wize-domain-research/customize.toml +14 -0
  11. package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-01-init.md +49 -0
  12. package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-02-domain-analysis.md +39 -0
  13. package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-03-competitive-landscape.md +39 -0
  14. package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-04-regulatory-focus.md +39 -0
  15. package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-05-technical-trends.md +39 -0
  16. package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-06-research-synthesis.md +43 -0
  17. package/src/method-skills/1-analysis/wize-domain-research/research.template.md +31 -0
  18. package/src/method-skills/1-analysis/wize-domain-research/workflow.md +51 -0
  19. package/src/method-skills/1-analysis/wize-market-research/customize.toml +14 -0
  20. package/src/method-skills/1-analysis/wize-market-research/research.template.md +31 -0
  21. package/src/method-skills/1-analysis/wize-market-research/steps/step-01-init.md +57 -0
  22. package/src/method-skills/1-analysis/wize-market-research/steps/step-02-customer-behavior.md +39 -0
  23. package/src/method-skills/1-analysis/wize-market-research/steps/step-03-customer-pain-points.md +37 -0
  24. package/src/method-skills/1-analysis/wize-market-research/steps/step-04-customer-decisions.md +39 -0
  25. package/src/method-skills/1-analysis/wize-market-research/steps/step-05-competitive-analysis.md +37 -0
  26. package/src/method-skills/1-analysis/wize-market-research/steps/step-06-research-completion.md +47 -0
  27. package/src/method-skills/1-analysis/wize-market-research/workflow.md +59 -0
  28. package/src/method-skills/1-analysis/wize-technical-research/customize.toml +14 -0
  29. package/src/method-skills/1-analysis/wize-technical-research/research.template.md +31 -0
  30. package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-01-init.md +49 -0
  31. package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-02-technical-overview.md +45 -0
  32. package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-03-integration-patterns.md +39 -0
  33. package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-04-architectural-patterns.md +39 -0
  34. package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-05-implementation-research.md +42 -0
  35. package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-06-research-synthesis.md +46 -0
  36. package/src/method-skills/1-analysis/wize-technical-research/workflow.md +53 -0
  37. package/src/method-skills/3-solutioning/wize-create-architecture/architecture-decision-template.md +41 -0
  38. package/src/method-skills/3-solutioning/wize-create-architecture/customize.toml +20 -0
  39. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-01-init.md +95 -0
  40. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-01b-continue.md +32 -0
  41. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-02-context.md +126 -0
  42. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-03-starter.md +110 -0
  43. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-04-decisions.md +129 -0
  44. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-05-patterns.md +109 -0
  45. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-06-structure.md +97 -0
  46. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-07-validation.md +124 -0
  47. package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-08-complete.md +59 -0
  48. package/src/method-skills/3-solutioning/wize-create-architecture/workflow.md +38 -201
  49. package/src/method-skills/4-implementation/wize-code-review/customize.toml +21 -0
  50. package/src/method-skills/4-implementation/wize-code-review/steps/step-01-gather-context.md +64 -0
  51. package/src/method-skills/4-implementation/wize-code-review/steps/step-02-review.md +38 -0
  52. package/src/method-skills/4-implementation/wize-code-review/steps/step-03-triage.md +43 -0
  53. package/src/method-skills/4-implementation/wize-code-review/steps/step-04-present.md +100 -0
  54. package/src/method-skills/4-implementation/wize-code-review/workflow.md +34 -89
  55. package/src/method-skills/module.yaml +19 -0
@@ -0,0 +1,14 @@
1
+ # Wize Dev Kit — overrides for the built-in workflow "wize-market-research".
2
+ # DO NOT EDIT in the installed kit; copy to .wize/custom/workflows/wize-market-research/
3
+ # for project-level overrides.
4
+
5
+ [workflow]
6
+
7
+ activation_steps_prepend = []
8
+ activation_steps_append = []
9
+
10
+ persistent_facts = [
11
+ "file:{project-root}/.wize/planning/brief.md",
12
+ ]
13
+
14
+ on_complete = ""
@@ -0,0 +1,31 @@
1
+ ---
2
+ research_type: market
3
+ research_topic: "{{research_topic}}"
4
+ research_goals: "{{research_goals}}"
5
+ status: in-progress
6
+ stepsCompleted: []
7
+ owner: Pepper Potts
8
+ created: "{{date}}"
9
+ ---
10
+
11
+ # Market Research — {{research_topic}}
12
+
13
+ ## Research Overview
14
+
15
+ [Research overview and methodology will be appended here.]
16
+
17
+ ## Scope Confirmation
18
+
19
+ ## Customer Behavior Analysis
20
+
21
+ ## Customer Pain Points
22
+
23
+ ## Customer Decisions
24
+
25
+ ## Competitive Analysis
26
+
27
+ ## Research Synthesis
28
+
29
+ ## Sources
30
+
31
+ ## Open Questions
@@ -0,0 +1,57 @@
1
+ # Step 1: Market Research Scope Confirmation
2
+
3
+ ## Rules
4
+
5
+ - 🛑 Never generate content without user confirmation.
6
+ - 📖 Always read the complete step file before acting.
7
+ - 🔍 This is scope confirmation only — no web research yet.
8
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
9
+
10
+ ## Context
11
+
12
+ - Research type = "market"
13
+ - Research topic = "{{research_topic}}"
14
+ - Research goals = "{{research_goals}}"
15
+
16
+ ## Task
17
+
18
+ Confirm market research scope and approach.
19
+
20
+ ## Execution
21
+
22
+ Present the scope:
23
+
24
+ ```
25
+ I understand you want market research for {{research_topic}}.
26
+
27
+ This research will cover:
28
+ ✅ Customer behavior
29
+ ✅ Customer pain points
30
+ ✅ Customer decisions and jobs-to-be-done
31
+ ✅ Competitive landscape
32
+ ✅ Market positioning implications
33
+
34
+ All claims will be verified against current public sources.
35
+
36
+ [C] Continue — begin market research with this scope
37
+ ```
38
+
39
+ When the user selects [C], append the scope confirmation to the document and update frontmatter `stepsCompleted: [1]`, then load `./step-02-customer-behavior.md`.
40
+
41
+ ## Append to document
42
+
43
+ ```markdown
44
+ ## Market Research Scope Confirmation
45
+
46
+ **Research Topic:** {{research_topic}}
47
+ **Research Goals:** {{research_goals}}
48
+
49
+ **Scope:**
50
+ - Customer behavior
51
+ - Customer pain points
52
+ - Customer decisions and jobs-to-be-done
53
+ - Competitive landscape
54
+ - Market positioning implications
55
+
56
+ **Scope Confirmed:** {{date}}
57
+ ```
@@ -0,0 +1,39 @@
1
+ # Step 2: Customer Behavior Analysis
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Analyze customer behavior for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Run parallel web searches:
16
+
17
+ - "{{research_topic}} customer behavior trends"
18
+ - "{{research_topic}} user demographics"
19
+ - "{{research_topic}} usage patterns"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Customer Behavior Analysis
25
+
26
+ ### Target Audience
27
+ ...
28
+
29
+ ### Usage Patterns
30
+ ...
31
+
32
+ ### Trends
33
+ ...
34
+
35
+ ### Source Citations
36
+ ...
37
+ ```
38
+
39
+ Update frontmatter `stepsCompleted: [1, 2]`, then load `./step-03-customer-pain-points.md`.
@@ -0,0 +1,37 @@
1
+ # Step 3: Customer Pain Points
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Identify customer pain points for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Search for:
16
+
17
+ - "{{research_topic}} customer complaints"
18
+ - "{{research_topic}} common frustrations"
19
+ - "{{research_topic}} Reddit / G2 / Capterra reviews"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Customer Pain Points
25
+
26
+ ### Top Pain Points
27
+ 1. ...
28
+ 2. ...
29
+
30
+ ### Evidence
31
+ ...
32
+
33
+ ### Source Citations
34
+ ...
35
+ ```
36
+
37
+ Update frontmatter `stepsCompleted: [1, 2, 3]`, then load `./step-04-customer-decisions.md`.
@@ -0,0 +1,39 @@
1
+ # Step 4: Customer Decisions
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Map the customer decision journey for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Search for:
16
+
17
+ - "{{research_topic}} buyer journey"
18
+ - "{{research_topic}} purchase criteria"
19
+ - "{{research_topic}} jobs to be done"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Customer Decisions
25
+
26
+ ### Jobs-to-be-Done
27
+ ...
28
+
29
+ ### Decision Criteria
30
+ ...
31
+
32
+ ### Switching Triggers
33
+ ...
34
+
35
+ ### Source Citations
36
+ ...
37
+ ```
38
+
39
+ Update frontmatter `stepsCompleted: [1, 2, 3, 4]`, then load `./step-05-competitive-analysis.md`.
@@ -0,0 +1,37 @@
1
+ # Step 5: Competitive Analysis
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Analyze competitors for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Search for:
16
+
17
+ - "{{research_topic}} competitors"
18
+ - "{{research_topic}} alternative solutions"
19
+ - "{{research_topic}} pricing comparison"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Competitive Analysis
25
+
26
+ ### Competitor Matrix
27
+ | Competitor | Positioning | Pricing | Strengths | Weaknesses |
28
+ |---|---|---|---|---|
29
+
30
+ ### Differentiation Opportunities
31
+ ...
32
+
33
+ ### Source Citations
34
+ ...
35
+ ```
36
+
37
+ Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5]`, then load `./step-06-research-completion.md`.
@@ -0,0 +1,47 @@
1
+ # Step 6: Market Research Synthesis and Completion
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
7
+ - 📝 Replace the placeholder in the Research Overview section with a concise summary.
8
+
9
+ ## Task
10
+
11
+ Produce the final market research synthesis.
12
+
13
+ ## Execution
14
+
15
+ Replace `[Research overview and methodology will be appended here.]` with:
16
+
17
+ ```markdown
18
+ This report covers customer behavior, pain points, decision drivers, and competitive dynamics for {{research_topic}}. The synthesis highlights the most important findings and their implications for the product brief and PRD.
19
+ ```
20
+
21
+ Append:
22
+
23
+ ```markdown
24
+ ## Research Synthesis
25
+
26
+ ### Key Findings
27
+ 1. ...
28
+ 2. ...
29
+
30
+ ### Implications for Product Brief
31
+ ...
32
+
33
+ ### Implications for PRD
34
+ ...
35
+
36
+ ### Still Open
37
+ - ...
38
+
39
+ ### Sources
40
+ ...
41
+ ```
42
+
43
+ Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6]` and `status: complete`.
44
+
45
+ ## On complete
46
+
47
+ Run `{workflow.on_complete}` if non-empty.
@@ -0,0 +1,59 @@
1
+ ---
2
+ code: wize-market-research
3
+ name: Market Research
4
+ phase: 1-analysis
5
+ owner: wize-agent-analyst # Pepper Potts
6
+ status: ready
7
+ ---
8
+
9
+ # Market Research
10
+
11
+ **Goal.** Conduct market research on competition and customers to inform the product brief and PRD.
12
+
13
+ Pepper Potts drives. Peggy Carter edits prose. Output lands in `.wize/planning/research/market-{slug}-research-{date}.md`.
14
+
15
+ ## When to use
16
+
17
+ - "I need market research on..."
18
+ - "Who are the competitors?"
19
+ - "What do customers actually want?"
20
+
21
+ ## Inputs
22
+
23
+ - Open questions from `.wize/planning/brief.md`
24
+ - User-provided topic or problem area
25
+ - Web search access
26
+
27
+ ## Outputs
28
+
29
+ - `.wize/planning/research/market-{slug}-research-{date}.md`
30
+
31
+ ## Workflow architecture
32
+
33
+ This skill uses **step-file architecture**:
34
+
35
+ - Six steps, each self-contained.
36
+ - Sequential progression with user control.
37
+ - Document state tracked in frontmatter (`stepsCompleted`).
38
+
39
+ ## On activation
40
+
41
+ 1. Load `.wize/config/project.toml` and `.wize/config/user.toml`.
42
+ 2. Resolve language settings and output paths.
43
+ 3. Greet the user in `communication_language`.
44
+ 4. Ask for the market research topic if not provided.
45
+ 5. Derive `{research_topic_slug}` and create the output file from `research.template.md`.
46
+ 6. Read fully and follow `./steps/step-01-init.md`.
47
+
48
+ ## Steps
49
+
50
+ 1. `step-01-init.md` — confirm scope.
51
+ 2. `step-02-customer-behavior.md` — analyze customer behavior.
52
+ 3. `step-03-customer-pain-points.md` — identify pain points.
53
+ 4. `step-04-customer-decisions.md` — map purchase/journey decisions.
54
+ 5. `step-05-competitive-analysis.md` — analyze competitors.
55
+ 6. `step-06-research-completion.md` — synthesize and complete.
56
+
57
+ ## Hand-off
58
+
59
+ > Market research document is in `.wize/planning/research/`. Hill can quote the findings in the PRD; open questions route back to Wizer.
@@ -0,0 +1,14 @@
1
+ # Wize Dev Kit — overrides for the built-in workflow "wize-technical-research".
2
+ # DO NOT EDIT in the installed kit; copy to .wize/custom/workflows/wize-technical-research/
3
+ # for project-level overrides.
4
+
5
+ [workflow]
6
+
7
+ activation_steps_prepend = []
8
+ activation_steps_append = []
9
+
10
+ persistent_facts = [
11
+ "file:{project-root}/.wize/planning/brief.md",
12
+ ]
13
+
14
+ on_complete = ""
@@ -0,0 +1,31 @@
1
+ ---
2
+ research_type: technical
3
+ research_topic: "{{research_topic}}"
4
+ research_goals: "{{research_goals}}"
5
+ status: in-progress
6
+ stepsCompleted: []
7
+ owner: Pepper Potts
8
+ created: "{{date}}"
9
+ ---
10
+
11
+ # Technical Research — {{research_topic}}
12
+
13
+ ## Research Overview
14
+
15
+ [Research overview and methodology will be appended here.]
16
+
17
+ ## Scope Confirmation
18
+
19
+ ## Technology Stack Analysis
20
+
21
+ ## Integration Patterns
22
+
23
+ ## Architectural Patterns
24
+
25
+ ## Implementation Research
26
+
27
+ ## Research Synthesis
28
+
29
+ ## Sources
30
+
31
+ ## Open Questions
@@ -0,0 +1,49 @@
1
+ # Step 1: Technical Research Scope Confirmation
2
+
3
+ ## Rules
4
+
5
+ - 🛑 Never generate content without user confirmation.
6
+ - 📖 Always read the complete step file before acting.
7
+ - 🔍 Scope confirmation only.
8
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
9
+
10
+ ## Task
11
+
12
+ Confirm technical research scope.
13
+
14
+ ## Execution
15
+
16
+ Present:
17
+
18
+ ```
19
+ I understand you want technical research for {{research_topic}}.
20
+
21
+ This research will cover:
22
+ ✅ Technology stack and tooling
23
+ ✅ Integration patterns
24
+ ✅ Architectural patterns
25
+ ✅ Implementation approaches
26
+ ✅ Performance and scalability considerations
27
+
28
+ [C] Continue — begin technical research with this scope
29
+ ```
30
+
31
+ On [C], append the scope confirmation, update `stepsCompleted: [1]`, and load `./technical-steps/step-02-technical-overview.md`.
32
+
33
+ ## Append
34
+
35
+ ```markdown
36
+ ## Technical Research Scope Confirmation
37
+
38
+ **Research Topic:** {{research_topic}}
39
+ **Research Goals:** {{research_goals}}
40
+
41
+ **Scope:**
42
+ - Technology stack and tooling
43
+ - Integration patterns
44
+ - Architectural patterns
45
+ - Implementation approaches
46
+ - Performance and scalability considerations
47
+
48
+ **Scope Confirmed:** {{date}}
49
+ ```
@@ -0,0 +1,45 @@
1
+ # Step 2: Technology Stack Analysis
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Analyze the technology stack landscape for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Search for:
16
+
17
+ - "{{research_topic}} programming languages frameworks"
18
+ - "{{research_topic}} development tools platforms"
19
+ - "{{research_topic}} database storage technologies"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Technology Stack Analysis
25
+
26
+ ### Programming Languages
27
+ ...
28
+
29
+ ### Frameworks and Libraries
30
+ ...
31
+
32
+ ### Database and Storage
33
+ ...
34
+
35
+ ### Development Tools and Platforms
36
+ ...
37
+
38
+ ### Cloud Infrastructure and Deployment
39
+ ...
40
+
41
+ ### Source Citations
42
+ ...
43
+ ```
44
+
45
+ Update `stepsCompleted: [1, 2]` and load `./technical-steps/step-03-integration-patterns.md`.
@@ -0,0 +1,39 @@
1
+ # Step 3: Integration Patterns
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Analyze integration patterns for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Search for:
16
+
17
+ - "{{research_topic}} API design patterns"
18
+ - "{{research_topic}} service integration"
19
+ - "{{research_topic}} data integration"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Integration Patterns
25
+
26
+ ### API Design Patterns
27
+ ...
28
+
29
+ ### Service Integration
30
+ ...
31
+
32
+ ### Data Integration
33
+ ...
34
+
35
+ ### Source Citations
36
+ ...
37
+ ```
38
+
39
+ Update `stepsCompleted: [1, 2, 3]` and load `./technical-steps/step-04-architectural-patterns.md`.
@@ -0,0 +1,39 @@
1
+ # Step 4: Architectural Patterns
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Analyze architectural patterns for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Search for:
16
+
17
+ - "{{research_topic}} system architecture"
18
+ - "{{research_topic}} architectural patterns"
19
+ - "{{research_topic}} scalability patterns"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Architectural Patterns
25
+
26
+ ### Common Architectural Styles
27
+ ...
28
+
29
+ ### Scalability Patterns
30
+ ...
31
+
32
+ ### Security Patterns
33
+ ...
34
+
35
+ ### Source Citations
36
+ ...
37
+ ```
38
+
39
+ Update `stepsCompleted: [1, 2, 3, 4]` and load `./technical-steps/step-05-implementation-research.md`.
@@ -0,0 +1,42 @@
1
+ # Step 5: Implementation Research
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Write findings to the document immediately.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Research implementation approaches and best practices for {{research_topic}}.
12
+
13
+ ## Execution
14
+
15
+ Search for:
16
+
17
+ - "{{research_topic}} best practices"
18
+ - "{{research_topic}} implementation guide"
19
+ - "{{research_topic}} production readiness"
20
+
21
+ Synthesize and append:
22
+
23
+ ```markdown
24
+ ## Implementation Research
25
+
26
+ ### Development Methodologies
27
+ ...
28
+
29
+ ### Code Organization
30
+ ...
31
+
32
+ ### Quality Assurance
33
+ ...
34
+
35
+ ### Deployment Practices
36
+ ...
37
+
38
+ ### Source Citations
39
+ ...
40
+ ```
41
+
42
+ Update `stepsCompleted: [1, 2, 3, 4, 5]` and load `./technical-steps/step-06-research-synthesis.md`.
@@ -0,0 +1,46 @@
1
+ # Step 6: Technical Research Synthesis and Completion
2
+
3
+ ## Rules
4
+
5
+ - 🌐 Search the web to verify claims.
6
+ - 📝 Replace the Research Overview placeholder and append synthesis.
7
+ - ✅ Speak in `{communication_language}`; write artifacts in `{document_output_language}`.
8
+
9
+ ## Task
10
+
11
+ Produce the final technical research synthesis.
12
+
13
+ ## Execution
14
+
15
+ Replace `[Research overview and methodology will be appended here.]` with a concise summary.
16
+
17
+ Append:
18
+
19
+ ```markdown
20
+ ## Research Synthesis
21
+
22
+ ### Key Findings
23
+ 1. ...
24
+ 2. ...
25
+
26
+ ### Recommended Stack / Pattern
27
+ ...
28
+
29
+ ### Trade-offs
30
+ ...
31
+
32
+ ### Risks and Mitigations
33
+ ...
34
+
35
+ ### Still Open
36
+ - ...
37
+
38
+ ### Sources
39
+ ...
40
+ ```
41
+
42
+ Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6]` and `status: complete`.
43
+
44
+ ## On complete
45
+
46
+ Run `{workflow.on_complete}` if non-empty.