Files
2026-06-27 17:25:55 -05:00

648 B

description, allowed-tools
description allowed-tools
Create a work package from a natural-language description. Bash(python3 *op.py*), Bash(python *op.py*), Bash(ls *)

The user wants to create an OpenProject work package: $ARGUMENTS

Using the openproject skill:

  1. Determine the target --project (ask if ambiguous; list with op.py projects if needed).
  2. Infer --type (Task/Bug/Feature/Milestone), --subject, and a --description. Pull out any --assignee, --priority, --due, or --start the user mentioned.
  3. Run op.py wp create ... and report the new id + web URL.

Do not invent a project — if you can't tell which one, ask first.