AI agents help accelerate product/market fit. Discover what to build and who to build it for.
npx skills add https://github.com/natea/fitfinder --skill threejs-gameInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Accelerate Product/Market Fit with AI Agents and Skills
FitFinder leverages multi-agent AI systems and specialized skills to help you identify what to build and who to build it for ā the two critical components of achieving product/market fit.
Use AI-powered agents to:
To clone FitFinder with all submodules included:
# Clone with all submodules in one command
git clone --recurse-submodules https://github.com/natea/fitfinder.git
cd fitfinder
If you've already cloned the repository without submodules:
# Initialize and update all submodules
git submodule update --init --recursive
To pull the latest changes from all submodules:
# Update all submodules to their latest commits
git submodule update --remote --merge
fitfinder/
āāā .claude/ # Claude Code configuration
ā āāā agents/ # 54+ specialized agent definitions
ā āāā commands/ # SPARC and workflow commands
ā āāā skills/ # Advanced orchestration skills
ā āāā settings.json # Claude Code settings
āāā submodules/ # Integrated repositories
ā āāā agent-skill-creator/ # Tools for creating custom agent skills
ā āāā ar-claude-skills/ # AR-specific Claude skills
ā āāā Skill_Seekers/ # Skill discovery utilities
ā āāā mcp-getgather/ # MCP server for GetGather integration
ā āāā superpowers/ # Advanced Claude Code superpowers
ā āāā anthropic-claude-skills/ # Official Anthropic skills
āāā CLAUDE.md # Project instructions & methodology
āāā README.md # This file
coder, reviewer, tester, planner, researcherbackend-dev, mobile-dev, ml-developer, system-architectpr-manager, code-review-swarm, issue-tracker, release-managerspecification, pseudocode, architecture, refinementhierarchical-coordinator, mesh-coordinator, adaptive-coordinator# Add Claude Flow (required for agent coordination)
claude mcp add claude-flow npx claude-flow@alpha mcp start
# Optional: Enhanced coordination
claude mcp add ruv-swarm npx ruv-swarm mcp start
# Optional: Cloud features
claude mcp add flow-nexus npx flow-nexus@latest mcp start
# Use SPARC methodology for systematic discovery
npx claude-flow sparc run spec-pseudocode "Discover product opportunities in [your market]"
# Spawn research agents for market analysis
npx claude-flow swarm init --topology mesh --max-agents 5
# Run parallel market research
npx claude-flow sparc batch researcher,analyst "Analyze [your target market]"
# Run TDD workflow for rapid validation
npx claude-flow sparc tdd "Build MVP for [your product idea]"
# Execute full pipeline
npx claude-flow sparc pipeline "Product validation for [target audience]"
Discovery Phase
Definition Phase
Development Phase
Deployment Phase
FitFinder uses concurrent execution patterns where all operations happen in parallel:
Contributions are welcome! This project uses:
See individual submodule licenses for details.
Remember: Product/Market Fit = What to Build + Who to Build It For
Use AI agents to discover both, faster and smarter than ever before.
š¤ Powered by Claude Code and SPARC Methodology