Quick Ref / Command

Marketing Kit

/ak:test

Marketing UI and workflow validation

Marketing UI and workflow validation for websites, AgentKit commands, agents, skills, and step-by-step verification reports.

01

Parse

02

Load reference

03

Define target

04

Generate scenarios

Rule 01

This ak:test is for marketing UI/workflow validation, not engineer unit-test generation.

Rule 02

Choose ui for websites and workflow for commands, agents, skills, or step-by-step flow checks.

Rule 03

Verification should be observable: visual, accessibility, responsive, or manually traced workflow evidence.

Execution Map

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

01

Start

Input, scope, route

  1. 1 Parse Read the first argument and choose either the ui or workflow testing route.
  2. 2 Load reference Load references/ui.md for website UI testing or references/workflow.md for command, agent, and skill workflow checks.
02

Work

Agent / skill execution

  1. 3 Define target Treat the remaining arguments as an authorized website or one of the supported workflow targets: youtube, content, email, brand, or all.
  2. 4 Generate scenarios For workflow coverage, use scan-components.py to scan commands, agents, and skills and generate test scenarios.
03

Verify

Gate, review, validation

  1. 5 Exercise Run the documented route with visual, accessibility, responsive, or step-by-step manual verification as appropriate.
  2. 6 Report Return a focused report of what was checked, what passed, what failed, and the next concrete fix.

Syntax, arguments, subcommands

How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.

Syntax

/ak:test [ui|workflow] [--headless] [--mobile] [--auth]

Shared options

--headless

Headless UI route

Run the UI route without a visible browser when the current test scope allows it.

--mobile

Mobile viewport

Exercise the UI route with a mobile viewport and report the actual environment tested.

--auth

Approved auth state

Use only an approved protected-route state boundary without exposing cookies, tokens, or credentials.

Modes / Routes

ui

Website UI test

Research:
Website target
Review:
Visual/a11y/responsive issues
Validate:
UI report
workflow <youtube|content|email|brand|all>

Workflow test for the fixed Marketing workflow target set.

Research:
Selected workflow target
Review:
Step gaps and scenario failures
Validate:
Workflow report

Sample Prompt

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

UI route Recommended
/ak:test ui https://example.com
Use when:
Use when validating a website's visual, accessibility, or responsive behavior.
Expected:
A UI test report with observed pass/fail findings.
Workflow route
/ak:test workflow youtube
Use when:
Use when validating one supported Marketing workflow target: youtube, content, email, brand, or all.
Expected:
Step-by-step verification and scenario findings.
Email workflow
/ak:test workflow email
Use when:
The supported Marketing email workflow target needs step-by-step verification.
Expected:
Scenario findings for the email workflow target, including gaps and pass/fail steps.

Handled Scope

  • Parse
  • Load reference
  • Define target
  • Generate scenarios
  • Exercise
  • Report

Artifacts Produced

Validation report

Pattern

Checked target • Pass/fail findings • Next fixes

The skill returns practical testing evidence rather than generic advice.

Next