ff15-workspace-operation-customization
Installation
SKILL.md
Workspace Operation Customization
Create or revise workspace-authored FF15 operations for the VS Code extension. The extension's bundled catalog (catalog.ts:39-68 FF15_BUNDLED_OPERATION_DEFINITIONS) only loads four builtin operations and never indexes arbitrary workspace-authored YAML under .ff15/operations/. A workspace-authored file can still pass the validator and be executed as a mission by referencing it directly via the operation loader — but it will not appear in any builtin picker.
When To Use
- Add or edit
.ff15/operations/*.yaml - Add or edit workspace-local
.ff15/facets/**files referenced by a workspace-authored operation - Diagnose workspace-local routing, placeholder, or path-resolution failures
- Validate workspace-authored operation YAML after every edit