From 1c31b8a6efd0b9f2de54a1ff7242d0eeaa1cd047 Mon Sep 17 00:00:00 2001 From: Rana Salem Date: Thu, 21 May 2026 10:56:45 +0100 Subject: [PATCH] add ddat-assistant plugin --- plugins/ddat-assistant/plugin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/ddat-assistant/plugin.json diff --git a/plugins/ddat-assistant/plugin.json b/plugins/ddat-assistant/plugin.json new file mode 100644 index 0000000..79840f5 --- /dev/null +++ b/plugins/ddat-assistant/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "ddat-assistant", + "description": "An agent that will review work completed for a Jira ticket and determine against the DDaT marking scheme where the work fits in as a good example for DDaT assessments.", + "version": "1.0.0", + "author": { + "name": "Rana Salem" + }, + "license": "MIT", + "agents": "agents/", + "skills": "skills/" +}