faionfaion/faion-network

Faion Network - AI-powered development workflow orchestrator for Claude Code

0 stars0 forksUpdated Jan 26, 2026
npx skills add faionfaion/faion-network

README

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

ComponentCountPurpose
Skills15Role-based expertise (Product, Dev, Marketing, DevOps, UX, BA, PM, HR...)
Agent1Task executor with maximum autonomy (YOLO mode)
Methodologies501Battle-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

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:

  1. Create specifications (spec.md)
  2. Design architecture (design.md)
  3. Generate implementation plan
  4. 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

SkillPurpose
faion-netUniversal orchestrator — routes to appropriate domain skill
faion-sddSDD workflow (specs, designs, tasks, lifecycle)
faion-feature-executorExecute tasks with quality gates

Domain Skills

SkillMethodologiesPurpose
faion-researcher29Idea generation, market research, personas, validation
faion-product-manager33MVP/MLP, RICE, MoSCoW, roadmaps, OKRs
faion-software-developer82Python, JS/TS, Django, React, APIs, testing
faion-devops-engineer30Docker, K8s, Terraform, CI/CD, monitoring
faion-ml-engineer30LLM APIs, RAG, embeddings, AI Agents, MCP
faion-marketing-manager77GTM, landing pages, SEO/GEO/AEO, ads, email
faion-project-manager46Project Management Framework 7/8, PM tools, risk, EVM, AI in PM
faion-business-analyst24Business Analysis Framework, requirements, stakeholder analysis
faion-ux-ui-designer7510 Usability Heuristics, accessibility, WCAG 2.2
faion-hr-recruiter45Talent acquisition, employer branding, onboarding
faion-communicator9Mom Test, conflict resolution, SPIN selling
`faion-claude-cod

...

Read full README

Publisher

faionfaionfaionfaion

Statistics

Stars0
Forks0
Open Issues0
LicenseOther
CreatedJan 16, 2026