@pavp/storywright 1.0.2 → 1.1.0

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": "@pavp/storywright",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "PM Skills pack for Claude Code — turn ambiguous inputs (prompts, screenshots, Figma links) into Jira-ready user stories.",
5
5
  "keywords": [
6
6
  "claude",
@@ -24,7 +24,8 @@
24
24
  },
25
25
  "homepage": "https://github.com/pavp/storywright#readme",
26
26
  "publishConfig": {
27
- "access": "public"
27
+ "access": "public",
28
+ "provenance": true
28
29
  },
29
30
  "type": "module",
30
31
  "engines": {
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: story-from-figma
3
3
  description: Generate user stories from a Figma file or frame URL. Uses an MCP Figma server to enumerate frames, components, navigation, and states; falls back to asking for screenshots if MCP is unavailable.
4
- trigger: "story from figma | generate from figma | analizar figma | https://www.figma.com/"
4
+ trigger: "/story-from-figma | story from figma | generate from figma | analizar figma | https://www.figma.com/"
5
5
  intent: Multimodal entrypoint skill. Inspects a Figma design, infers user flows and screens, and produces one or more stories via story-generate.
6
6
  version: 1.0.0
7
7
  inputs:
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: story-generate
3
3
  description: Transform an ambiguous prompt, half-baked story, screenshot, or Figma link into a Jira-ready user story with acceptance criteria, DoD, edge cases, and risks. Ask only critical clarifying questions.
4
- trigger: "generate a user story | write a user story | turn this into a story | crear historia de usuario"
4
+ trigger: "/story-generate | generate a user story | write a user story | turn this into a story | crear historia de usuario"
5
5
  intent: Top-level orchestrator skill that drives the full story generation flow by composing component skills.
6
6
  version: 1.0.0
7
7
  inputs:
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: story-refine
3
3
  description: Audit an existing user story for gaps and fill them in place. Surfaces missing AC, DoD, edge cases, risks; asks clarifications only for blocking unknowns. Returns dual-format refined story.
4
- trigger: "refine this story | improve this story | refinar historia | this story is incomplete"
4
+ trigger: "/story-refine | refine this story | improve this story | refinar historia | this story is incomplete"
5
5
  intent: Refinement skill for stories that already exist but are incomplete or weakly specified. Composes the same component skills as story-generate but skips the drafting step.
6
6
  version: 1.0.0
7
7
  inputs:
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: story-split
3
3
  description: Detect when a story is too big to ship in one sprint and propose an INVEST-driven split into an epic with sub-stories. Never auto-splits — always proposes, then waits for user confirmation.
4
- trigger: "split this story | divide this story | dividir historia | this is too big"
4
+ trigger: "/story-split | split this story | divide this story | dividir historia | this is too big"
5
5
  intent: Splitting skill that uses the INVEST failure reasons (from invest-checklist) as the rationale for decomposition. Produces an epic skeleton plus N child story stubs, ready to feed back into story-generate.
6
6
  version: 1.0.0
7
7
  inputs: