Loading...
Loading...
One-time founder onboarding — generates personalized manifest, STREAM calibration, dev principles, and stack selection. Use when user says "set up solo factory", "initialize profile", "configure defaults", "first time setup", or "onboard me". Safe to re-run. Do NOT use for project scaffolding (use /scaffold).
npx skill4agent add fortunto2/solo-factory solo-init~/.solo-factory/defaults.yaml.solo/solo-factory/templates/~/.solo-factory/
└── defaults.yaml # Org defaults (bundle IDs, GitHub, Team ID)
.solo/
├── manifest.md # Your founder manifesto (generated from answers)
├── stream-framework.md # STREAM calibrated to your risk/decision style
├── dev-principles.md # Dev principles tuned to your preferences
└── stacks/ # Only your selected stack templates
├── nextjs-supabase.yaml
└── python-api.yaml/scaffolddefaults.yaml<org_domain><apple_dev_team>.solo/stacks//validatemanifest.md/setupdev-principles.md/streamstream-framework.md~/.solo-factory/defaults.yaml.solo/$ARGUMENTSreferences/questions.mdmkdir -p ~/.solo-factory~/.solo-factory/defaults.yaml# Solo Factory — org defaults
# Used by /scaffold and other skills for placeholder replacement.
# Re-run /init to update these values.
org_domain: "<answer from 3.1>"
apple_dev_team: "<answer from 3.2>"
github_org: "<answer from 3.3>"
projects_dir: "<answer from 3.4>"
knowledge_base_repo: "<answer from 3.5>"references/questions.mdreferences/questions.mdreferences/questions.mdreferences/generation-rules.mduvx solograph --helppip install solographuvx solographSolo Factory initialized!
Org config:
Config: ~/.solo-factory/defaults.yaml
org_domain: <value>
apple_dev_team: <value>
github_org: <value>
projects_dir: <value>
Founder profile:
Manifest: .solo/manifest.md
Dev Principles: .solo/dev-principles.md
STREAM: .solo/stream-framework.md
Stacks: .solo/stacks/ (N stacks)
These files are yours — edit anytime.
Other skills read from .solo/ automatically.
Next steps:
/validate "your idea" — validate with your manifest
/scaffold app nextjs-supabase — scaffold with your stackreferences/generation-rules.mdsolo-factory/templates/templates/stacks//init