Agent Skills: Author User Story Issue

Draft and update user-story issues with role-action-value framing, workflow scenarios, repository-valid labels, and explicit publish confirmation.

UncategorizedID: equinor/fusion-framework/fusion-issue-author-user-story

Install this agent skill to your local

pnpm dlx add-skill https://github.com/equinor/fusion-framework/tree/HEAD/.agents/skills/fusion-issue-author-user-story

Skill Files

Browse the full folder contents for fusion-issue-author-user-story.

Download Skill

Loading file tree…

.agents/skills/fusion-issue-author-user-story/SKILL.md

Skill Metadata

Name
fusion-issue-author-user-story
Description
Draft and update user-story issues with role-action-value framing, workflow scenarios, repository-valid labels, and explicit publish confirmation.

Author User Story Issue

Dependency

Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow.

When to use

Use this skill when the request is primarily about user workflow and behavior from a specific role perspective.

When not to use

Do not use this skill for pure bug reports, generic feature specs without user narrative, or technical enablement tasks.

Required inputs

  • User role and workflow context
  • Story goal (As a... I want... so that...)
  • Key scenarios and success criteria

Instructions

  1. Confirm routed type is User Story.
  2. Draft locally in .tmp/USER-STORY-<context>.md.
  3. Structure draft with:
    • Story statement
    • Context/pain points
    • Functional requirements
    • Scenarios (Given/When/Then)
    • Validation approach
  4. Ensure scenarios are testable and role-centered.
  5. Return draft summary for orchestrator review/publish flow.

Template fallback:

  • skills/fusion-issue-author-user-story/assets/issue-templates/user-story.md

Expected output

  • Draft file path in .tmp/
  • Proposed title/body summary
  • Story-specific scenario and validation summary

Safety & constraints

Do not perform mutation directly; mutation stays in fusion-issue-authoring.