Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jmagly
Automate full marketing campaign lifecycles from strategy and intake to asset production, brand/legal compliance reviews, multi-channel execution, performance analytics, and retrospectives using 37 specialized AI agents, skills, and commands that generate plans, reports, and workflows in Markdown.
npx claudepluginhub jmagly/aiwg --plugin marketingCoordinate end-to-end marketing asset production from creative brief through final delivery.
Conduct comprehensive brand health audit across all marketing touchpoints and materials.
Conduct thorough brand compliance review of marketing materials.
Analyze marketing budget performance with spend tracking, ROI analysis, and optimization recommendations.
Generate comprehensive campaign performance analysis with insights and optimization recommendations.
Ensures marketing materials meet accessibility standards for inclusive communication
Develops visual concepts, designs layouts, and ensures visual brand consistency across creative assets
Organizes digital assets, maintains asset libraries, and ensures proper version control and accessibility
Develops and implements marketing attribution models to measure channel effectiveness and optimize marketing spend
Ensures all marketing materials adhere to brand guidelines, protecting brand integrity and consistency
Multi-stakeholder approval routing with status tracking and escalation.
Synthesize audience insights from multiple data sources into unified personas and segments.
Unified brand compliance validation across visual, verbal, and legal dimensions.
Gather and analyze competitive intelligence from multiple sources.
Orchestrate marketing data collection, transformation, and reporting workflows.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
Open-source AI marketing plugin for agencies — 154 skills, 25 agents, 12-Part Strategy Flow, EU AI Act ready. Runs on Claude Code, Codex, Cursor, Antigravity.
Enterprise-grade AI marketing automation framework - 18 agents, 90+ commands, 28 skills for campaigns, content, SEO, and conversion optimization
Content marketing with content strategy and search specialist agents
📢 Marketing Executive — Demand Generation Expert & Campaign Strategist
Marketing OS for developerneurs and solopreneurs. Built for engineers shipping products with zero marketing experience required. Spec-driven campaigns with positioning-as-invariant enforcement and quality gate walls.
Voice profile system for consistent, authentic writing. Apply, create, blend, and analyze voices. Includes 4 built-in profiles: technical-authority, friendly-explainer, executive-brief, and casual-conversational.
Core AIWG utilities for context regeneration, workspace management, development kit, and @-mention traceability. Essential foundation for other AIWG plugins.
Writing quality validation and AI pattern detection. Identify AI-generated patterns, enhance authenticity, and enforce writing standards. Includes writing-validator agent and ai-pattern-detection skill.
Complete SDLC framework with 58 specialized agents for software development lifecycle management. Phase-based workflows (Inception→Elaboration→Construction→Transition), security reviews, testing orchestration, and deployment automation.
Corpus-to-dataset pipeline for AI training data curation. Ingests sources, synthesizes examples, generates preference pairs, applies decontamination, and exports to Alpaca/ShareGPT/ChatML/JSONL/Parquet with provenance and reproducibility. Grounded in 485 research REFs covering DPO/KTO/ORPO/SimPO, Self-Instruct/Evol/Orca/Phi/PersonaHub/STaR/ReST, Model Collapse guard, Datasheets/Model Cards/Data Statements, HF Datasets/Arrow+Parquet.
Multi-agent AI framework for Claude Code, Copilot, Cursor, Warp, and 4 more platforms
188 agents, 50 CLI commands, 128 skills, 6 frameworks, 21 addons. SDLC workflows, digital forensics, research management, marketing operations, media curation, and ops infrastructure — all deployable with one command.
npm i -g aiwg # install globally
aiwg use sdlc # deploy SDLC framework
Get Started · Features · Agents · CLI Reference · Documentation · Community
AIWG is a cognitive architecture that gives AI coding assistants structured memory, multi-agent ensemble validation, and closed-loop self-correction. It deploys specialized agents, workflow commands, enforcement rules, and artifact templates to any of 8 AI platforms with a single CLI command.
If you have used AI coding assistants and thought "this is amazing for small tasks but falls apart on anything complex," AIWG is the missing infrastructure layer that scales AI assistance to multi-week projects.
Unlike prompt libraries or ad-hoc workflows, AIWG implements research-backed patterns from cognitive science (Miller 1956, Sweller 1988), multi-agent systems (Jacobs et al. 1991, MetaGPT, AutoGen), and software engineering (Cooper's stage-gate, FAIR Principles, W3C PROV). The system addresses the hard problems in AI-augmented development: recovering from failures, maintaining context across sessions, preventing hallucinated citations, and ensuring reproducible workflows.
Base AI assistants (Claude, GPT-4, Copilot without frameworks) have three fundamental limitations:
Each conversation starts fresh. The assistant has no idea what happened yesterday, what requirements you documented, or what decisions you made last week. You re-explain context every morning.
Without AIWG: Projects stall as context rebuilding eats time. A three-month project requires continuity, not fresh starts every session.
With AIWG: The .aiwg/ directory maintains 50-100+ interconnected artifacts across days, weeks, and months. Later phases build on earlier ones automatically because memory persists. Agents read prior work via @-mentions instead of regenerating from scratch.
The segmented structure also makes large projects tractable. As code files grow, the project doesn't become harder to reason about — agents load only the slice of memory relevant to the current task (@requirements/UC-001.md, @architecture/sad.md, @testing/test-plan.md) rather than the entire codebase. Each subdirectory is a focused knowledge domain that fits comfortably in context, while cross-references keep everything connected.
The artifact index (aiwg index) takes this further. Without any tooling, agents often need to browse 3-6 documents before finding what they need. AIWG's structured artifacts reduce this to 2-3. With the index enabled, agents resolve artifact lookups in one query more often than not — a direct hit on the right requirement, architecture decision, or test case without browsing.
When AI generates broken code or flawed designs, you manually intervene, explain the problem, and hope the next attempt works. There is no systematic learning from failures, no structured retry, no checkpoint-and-resume.
Without AIWG: Research shows 47% of AI workflows produce inconsistent outputs without reproducibility constraints (R-LAM, Sureshkumar et al. 2026). Debugging is trial-and-error.