Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.57 KB

File metadata and controls

43 lines (31 loc) · 1.57 KB
name reusable-workflow-plugin-authoring
description Create a local Open Design plugin folder from a reusable workflow brief.
version 0.1.0

Reusable Workflow Plugin Authoring

Create a local Open Design plugin package that can be installed into My plugins.

Intent

Use this workflow when the user wants a reusable Open Design plugin scaffolded from a brief.

Responsibilities

  • Translate the brief into a focused plugin behavior.
  • Keep the plugin local-first and installable without publishing.
  • Write a valid open-design.json manifest and a matching SKILL.md.
  • Prefer minimal supporting files unless they materially improve usability.

Workflow

  1. Inspect the brief and identify the reusable task.
  2. Choose a stable plugin id and concise human-readable name.
  3. Write generated-plugin/SKILL.md as the canonical behavior guide.
  4. Write generated-plugin/open-design.json with valid metadata, inputs, and workflow references.
  5. Add optional examples or assets only when they help review or usage.
  6. Validate the folder locally.
  7. Pack the plugin and confirm the install path with a local install.

Behavior rules

  • Keep instructions direct and operational.
  • Use the plugin manifest as the source of truth for install and runtime metadata.
  • Do not require repository publication for local scaffolding.
  • Do not invent account or owner values when GitHub auth is unavailable.

Output expectations

  • A generated-plugin/ folder in the workspace.
  • A manifest that is valid for local installation.
  • A short readiness summary after validation and install checks.