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-gameقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
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