fix(skills): normalize create-product-brief step links

This commit is contained in:
Alex Verkhovsky 2026-03-13 05:51:50 -06:00
parent b03f09965b
commit c8916a4fc3
6 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@ name: 'step-01-init'
description: 'Initialize the product brief workflow by detecting continuation state and setting up the document' description: 'Initialize the product brief workflow by detecting continuation state and setting up the document'
# File References # File References
nextStepFile: './steps/step-02-vision.md' nextStepFile: './step-02-vision.md'
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md' outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Template References # Template References
@ -73,7 +73,7 @@ If the document exists and has frontmatter with `stepsCompleted`:
**Continuation Protocol:** **Continuation Protocol:**
- **STOP immediately** and load `./steps/step-01b-continue.md` - **STOP immediately** and load `./step-01b-continue.md`
- Do not proceed with any initialization tasks - Do not proceed with any initialization tasks
- Let step-01b handle all continuation logic - Let step-01b handle all continuation logic
- This is an auto-proceed situation - no user choice needed - This is an auto-proceed situation - no user choice needed

View File

@ -95,9 +95,9 @@ Does this look right, or do you want to make any adjustments before we proceed?"
**Next Step Logic:** **Next Step Logic:**
Based on `lastStep` value, determine which step to load next: Based on `lastStep` value, determine which step to load next:
- If `lastStep = 1` → Load `./steps/step-02-vision.md` - If `lastStep = 1` → Load `./step-02-vision.md`
- If `lastStep = 2` → Load `./steps/step-03-users.md` - If `lastStep = 2` → Load `./step-03-users.md`
- If `lastStep = 3` → Load `./steps/step-04-metrics.md` - If `lastStep = 3` → Load `./step-04-metrics.md`
- Continue this pattern for all steps - Continue this pattern for all steps
- If `lastStep = 6` → Workflow already complete - If `lastStep = 6` → Workflow already complete

View File

@ -3,7 +3,7 @@ name: 'step-02-vision'
description: 'Discover and define the core product vision, problem statement, and unique value proposition' description: 'Discover and define the core product vision, problem statement, and unique value proposition'
# File References # File References
nextStepFile: './steps/step-03-users.md' nextStepFile: './step-03-users.md'
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md' outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References

View File

@ -3,7 +3,7 @@ name: 'step-03-users'
description: 'Define target users with rich personas and map their key interactions with the product' description: 'Define target users with rich personas and map their key interactions with the product'
# File References # File References
nextStepFile: './steps/step-04-metrics.md' nextStepFile: './step-04-metrics.md'
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md' outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References

View File

@ -3,7 +3,7 @@ name: 'step-04-metrics'
description: 'Define comprehensive success metrics that include user success, business objectives, and key performance indicators' description: 'Define comprehensive success metrics that include user success, business objectives, and key performance indicators'
# File References # File References
nextStepFile: './steps/step-05-scope.md' nextStepFile: './step-05-scope.md'
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md' outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References

View File

@ -3,7 +3,7 @@ name: 'step-05-scope'
description: 'Define MVP scope with clear boundaries and outline future vision while managing scope creep' description: 'Define MVP scope with clear boundaries and outline future vision while managing scope creep'
# File References # File References
nextStepFile: './steps/step-06-complete.md' nextStepFile: './step-06-complete.md'
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md' outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References