wize-dev-kit 0.3.0 → 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.
- package/AGENTS.md +21 -0
- package/ARCH.md +40 -4
- package/CHANGELOG.md +50 -0
- package/DECISIONS.md +13 -0
- package/README.md +11 -2
- package/package.json +3 -2
- package/src/core-skills/module.yaml +4 -0
- package/src/core-skills/wize-spec/assets/headless-schemas.md +39 -0
- package/src/core-skills/wize-spec/assets/spec-template.md +40 -0
- package/src/core-skills/wize-spec/customize.toml +20 -0
- package/src/core-skills/wize-spec/skill.md +110 -0
- package/src/method-skills/1-analysis/wize-document-project/documentation-requirements.csv +12 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/api-contracts-template.md +38 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/architecture-template.md +54 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/component-inventory-template.md +40 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/contribution-guide-template.md +34 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/data-models-template.md +36 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/deep-dive-template.md +312 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/deployment-guide-template.md +42 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/development-guide-template.md +61 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/index-template.md +185 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/project-overview-template.md +110 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/project-scan-report-schema.json +159 -0
- package/src/method-skills/1-analysis/wize-document-project/templates/source-tree-template.md +142 -0
- package/src/method-skills/1-analysis/wize-document-project/workflow.md +23 -0
- package/src/method-skills/1-analysis/wize-domain-research/customize.toml +14 -0
- package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-01-init.md +49 -0
- package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-02-domain-analysis.md +39 -0
- package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-03-competitive-landscape.md +39 -0
- package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-04-regulatory-focus.md +39 -0
- package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-05-technical-trends.md +39 -0
- package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-06-research-synthesis.md +43 -0
- package/src/method-skills/1-analysis/wize-domain-research/research.template.md +31 -0
- package/src/method-skills/1-analysis/wize-domain-research/workflow.md +51 -0
- package/src/method-skills/1-analysis/wize-market-research/customize.toml +14 -0
- package/src/method-skills/1-analysis/wize-market-research/research.template.md +31 -0
- package/src/method-skills/1-analysis/wize-market-research/steps/step-01-init.md +57 -0
- package/src/method-skills/1-analysis/wize-market-research/steps/step-02-customer-behavior.md +39 -0
- package/src/method-skills/1-analysis/wize-market-research/steps/step-03-customer-pain-points.md +37 -0
- package/src/method-skills/1-analysis/wize-market-research/steps/step-04-customer-decisions.md +39 -0
- package/src/method-skills/1-analysis/wize-market-research/steps/step-05-competitive-analysis.md +37 -0
- package/src/method-skills/1-analysis/wize-market-research/steps/step-06-research-completion.md +47 -0
- package/src/method-skills/1-analysis/wize-market-research/workflow.md +59 -0
- package/src/method-skills/1-analysis/wize-technical-research/customize.toml +14 -0
- package/src/method-skills/1-analysis/wize-technical-research/research.template.md +31 -0
- package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-01-init.md +49 -0
- package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-02-technical-overview.md +45 -0
- package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-03-integration-patterns.md +39 -0
- package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-04-architectural-patterns.md +39 -0
- package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-05-implementation-research.md +42 -0
- package/src/method-skills/1-analysis/wize-technical-research/technical-steps/step-06-research-synthesis.md +46 -0
- package/src/method-skills/1-analysis/wize-technical-research/workflow.md +53 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/architecture-decision-template.md +41 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/customize.toml +20 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-01-init.md +95 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-01b-continue.md +32 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-02-context.md +126 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-03-starter.md +110 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-04-decisions.md +129 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-05-patterns.md +109 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-06-structure.md +97 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-07-validation.md +124 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/steps/step-08-complete.md +59 -0
- package/src/method-skills/3-solutioning/wize-create-architecture/workflow.md +38 -201
- package/src/method-skills/4-implementation/wize-code-review/customize.toml +21 -0
- package/src/method-skills/4-implementation/wize-code-review/steps/step-01-gather-context.md +64 -0
- package/src/method-skills/4-implementation/wize-code-review/steps/step-02-review.md +38 -0
- package/src/method-skills/4-implementation/wize-code-review/steps/step-03-triage.md +43 -0
- package/src/method-skills/4-implementation/wize-code-review/steps/step-04-present.md +100 -0
- package/src/method-skills/4-implementation/wize-code-review/workflow.md +34 -89
- package/src/method-skills/module.yaml +19 -0
- package/src/tea-skills/wize-tea-risk/workflow.md +11 -0
- package/tools/installer/commands/doctor.js +27 -1
- package/tools/installer/commands/document-project.js +93 -0
- package/tools/installer/document-project/batch-scanner.js +93 -0
- package/tools/installer/document-project/classify.js +170 -0
- package/tools/installer/document-project/modes/deep-dive.js +196 -0
- package/tools/installer/document-project/modes/full-rescan.js +15 -0
- package/tools/installer/document-project/modes/initial-scan.js +100 -0
- package/tools/installer/document-project/modes/quick.js +211 -0
- package/tools/installer/document-project/render-index.js +101 -0
- package/tools/installer/document-project/state.js +110 -0
- package/tools/installer/wize-cli.js +46 -30
package/src/method-skills/1-analysis/wize-domain-research/domain-steps/step-06-research-synthesis.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Step 6: Domain 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 domain 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
|
+
### Strategic Implications
|
|
27
|
+
...
|
|
28
|
+
|
|
29
|
+
### Constraints for the Product
|
|
30
|
+
...
|
|
31
|
+
|
|
32
|
+
### Still Open
|
|
33
|
+
- ...
|
|
34
|
+
|
|
35
|
+
### Sources
|
|
36
|
+
...
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6]` and `status: complete`.
|
|
40
|
+
|
|
41
|
+
## On complete
|
|
42
|
+
|
|
43
|
+
Run `{workflow.on_complete}` if non-empty.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
research_type: domain
|
|
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
|
+
# Domain Research — {{research_topic}}
|
|
12
|
+
|
|
13
|
+
## Research Overview
|
|
14
|
+
|
|
15
|
+
[Research overview and methodology will be appended here.]
|
|
16
|
+
|
|
17
|
+
## Scope Confirmation
|
|
18
|
+
|
|
19
|
+
## Domain Analysis
|
|
20
|
+
|
|
21
|
+
## Competitive Landscape
|
|
22
|
+
|
|
23
|
+
## Regulatory Focus
|
|
24
|
+
|
|
25
|
+
## Technical Trends
|
|
26
|
+
|
|
27
|
+
## Research Synthesis
|
|
28
|
+
|
|
29
|
+
## Sources
|
|
30
|
+
|
|
31
|
+
## Open Questions
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
code: wize-domain-research
|
|
3
|
+
name: Domain Research
|
|
4
|
+
phase: 1-analysis
|
|
5
|
+
owner: wize-agent-analyst # Pepper Potts
|
|
6
|
+
status: ready
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Domain Research
|
|
10
|
+
|
|
11
|
+
**Goal.** Conduct domain and industry research to ground the product in its business, regulatory, and technical context.
|
|
12
|
+
|
|
13
|
+
Pepper Potts drives. Peggy Carter edits prose. Output lands in `.wize/planning/research/domain-{slug}-research-{date}.md`.
|
|
14
|
+
|
|
15
|
+
## When to use
|
|
16
|
+
|
|
17
|
+
- "I need domain research on..."
|
|
18
|
+
- "What are the regulations in this industry?"
|
|
19
|
+
- "What are the technical trends in this sector?"
|
|
20
|
+
|
|
21
|
+
## Inputs
|
|
22
|
+
|
|
23
|
+
- Open questions from `.wize/planning/brief.md`
|
|
24
|
+
- User-provided domain or industry
|
|
25
|
+
- Web search access
|
|
26
|
+
|
|
27
|
+
## Outputs
|
|
28
|
+
|
|
29
|
+
- `.wize/planning/research/domain-{slug}-research-{date}.md`
|
|
30
|
+
|
|
31
|
+
## Workflow architecture
|
|
32
|
+
|
|
33
|
+
Step-file architecture with six steps:
|
|
34
|
+
|
|
35
|
+
1. Scope confirmation
|
|
36
|
+
2. Domain analysis
|
|
37
|
+
3. Competitive landscape
|
|
38
|
+
4. Regulatory focus
|
|
39
|
+
5. Technical trends
|
|
40
|
+
6. Research synthesis
|
|
41
|
+
|
|
42
|
+
## On activation
|
|
43
|
+
|
|
44
|
+
1. Load `.wize/config/project.toml` and `.wize/config/user.toml`.
|
|
45
|
+
2. Ask for the domain/industry topic if not provided.
|
|
46
|
+
3. Derive `{research_topic_slug}` and create the output file from `research.template.md`.
|
|
47
|
+
4. Read fully and follow `./domain-steps/step-01-init.md`.
|
|
48
|
+
|
|
49
|
+
## Hand-off
|
|
50
|
+
|
|
51
|
+
> Domain research is in `.wize/planning/research/`. Hill can use it for PRD constraints; open questions route back to Wizer.
|
|
@@ -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`.
|
package/src/method-skills/1-analysis/wize-market-research/steps/step-03-customer-pain-points.md
ADDED
|
@@ -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`.
|
package/src/method-skills/1-analysis/wize-market-research/steps/step-05-competitive-analysis.md
ADDED
|
@@ -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`.
|
package/src/method-skills/1-analysis/wize-market-research/steps/step-06-research-completion.md
ADDED
|
@@ -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`.
|