From 902284797127787ab46cd8d38cda30a823a685e9 Mon Sep 17 00:00:00 2001 From: Gabriel Brown Date: Tue, 22 Sep 2026 12:54:32 -0400 Subject: [PATCH] Add a plan.html review page to the ticket skill --- user/agents/skills/ticket/SKILL.md | 56 ++- user/agents/skills/ticket/templates/plan.html | 422 ++++++++++++++++++ 2 files changed, 471 insertions(+), 7 deletions(-) create mode 100644 user/agents/skills/ticket/templates/plan.html diff --git a/user/agents/skills/ticket/SKILL.md b/user/agents/skills/ticket/SKILL.md index 269f803..0b923a2 100644 --- a/user/agents/skills/ticket/SKILL.md +++ b/user/agents/skills/ticket/SKILL.md @@ -1,6 +1,6 @@ --- name: ticket -description: End-to-end Jira ticket workflow — fetch a ticket into .claude/docs/epics/, write a plan, implement it with clean commits, drive the pre-mr-review audit to convergence (the user runs it themselves from their work Claude account), and write the MR doc. Use when the user gives you a Jira ticket key (e.g. KACP-11111) to work, or asks to plan/implement/wrap up a ticket. +description: End-to-end Jira ticket workflow — fetch a ticket into .claude/docs/epics/, write a plan and its plan.html review page, implement it with clean commits, drive the pre-mr-review audit to convergence (the user runs it themselves from their work Claude account), and write the MR doc. Use when the user gives you a Jira ticket key (e.g. KACP-11111) to work, or asks to plan/implement/wrap up a ticket. disable-model-invocation: true --- @@ -32,6 +32,7 @@ this skill is Phase 2 step 5 and is performed by a dispatched agent, not by a sk