ver 1.0.0 initial commit

This commit is contained in:
Jason Stedwell
2026-06-27 17:25:55 -05:00
parent 550111295a
commit 2a7efe9c5d
20 changed files with 1850 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
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.