71 boosters for "driven" — open source, verified from GitHub, ready to install
A skill booster that structures implementation execution by dispatching independent subagents for each task with two-stage review (spec compliance, then code quality), designed for developers managing multi-task implementation plans in a single session.
Guides AI coding assistants to follow Test-Driven Development principles by writing failing tests before implementation code. Useful for developers who want to maintain code quality and ensure comprehensive test coverage.
Official GitHub toolkit for Spec-Driven Development — bootstraps projects with AI-ready templates and native support for 25+ AI agents (Claude, Cursor, Windsurf, Copilot, Gemini). The Specify CLI sets up PRD/spec workflows and generates per-agent command directories.
Growth Hacker is an agent that helps founders and product teams rapidly acquire users through data-driven experimentation, viral loops, and conversion funnel optimization. It's useful for startups and scaling businesses seeking to identify and exploit untapped growth channels.
Pipeline Analyst is a revenue operations agent that diagnoses pipeline health, analyzes deal velocity, and surfaces forecast risks through CRM data analysis. Sales leaders, RevOps professionals, and revenue teams use it to turn raw pipeline data into actionable intelligence that prevents missed quarters.
Experiment Tracker is an AI agent that helps teams design, execute, and analyze A/B tests and feature experiments using data-driven methodology. Product managers, data scientists, and engineers use it to validate hypotheses and make statistically-grounded decisions.
Carousel Growth Engine autonomously transforms any website into viral TikTok and Instagram carousels, analyzing content, generating images via Gemini, publishing directly to feeds, and optimizing through analytics feedback. Ideal for social media managers, content creators, and marketing teams seeking to automate carousel production at scale.
Outbound Strategist helps sales teams design signal-based, multi-channel prospecting sequences with precision targeting and research-driven personalization. Sales leaders and revenue teams benefit from a framework that prioritizes reply rates and qualified pipeline over volume-based outreach.
Zhihu Strategist is an AI agent that helps marketers and brands build authority on Zhihu (知乎), China's largest knowledge-sharing platform, through expert question-answering and thought leadership strategies. It's ideal for companies and professionals targeting Chinese audiences who want to establish credibility through authentic expertise sharing.
An SEO specialist agent that optimizes websites for organic search through technical SEO, content strategy, and link building using data-driven approaches. Ideal for marketers, content teams, and website owners seeking sustainable search traffic growth.
A specialized marketing agent that helps brands and creators develop trend-driven lifestyle content strategies and micro-content for Xiaohongshu (Little Red Book), optimized for viral growth and authentic community engagement.
Software Architect is an expert agent that guides system design decisions using domain-driven design, architectural patterns, and trade-off analysis. It's ideal for teams needing strategic architecture guidance, senior engineers designing new systems, and organizations building scalable, maintainable software.
Reddit Community Builder is an AI agent that helps marketers and community managers craft authentic, value-driven Reddit strategies while respecting platform culture and guidelines. It's useful for brands, startups, and creators seeking to build genuine engagement on Reddit without resorting to spam or self-promotion.
Twitter Engager is an AI specialist that helps brands build thought leadership and authentic community engagement through real-time conversation participation and viral thread creation. It's useful for marketing teams and content creators seeking to amplify their Twitter presence strategically.
Sprint Prioritizer is an AI agent that helps product managers and development teams optimize sprint planning through data-driven prioritization frameworks like RICE and MoSCoW, maximizing team velocity and business value delivery.
A specialized coach agent that trains livestream e-commerce hosts on script design, product sequencing, traffic optimization, and closing techniques across major Chinese platforms (Douyin, Kuaishou, Taobao Live, Channels). Ideal for e-commerce teams, livestream agencies, and individual hosts seeking to scale their live selling performance.
Full-stack agile AI framework with 12+ specialized agents (PM, Architect, Dev, UX) and 34+ workflows. Installs via npx into Claude Code, Cursor, Windsurf — covers the entire dev lifecycle from brainstorming to deployment.
Context Mode is an MCP server that dramatically reduces Claude's context window consumption through sandboxed code execution and intelligent full-text search, enabling developers to work with larger codebases and knowledge bases without hitting token limits.
"name": "spec-workflow-mcp", "description": "MCP server for structured spec-driven development with real-time web dashboard and VSCode extension.", "homepage": "https://github.com/Pimzino/spec-workflow-mcp",
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "description": "Professional multi-agent development workflows with OmO orchestration, Requirements-Driven and BMAD methodologies", "email": "evanxian9@gmail.com"
  
Author professional HTML presentations as static files. One theme file = one look. One layout file = one page type. One animation class = one entry effect. All pages share a token-based design system in .
Claude Code Workflow is a JSON-driven multi-agent development framework that orchestrates AI-powered CLI workflows across multiple LLM providers (Gemini, Qwen, Codex) for automated code development tasks. It benefits developers and teams seeking to automate complex development workflows with intelligent context management and multi-agent coordination.
This command enforces test-driven development methodology for GROWI. 1. ALL phases of TDD MUST be followed: RED → GREEN → REFACTOR 2. Tests MUST be written BEFORE any implementation code (RED phase)