jettypod 4.4.85 → 4.4.86

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jettypod",
3
- "version": "4.4.85",
3
+ "version": "4.4.86",
4
4
  "description": "AI-powered development workflow manager with TDD, BDD, and automatic test generation",
5
5
  "main": "jettypod.js",
6
6
  "bin": {
@@ -1,10 +1,22 @@
1
1
  ---
2
2
  name: plan-routing
3
- description: Route work requests to the appropriate planning skill. Use when user describes work they want to do - "build X", "fix Y", "add Z", "plan W". Analyzes intent and complexity to route to bug-planning, chore-planning, feature-planning, epic-planning, or simple-improvement. (project)
3
+ description: "⚡ ENTRY POINT FOR ALL WORK REQUESTS. Invoke this skill FIRST when user describes ANY work - 'build X', 'fix Y', 'add Z', 'create feature', 'implement'. Do NOT create work items or invoke other planning skills directly. This skill analyzes intent and routes to the correct workflow. (project)"
4
4
  ---
5
5
 
6
6
  # Plan Routing Skill
7
7
 
8
+ **⚡ UNIVERSAL ENTRY POINT** - This skill MUST be invoked FIRST when a user describes work they want done.
9
+
10
+ **DO NOT:**
11
+ - Create work items (`jettypod work create`) before invoking this skill
12
+ - Invoke feature-planning, bug-planning, chore-planning, epic-planning, or simple-improvement directly
13
+ - Ask the user what type of work this is
14
+
15
+ **DO:**
16
+ - Invoke this skill immediately when user describes work
17
+ - Let this skill analyze the request and route to the correct workflow
18
+ - The target skill will create work items as needed
19
+
8
20
  Routes user work requests to the correct planning workflow with minimal friction.
9
21
 
10
22
  ## Instructions
@@ -185,4 +197,3 @@ After stating your routing decision, immediately invoke the appropriate skill us
185
197
  - `simple-improvement`
186
198
 
187
199
  **This skill ends after invocation.** The target skill takes over.
188
- # Stable mode: Verified ambiguous request handling exists