jumpstart-mode 1.0.4 → 1.0.5
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/.github/agents/jumpstart-analyst.agent.md +2 -2
- package/.github/agents/jumpstart-architect.agent.md +2 -2
- package/.github/agents/jumpstart-challenger.agent.md +2 -2
- package/.github/agents/jumpstart-developer.agent.md +1 -1
- package/.github/agents/jumpstart-pm.agent.md +2 -2
- package/.github/prompts/jumpstart-review.prompt.md +1 -1
- package/.github/prompts/jumpstart-status.prompt.md +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "Jump Start: Analyst"
|
|
3
3
|
description: "Phase 1 -- Create personas, map journeys, define value proposition and MVP scope"
|
|
4
|
-
tools: ['search', '
|
|
4
|
+
tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
|
|
5
5
|
handoffs:
|
|
6
6
|
- label: "Proceed to Phase 2: Planning"
|
|
7
|
-
agent:
|
|
7
|
+
agent: Jump Start: PM
|
|
8
8
|
prompt: "The Product Brief at specs/product-brief.md has been approved. Begin Phase 2 planning."
|
|
9
9
|
send: false
|
|
10
10
|
---
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "Jump Start: Architect"
|
|
3
3
|
description: "Phase 3 -- Select tech stack, design components, model data, specify APIs, create implementation plan"
|
|
4
|
-
tools: ['search', '
|
|
4
|
+
tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
|
|
5
5
|
handoffs:
|
|
6
6
|
- label: "Proceed to Phase 4: Build"
|
|
7
|
-
agent:
|
|
7
|
+
agent: Jump Start: Developer
|
|
8
8
|
prompt: "The Architecture Document and Implementation Plan have been approved. Begin Phase 4 implementation."
|
|
9
9
|
send: false
|
|
10
10
|
---
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "Jump Start: Challenger"
|
|
3
3
|
description: "Phase 0 -- Interrogate assumptions, find root causes, reframe the problem before any building begins"
|
|
4
|
-
tools: ['search', '
|
|
4
|
+
tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
|
|
5
5
|
handoffs:
|
|
6
6
|
- label: "Proceed to Phase 1: Analysis"
|
|
7
|
-
agent:
|
|
7
|
+
agent: Jump Start: Analyst
|
|
8
8
|
prompt: "The Challenger Brief at specs/challenger-brief.md has been approved. Begin Phase 1 analysis."
|
|
9
9
|
send: false
|
|
10
10
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "Jump Start: Developer"
|
|
3
3
|
description: "Phase 4 -- Execute the implementation plan task by task, writing tested code"
|
|
4
|
-
tools: ['
|
|
4
|
+
tools: ['edit', 'execute', 'search', 'web', 'read', 'vscode/askQuestions', 'todo', 'agent']
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# The Developer -- Phase 4: Implementing
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "Jump Start: PM"
|
|
3
3
|
description: "Phase 2 -- Write epics, user stories with acceptance criteria, NFRs, and milestones"
|
|
4
|
-
tools: ['search', '
|
|
4
|
+
tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
|
|
5
5
|
handoffs:
|
|
6
6
|
- label: "Proceed to Phase 3: Architecture"
|
|
7
|
-
agent:
|
|
7
|
+
agent: Jump Start: Architect
|
|
8
8
|
prompt: "The PRD at specs/prd.md has been approved. Begin Phase 3 solutioning."
|
|
9
9
|
send: false
|
|
10
10
|
---
|
package/package.json
CHANGED