From fc565cac5483b1f164bc060dcb22ed8b0eea3d9d Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Wed, 5 Nov 2025 14:47:38 +0100 Subject: [PATCH] docs(agents): add production agents table to CLAUDE.md Day 5: Documentation Updates - Added catalog of 5 completed agents ## Agents Cataloged - cs-content-creator (327 lines) - Marketing domain - cs-demand-gen-specialist (289 lines) - Marketing domain - cs-ceo-advisor (360 lines) - C-Level domain - cs-cto-advisor (412 lines) - C-Level domain - cs-product-manager (407 lines) - Product domain Total: 1,795 lines of agent documentation Template: agent-template.md (318 lines) Sprint: sprint-11-05-2025 (Day 5) Issue: #15 --- agents/CLAUDE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/agents/CLAUDE.md b/agents/CLAUDE.md index eb9fc69..2569e20 100644 --- a/agents/CLAUDE.md +++ b/agents/CLAUDE.md @@ -14,6 +14,22 @@ This guide provides comprehensive instructions for creating **cs-* prefixed agen **Key Principle**: Agents ORCHESTRATE skills, they don't replace them. Skills remain self-contained and portable. +### Production Agents + +**5 Agents Currently Available** (as of November 5, 2025): + +| Agent | Domain | Description | Skills Used | Lines | +|-------|--------|-------------|-------------|-------| +| [cs-content-creator](marketing/cs-content-creator.md) | Marketing | AI-powered content creation with brand voice consistency and SEO optimization | content-creator | 327 | +| [cs-demand-gen-specialist](marketing/cs-demand-gen-specialist.md) | Marketing | Demand generation and customer acquisition specialist | marketing-demand-acquisition | 289 | +| [cs-ceo-advisor](c-level/cs-ceo-advisor.md) | C-Level | Strategic leadership advisor for CEOs covering vision, strategy, board management | ceo-advisor | 360 | +| [cs-cto-advisor](c-level/cs-cto-advisor.md) | C-Level | Technical leadership advisor for CTOs covering tech strategy and team scaling | cto-advisor | 412 | +| [cs-product-manager](product/cs-product-manager.md) | Product | Product management agent for RICE prioritization and customer discovery | product-manager-toolkit | 407 | + +**Total**: 1,795 lines of comprehensive agent documentation + +**Template Available**: [templates/agent-template.md](../templates/agent-template.md) (318 lines) - Use this to create new agents + ### Agent vs Skill | Aspect | Agent (cs-*) | Skill |