648 B
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:
- Determine the target
--project(ask if ambiguous; list withop.py projectsif needed). - Infer
--type(Task/Bug/Feature/Milestone),--subject, and a--description. Pull out any--assignee,--priority,--due, or--startthe user mentioned. - 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.