fix(bmm): correct market research step link paths
This commit is contained in:
parent
0b5e9009e4
commit
38947974fa
|
|
@ -138,7 +138,7 @@ Show initial scope document and present continue option:
|
||||||
|
|
||||||
- Update frontmatter: `stepsCompleted: [1]`
|
- Update frontmatter: `stepsCompleted: [1]`
|
||||||
- Add confirmation note to document: "Scope confirmed by user on {{date}}"
|
- Add confirmation note to document: "Scope confirmed by user on {{date}}"
|
||||||
- Load: `./market-steps/step-02-customer-behavior.md`
|
- Load: `./step-02-customer-behavior.md`
|
||||||
|
|
||||||
#### If 'Modify':
|
#### If 'Modify':
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ _Source: [URL]_
|
||||||
|
|
||||||
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
||||||
- Update frontmatter: `stepsCompleted: [1, 2]`
|
- Update frontmatter: `stepsCompleted: [1, 2]`
|
||||||
- Load: `./market-steps/step-03-customer-pain-points.md`
|
- Load: `./step-03-customer-pain-points.md`
|
||||||
|
|
||||||
## APPEND TO DOCUMENT:
|
## APPEND TO DOCUMENT:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -190,7 +190,7 @@ _Source: [URL]_
|
||||||
|
|
||||||
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
||||||
- Update frontmatter: `stepsCompleted: [1, 2, 3]`
|
- Update frontmatter: `stepsCompleted: [1, 2, 3]`
|
||||||
- Load: `./market-steps/step-04-customer-decisions.md`
|
- Load: `./step-04-customer-decisions.md`
|
||||||
|
|
||||||
## APPEND TO DOCUMENT:
|
## APPEND TO DOCUMENT:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ _Source: [URL]_
|
||||||
|
|
||||||
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
||||||
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
|
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
|
||||||
- Load: `./market-steps/step-05-competitive-analysis.md`
|
- Load: `./step-05-competitive-analysis.md`
|
||||||
|
|
||||||
## APPEND TO DOCUMENT:
|
## APPEND TO DOCUMENT:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue