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.
@@ -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', 'fetch', 'read', 'editFiles', 'createFile', 'askQuestions', 'manageTodoList']
4
+ tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
5
5
  handoffs:
6
6
  - label: "Proceed to Phase 2: Planning"
7
- agent: jumpstart-pm
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', 'fetch', 'read', 'editFiles', 'createFile', 'askQuestions', 'manageTodoList', 'githubRepo']
4
+ tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
5
5
  handoffs:
6
6
  - label: "Proceed to Phase 4: Build"
7
- agent: jumpstart-developer
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', 'fetch', 'read', 'editFiles', 'createFile', 'askQuestions', 'manageTodoList']
4
+ tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
5
5
  handoffs:
6
6
  - label: "Proceed to Phase 1: Analysis"
7
- agent: jumpstart-analyst
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: ['editFiles', 'runInTerminal', 'search', 'fetch', 'read', 'createFile', 'askQuestions', 'manageTodoList', 'getErrors', 'runTests', 'getChangedFiles', 'usages']
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', 'fetch', 'read', 'editFiles', 'createFile', 'askQuestions', 'manageTodoList']
4
+ tools: ['search', 'web', 'read', 'edit', 'vscode/askQuestions', 'todo']
5
5
  handoffs:
6
6
  - label: "Proceed to Phase 3: Architecture"
7
- agent: jumpstart-architect
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
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "Validate current Jump Start artifacts against their templates and gate criteria"
3
- mode: agent
3
+ agent: agent
4
4
  ---
5
5
 
6
6
  # Jump Start Artifact Review
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "Show the current state of the Jump Start workflow"
3
- mode: agent
3
+ agent: agent
4
4
  ---
5
5
 
6
6
  # Jump Start Status Check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jumpstart-mode",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Spec-driven agentic coding framework that transforms ideas into production code through AI-powered sequential phases",
5
5
  "keywords": [
6
6
  "jumpstart",