Loading...
Loading...
Standardized artifact creation via tk tickets. Use whenever a skill needs to persist output — research findings, plans, postmortems, reviews, design specs, decisions. Replaces all bespoke output directories (.oracle/, .plans/, etc.) with a single canonical system.
npx skill4agent add cygnusfear/agent-skills ticket| Artifact type | Tags | Example title |
|---|---|---|
| Oracle research | | "Oracle: Why API latency spiked" |
| Delphi investigation (epic) | | "Delphi: Database migration strategy" |
| Delphi synthesis | | "Delphi synthesis: Database migration strategy" |
| Implementation plan | | "Plan: Refactor auth middleware" |
| Architecture decision | | "ADR: Use Zustand for state management" |
| Postmortem | | "Postmortem: Agent skipped codebase exploration" |
| Code review | | "Review: PR #42 auth changes" |
| Design spec | | "Design spec: Dashboard redesign" |
tktodos_oneshottodostodos_oneshot(
title: "Oracle: <topic>",
description: "<full findings>",
tags: "research,oracle",
type: "task"
)teams delegate# 1. Epic
todos_oneshot(title: "Delphi: <topic>", tags: "research,delphi", type: "epic")
# 2. Subtasks (one per oracle)
todos_oneshot(title: "Oracle 1: <topic>", tags: "research,oracle", type: "task")
todos_oneshot(title: "Oracle 2: <topic>", tags: "research,oracle", type: "task")
todos_oneshot(title: "Oracle 3: <topic>", tags: "research,oracle", type: "task")
# 3. teams delegate to run in parallel
# 4. Synthesize into epic.oracle/.plans/.design-specs/docs/postmortems/docs/research/