Files
bernatsamperaandClaude Opus 4.6 87d8575829 Fix template example runs: use per-step folders instead of flat files
The workflow spec requires one folder per step inside runs/example/
(e.g. 1-intake/results.md), not flat files. Fixed browser-recipes,
seo-pipeline, and support-ops. release-ops was already correct.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-08-09 18:16:25 +02:00

1.1 KiB

description, parameters
description parameters
Resolve a support ticket end to end. Takes a ticket ID or "next" to pull from the queue.
name description required
ticket The ticket ID to resolve (e.g. "TICKET-42") or "next" for the top unassigned ticket true

Support Task

Read this workflow's index.md and steps/index.md to load the full procedure.

Resolve the ticket $ticket by executing steps 0 through 5 in order:

  1. Intake: fetch the ticket, identify the customer and category, set it to in progress.
  2. Plan: find a matching playbook or propose a custom plan. Stop for approval.
  3. Execute: run the plan step by step. Reads execute immediately. For every write, present what/command/impact and wait for explicit approval.
  4. Log: write the structured run folder with intake, plan, execution log, and outcome.
  5. Learn: create or update a playbook with what was learned.
  6. Close: post the resolution comment and close the ticket. Both need approval.

Narrate each step as you go. Before any write to an external system, describe what you are about to do and stop for approval.