Quick Ref / Command

Marketing Kit

/ak:agentkit

Skill router and workflow chain selector

Classifies ambiguous or multi-domain work, inventories installed capabilities, chooses the shortest correct skill chain, times subagent use, and applies risk-matched verification without replacing the routed skills.

01

Proportionality gate

02

Classify task

03

Inventory installs

04

Select the chain

Rule 01

This skill decides and dispatches; routed skills and agents own execution.

Rule 02

The best route is often no route: trivial work should not get workflow ceremony.

Rule 03

Installed capability inventory beats memory and wishful routing.

Rule 04

Risk determines verification and review gates; high-risk confidence is not a reason to skip review.

Execution Map

Core lanes from input to output, aligned with the command's real execution path.

01

Start

Input, scope, route

  1. 1 Proportionality gate Skip ceremony for trivial, single-domain, pure conversation, or user-named skill cases; invoke the obvious owner directly.
  2. 2 Classify task Load the task taxonomy and emit class, size, risk, and domain count before shaping a workflow.
02

Work

Agent / skill execution

  1. 3 Inventory installs Use the runtime's installed skill and agent list; missing capability triggers find-skills when available or an explicit gap report.
  2. 4 Select the chain Prefer the user-named skill, then domain-specific owners, then the shortest understand → decide → execute → verify → deliver chain that actually fits.
03

Verify

Gate, review, validation

  1. 5 Time subagents Spawn subagents only when they add fresh context, specialist boundaries, or parallel wall-clock benefit; avoid splitting tiny edits.
  2. 6 Apply risk gates Low risk uses executor checks, elevated risk adds verification and self-review, high risk adds independent review and user confirmation for irreversible steps.
04

Close

Report, handoff, artifact

  1. 7 Recover links A failed link does not advance; fix, debug, or rescope it, and after two consecutive failures report the precise blocker instead of looping.
  2. 8 Report route Finish with delivered outcome, links run, agents used, verification evidence, and any remaining capability gaps.

Don't skip the required step

Each item contrasts a tempting shortcut with the required approach.

Tempting shortcut

A big-looking task needs every workflow link.

Do this instead

Use the collapse rule; each link needs a real entry and exit reason.

Tempting shortcut

I remember a skill exists.

Do this instead

Inventory the current install; missing skills are reported or discovered, not imagined.

Tempting shortcut

The diff looks clean, so high-risk review can wait.

Do this instead

High-risk routes require independent review before delivery or irreversible action.

Sample Prompt

Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.

Ambiguous multi-step work Recommended
/ak:agentkit "Add team billing with Stripe and a settings page"
Use when:
Use when the task spans several domains and needs the right skill sequence.
Expected:
Classifies work, inventories capabilities, chooses a chain, times agents, and applies risk gates.
Unsure owner
/ak:agentkit "Which AgentKit workflow should handle a public API migration?"
Use when:
Use when the right skill or route is unclear but the task is not just a pure answer.
Expected:
The router explains the selected installed owner or names the missing capability.
Workflow handoff
/ak:agentkit "Plan and execute a docs + frontend launch page refresh"
Use when:
Use when multiple domains need sequencing and verification, not when a single skill is obvious.
Expected:
Produces the shortest fitting chain and avoids spawning agents where one skill is enough.

Handled Scope

  • Proportionality gate
  • Classify task
  • Inventory installs
  • Select the chain
  • Time subagents
  • Apply risk gates

Next