faionfaion/faion-network
Faion Network - AI-powered development workflow orchestrator for Claude Code
npx skills add faionfaion/faion-networkREADME
Faion Network
Build your solopreneur business with AI-powered development framework.
You're one person. You want to earn $20K+/month working for yourself. The challenge? You need to be a product manager, developer, marketer, and business strategist — all at once.
Faion Network solves this. It's a complete AI framework with 15 role-based skills and 501 battle-tested methodologies. Each skill is an expert in their field — from market research to product management to marketing.
Stop reading endless guides. Stop watching tutorials. Start building.
What You Get
| Component | Count | Purpose |
|---|---|---|
| Skills | 15 | Role-based expertise (Product, Dev, Marketing, DevOps, UX, BA, PM, HR...) |
| Agent | 1 | Task executor with maximum autonomy (YOLO mode) |
| Methodologies | 501 | Battle-tested frameworks (Project Management Framework 7/8, Business Analysis Framework, 10 Usability Heuristics, GTM) |
Who This Is For
- Aspiring Solopreneurs — Turn your skills into a $20K/month business
- Developers — Ship products, not just code
- Founders — Move fast with AI-powered workflows
Quick Start
Get your first result in under 5 minutes.
# 1. Clone the repository
git clone https://github.com/faionfaion/faion-network.git ~/.claude
# 2. Run Claude Code
claude
# 3. Type the main orchestrator command:
/faion-net
That's it. You now have access to the entire framework.
Installation
Prerequisites
- Claude Code CLI installed (docs.anthropic.com/en/docs/claude-code)
- Node.js 18+ (for frontend development)
- Python 3.11+ (for Django/Flask projects)
Step-by-Step
Option A: Fresh Installation
# Clone to Claude's config directory
git clone https://github.com/faionfaion/faion-network.git ~/.claude
# Verify installation
ls ~/.claude/skills # Should show 15 faion-* folders
ls ~/.claude/agents # Should show faion-task-YOLO-executor-opus-agent.md
Option B: Add to Existing Setup
# Backup your current setup
cp -r ~/.claude ~/.claude.backup
# Clone and merge
git clone https://github.com/faionfaion/faion-network.git temp
cp -r temp/skills/faion-* ~/.claude/skills/
cp -r temp/agents/faion-* ~/.claude/agents/
cp -r temp/docs/* ~/.claude/docs/
rm -rf temp
Configuration
Recommended Settings
Add to your ~/.claude/settings.json:
{
"permissions": {
"allow": ["Bash", "Read", "Write", "Edit", "Glob", "Grep"]
}
}
Optional: API Keys
Some skills benefit from external APIs:
# ~/.secrets/openai (for DALL-E image generation)
export OPENAI_API_KEY="sk-..."
# ~/.secrets/cloudflare (for domain management)
export CF_EMAIL="your@email.com"
export CF_API_KEY="..."
Usage Examples
Start with Main Orchestrator
claude
# Type: /faion-net
The main orchestrator routes your request to the appropriate skill:
- Research questions →
faion-researcher - Product planning →
faion-product-manager - Development tasks →
faion-software-developer - Marketing needs →
faion-marketing-manager
SDD Workflow
claude
# Type: /faion-sdd
Specification-Driven Development workflow:
- Create specifications (spec.md)
- Design architecture (design.md)
- Generate implementation plan
- Execute tasks with quality gates
Execute Feature with Quality Gates
claude
# Type: /faion-feature-executor
Sequential task execution with:
- Test runs after each task
- Coverage verification
- Code review cycle until all issues fixed
- Automatic task status updates
Skills Overview (15)
Orchestrators
| Skill | Purpose |
|---|---|
faion-net | Universal orchestrator — routes to appropriate domain skill |
faion-sdd | SDD workflow (specs, designs, tasks, lifecycle) |
faion-feature-executor | Execute tasks with quality gates |
Domain Skills
| Skill | Methodologies | Purpose |
|---|---|---|
faion-researcher | 29 | Idea generation, market research, personas, validation |
faion-product-manager | 33 | MVP/MLP, RICE, MoSCoW, roadmaps, OKRs |
faion-software-developer | 82 | Python, JS/TS, Django, React, APIs, testing |
faion-devops-engineer | 30 | Docker, K8s, Terraform, CI/CD, monitoring |
faion-ml-engineer | 30 | LLM APIs, RAG, embeddings, AI Agents, MCP |
faion-marketing-manager | 77 | GTM, landing pages, SEO/GEO/AEO, ads, email |
faion-project-manager | 46 | Project Management Framework 7/8, PM tools, risk, EVM, AI in PM |
faion-business-analyst | 24 | Business Analysis Framework, requirements, stakeholder analysis |
faion-ux-ui-designer | 75 | 10 Usability Heuristics, accessibility, WCAG 2.2 |
faion-hr-recruiter | 45 | Talent acquisition, employer branding, onboarding |
faion-communicator | 9 | Mom Test, conflict resolution, SPIN selling |
| `faion-claude-cod |
...