Quick Ref / Command

Marketing Kit

/ak:assets-organizing

Assets Organizing

Standardize marketing output paths, naming, date formats, slug rules, report folders, campaign folders, and multi-file asset structures under assets/.

01

Classify asset

02

Resolve base path

03

Load naming rules

04

Generate slug

Rule 01

Every durable marketing output should have a predictable assets/ home before it is written.

Rule 02

Use kebab-case slugs and date prefixes for time-sensitive work.

Rule 03

Multi-file deliverables belong in self-contained folders; single outputs stay flat.

Rule 04

Organize by asset type, campaign, platform, and report purpose so outputs remain searchable.

Execution Map

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

01

Start

Input, scope, route

  1. 1 Classify asset Determine whether the output is an article, storyboard, video, transcript, banner, design, infographic, logo, social post, report, copy, campaign, sales, SEO, funnel, lead, community, retention, attraction, or diagnostic asset.
  2. 2 Resolve base path Map the asset type to the documented assets/ path, such as reports/analytics, copy/ads, campaigns/{date}-{slug}, or banners/{campaign}.
  3. 3 Load naming rules Use naming-conventions, directory-structure, and asset-types references when the quick reference is not enough.
02

Work

Agent / skill execution

  1. 4 Generate slug Convert topic, title, platform, campaign, persona, or report type into kebab-case names that remain searchable.
  2. 5 Apply date Use CK_PLAN_DATE_FORMAT when present, otherwise the default YYMMDD-HHmm format for time-sensitive assets.
  3. 6 Check collisions Before output, check whether the folder or file exists so generated assets do not silently overwrite prior work.
03

Verify

Gate, review, validation

  1. 7 Create structure Use self-contained folders for multi-file assets, flat files for single outputs, and platform subfolders for channel-specific content.
  2. 8 Write together Output all related files together: copy, images, scenes, reports, source assets, previews, and campaign deliverables.
  3. 9 Integrate owners Coordinate with marketing skills and agents such as ads-management, analytics, campaign, email, social, SEO, content, funnel, and design owners.

Sample Prompt

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

Organize a campaign Recommended
/ak:assets-organizing campaign assets
Use when:
A campaign will produce briefs, creatives, reports, and source assets.
Expected:
A folder and naming plan under assets/campaigns with collision checks.
Place a report
/ak:assets-organizing analytics report
Use when:
A report needs the correct durable path and filename pattern.
Expected:
The correct reports path, slug/date format, and pre-output checklist.
Launch asset library
/ak:assets-organizing organize launch campaign assets
Use when:
Campaign files need a consistent folder, naming, and reuse map.
Expected:
Classification, destination paths, and naming for the launch asset set.

Handled Scope

  • Asset paths
  • Kebab-case naming
  • Date prefixes
  • Campaign folders
  • Report locations
  • Multi-file deliverables
  • Platform subfolders

Next