| name | reusable-workflow-plugin-authoring |
|---|---|
| description | Create a local Open Design plugin folder from a reusable workflow brief. |
| version | 0.1.0 |
Create a local Open Design plugin package that can be installed into My plugins.
Use this workflow when the user wants a reusable Open Design plugin scaffolded from a brief.
- Translate the brief into a focused plugin behavior.
- Keep the plugin local-first and installable without publishing.
- Write a valid
open-design.jsonmanifest and a matchingSKILL.md. - Prefer minimal supporting files unless they materially improve usability.
- Inspect the brief and identify the reusable task.
- Choose a stable plugin id and concise human-readable name.
- Write
generated-plugin/SKILL.mdas the canonical behavior guide. - Write
generated-plugin/open-design.jsonwith valid metadata, inputs, and workflow references. - Add optional examples or assets only when they help review or usage.
- Validate the folder locally.
- Pack the plugin and confirm the install path with a local install.
- 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.
- A
generated-plugin/folder in the workspace. - A manifest that is valid for local installation.
- A short readiness summary after validation and install checks.