Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 963 Bytes

File metadata and controls

34 lines (23 loc) · 963 Bytes

Quickstart

This guide creates a local draft-only Kaya instance.

1. Create Private Working Files

Copy the templates into ignored local folders:

mkdir -p private/brands/my-brand private/pipeline
cp -R templates/brand/* private/brands/my-brand/
cp -R templates/pipeline/* private/pipeline/

2. Define The Brand

Fill in:

  • private/brands/my-brand/identity.md
  • private/brands/my-brand/pillars.md
  • private/brands/my-brand/voice/rules.md
  • private/brands/my-brand/voice/examples.md
  • private/brands/my-brand/voice/antipatterns.md
  • private/brands/my-brand/channels/x.md or another channel file

3. Draft Manually

Ask your coding agent to read prompts/ad-hoc.md and draft one post from your private brand files. Keep the output as a draft until a human approves it.

4. Run A Daily Draft Loop

Ask your coding agent to read prompts/daily-loop.md and generate draft files only. Kaya Flow has no live publisher integration.