All skills
Skillintermediate

discovery:approve

Review synthesis findings, resolve blocking decisions, and create implementation tickets in the ticketing system.

Claude Code Knowledge Pack7/10/2026

Overview

discovery:approve

Review synthesis findings, resolve blocking decisions, and create implementation tickets in the ticketing system.


Overview

The agent fetches the synthesis document, extracts the proposed tickets JSON, and walks through any unresolved blocking decisions interactively. After all decisions are resolved, it presents the full ticket list for review and editing (add, remove, modify). Upon approval, it creates tickets in Jira under the target epics with full descriptions, acceptance criteria, and discovery traceability links. The synthesis document is updated with approval status and created ticket keys.

Inputs

NameTypeRequiredDescription
synthesis-urlurlyesConfluence URL of the synthesis document to approve
decisionslist[string]noPre-resolved blocking decisions (e.g., --decision=D1:B --decision=D2:Y)

Outputs

NameTypeDescription
created-ticketsticketsJira tickets created in target implementation epics, linked to discovery epic, with full descriptions and acceptance criteria

Prerequisites

  • Synthesis document created via discovery:synthesize
  • Jira and Confluence access configured

Next Steps

After tickets are created, proceed to planning:epic-plan to create the stakeholder-readable overview for the target implementation epic.