Reza Rezvani
|
670a1a61f3
|
fix: audit and repair all plugins, agents, and commands
- Fix 12 command files: correct CLI arg syntax, script paths, and usage docs
- Fix 3 agents with broken script/reference paths (cs-content-creator,
cs-demand-gen-specialist, cs-financial-analyst)
- Add complete YAML frontmatter to 5 agents (cs-growth-strategist,
cs-engineering-lead, cs-senior-engineer, cs-financial-analyst,
cs-quality-regulatory)
- Fix cs-ceo-advisor related agent path
- Update marketplace.json metadata counts (224 tools, 341 refs, 14 agents,
12 commands)
Verified: all 19 scripts pass --help, all 14 agent paths resolve, mkdocs
builds clean.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 01:17:31 +01:00 |
|
Reza Rezvani
|
a26baa8088
|
feat(agents): implement cs-content-creator and cs-demand-gen-specialist agents
Day 2: Marketing Agents - Complete implementation of two production-ready
marketing agents with comprehensive workflows and skill integration.
## cs-content-creator
- AI-powered content creation specialist
- Brand voice analysis and SEO optimization
- 4 complete workflows: blog post creation, multi-platform adaptation,
content audit, campaign planning
- Integration with brand_voice_analyzer.py and seo_optimizer.py tools
- Success metrics: 80%+ brand consistency, 75+ SEO score average
## cs-demand-gen-specialist
- Demand generation and customer acquisition specialist
- CAC calculation and conversion funnel optimization
- 4 complete workflows: multi-channel campaign launch, funnel analysis,
channel benchmarking, lead magnet development
- Integration with calculate_cac.py tool
- Success metrics: 20-30% MOM growth, 15-20% CAC reduction
## Quality Validation
✅ YAML frontmatter with all required fields
✅ cs-* prefix naming convention
✅ Relative paths (../../) tested and validated
✅ 4 workflows per agent (exceeds minimum 3)
✅ Integration examples with real bash scripts
✅ Success metrics defined
✅ Related agents cross-referenced
Sprint: sprint-11-05-2025 (Day 2)
Issue: #11
Files: 2 agent files, 1,089 total lines
|
2025-11-05 13:19:51 +01:00 |
|