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
|
810a082471
|
feat(agents): implement cs-ceo-advisor and cs-cto-advisor agents
Day 3: C-Level Agents - Complete implementation of two production-ready
C-level advisory agents with comprehensive workflows and skill integration.
## cs-ceo-advisor
- Strategic leadership advisor for CEOs
- Vision, strategy, board management, investor relations, organizational culture
- 4 complete workflows: annual strategic planning, board meeting preparation,
fundraising campaign execution, organizational culture transformation
- Integration with financial_scenario_analyzer.py and strategy_analyzer.py tools
- Success metrics: 90%+ vision clarity, 80%+ strategy execution, 18+ months runway
## cs-cto-advisor
- Technical leadership advisor for CTOs
- Technology strategy, team scaling, architecture decisions, engineering excellence
- 4 complete workflows: technical debt assessment, team scaling & hiring,
technology evaluation & decision, engineering metrics dashboard
- Integration with tech_debt_analyzer.py and team_scaling_calculator.py tools
- Success metrics: 99.9%+ uptime, >1 deployment/day (DORA elite), <10% attrition
## 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 bash scripts
✅ Success metrics defined (DORA benchmarks for CTO)
✅ Related agents cross-referenced
✅ CEO: 360 lines, CTO: 412 lines (772 total)
Sprint: sprint-11-05-2025 (Day 3)
Issue: #12
Files: 2 agent files, 772 total lines
|
2025-11-05 13:53:40 +01:00 |
|