Agent Skills: Author Feature Issue

Draft and update feature issues with clear problem framing, scoped requirements, repository-valid labels, and explicit confirmation before publishing.

UncategorizedID: equinor/fusion-framework/fusion-issue-author-feature

Install this agent skill to your local

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

Skill Files

Browse the full folder contents for fusion-issue-author-feature.

Download Skill

Loading file tree…

.agents/skills/fusion-issue-author-feature/SKILL.md

Skill Metadata

Name
fusion-issue-author-feature
Description
Draft and update feature issues with clear problem framing, scoped requirements, repository-valid labels, and explicit confirmation before publishing.

Author Feature 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 for a new capability or enhancement.

When not to use

Do not use this skill for bugs, user stories centered on role narratives, or generic technical tasks.

Required inputs

  • Feature intent and value
  • Scope and non-goals
  • Success criteria

Instructions

  1. Confirm routed type is Feature.
  2. Draft locally in .tmp/FEATURE-<context>.md.
  3. Structure draft with:
    • Story/problem statement
    • Scope (in/out)
    • Functional requirements
    • Acceptance criteria
    • Dependencies/risks
  4. Check that scope boundaries and non-goals are explicit.
  5. Return draft summary for orchestrator review/publish flow.

Template fallback:

  • skills/fusion-issue-author-feature/assets/issue-templates/feature.md

Expected output

  • Draft file path in .tmp/
  • Proposed title/body summary
  • Feature-specific scope and acceptance summary

Safety & constraints

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