marketing-workspace — a memory-half companion to marketingskills (feedback welcome)
Hi Corey — first: thanks for marketingskills, it's excellent.
We built an MIT-licensed GitHub template designed to pair with it (not compete with it): https://github.com/iwe-org/marketing-workspace
marketingskills teaches an agent how to market; the skills are stateless between sessions. The template is the memory half: a plain-markdown campaign graph the agent reads and writes — product/positioning docs, ~65 seeded launch venues with posting rules, a people CRM, a drafts→published pipeline with engagement tracking, mentions, an experiment log, and competitor profiles. Typed frontmatter, schema-validated, managed as a knowledge graph by IWE.
The integration points with your pack:
- our setup skill generates
.agents/product-marketing.mdfrom the workspace docs (product + brand voice + current offer), so every skill in the pack starts pre-briefed instead of interviewing the user; - the experiment log, metrics baselines, and competitor profiles answer the questions skills otherwise re-ask each session ("what have you tried?", "what's your conversion rate?", "who are your competitors?").
Deliberate choices: nothing of yours is vendored; our setup skill offers npx skills add coreyhaines31/marketingskills -a claude-code once, and the README recommends the pack — installs and stars go upstream.
Two questions:
- Is reading/generating
.agents/product-marketing.mdthe right integration contract for a third party, or would you prefer something else? - Anything on your roadmap (skill renames, bridge-file format changes) we should track?
Happy to adapt to whatever direction you take the pack — and feel free to close this; it's feedback-seeking, not a bug report.
Source: coreyhaines31/marketingskills