md2wechat Agent API markmd2wechat Agent API
  • Docs
  • Features
  • Themes
  • Editor
  • Blog
  • Pricing
  • Examples
  • Skills
  • Contact
Brand Profile and Advise: Teach the Agent Your Style
2026/09/05

Brand Profile and Advise: Teach the Agent Your Style

A free-form brand.md the CLI never parses, plus a deterministic advise router that proposes at most three edits.

Brand Profile and Advise: Teach the Agent Your Style

Two small mechanisms keep an agent consistent with your publication's voice without magic.

Brand Profile: free-form, never parsed

md2wechat brand init
md2wechat brand show --json

brand init creates ~/.config/md2wechat/brand.md (idempotent). The file is free-form Markdown — voice, theme and layout preferences, conversion rules, whatever your brand needs. The CLI never parses it; it exists for the host agent to read as context, so your rules travel with every session instead of living in one chat's memory.

Advise: a deterministic router

md2wechat advise article.md --json

advise is deterministic and side-effect-free. It returns either no_enhancement_needed or enhance_minimally with at most 3 actions and at most 3 layout modules, drawing from the tools title, cover, layout, and micro_edit, plus concrete micro_edits. Because the routing is deterministic, the same article always gets the same advice — safe to gate an automation step on it.

A sane loop

  1. brand init once; write your voice and preferences.
  2. Draft the article.
  3. advise --json — apply only the proposed edits.
  4. title suggest --json and a cover plan if advised (Title Generation, Image Generation).
  5. convert --preview, then the draft flow on explicit approval (Publishing API).

The point is restraint: at most three changes per pass keeps the article yours.

All Posts

Author

avatar for geekjourney
geekjourney

Categories

  • Workflow
Brand Profile and Advise: Teach the Agent Your StyleBrand Profile: free-form, never parsedAdvise: a deterministic routerA sane loop

More Posts

Which WeChat Themes Does md2wechat Support?
API

Which WeChat Themes Does md2wechat Support?

A guide to supported `theme` values, how the theme directory maps to the API parameter, and where to inspect styles before integration.

avatar for geekjourney
geekjourney
2026/03/14
md2wechat 2.4.0: Readiness Targets, Doctor Checks, and Safer Agent Workflows
APIWorkflow

md2wechat 2.4.0: Readiness Targets, Doctor Checks, and Safer Agent Workflows

Official release guidance for md2wechat 2.4.0, covering inspect readiness targets, blocker mapping, doctor checks, theme discovery, Brand Profile, and agent-safe publishing.

avatar for geekjourney
geekjourney
2026/05/29
How to Find High-Quality AI Sources for WeChat Writing
Workflow

How to Find High-Quality AI Sources for WeChat Writing

A source-mapping guide for AI writing, covering official blogs, research feeds, community discussions, GitHub Trending, and newsletters for WeChat publishing workflows.

avatar for geekjourney
geekjourney
2026/03/18

Newsletter

Join the community

Subscribe to our newsletter for the latest news and updates

md2wechat Agent API markmd2wechat Agent API

The official md2wechat API, docs, CLI, and skill entry points for Markdown to WeChat publishing workflows.

GitHubX (Twitter)
Product
  • Quickstart
  • Features
  • Themes
  • Pricing
  • Contact
Docs
  • Auth
  • OpenAPI
  • llms.txt
Ecosystem
  • Examples
  • Skills
  • md2wechat-lite
© 2026 md2wechat Agent API. All Rights Reserved.