15 lines
648 B
Markdown
15 lines
648 B
Markdown
|
|
---
|
||
|
|
description: Create a work package from a natural-language description.
|
||
|
|
allowed-tools: 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.
|