Public source package for upgrading the live NoHum Studio company inside Paperclip.
This repository is not the live runtime source of truth. It is the import-safe package and richer bootstrap layer used to evolve the current live company without rebuilding it from zero.
Import-safe layer:
COMPANY.mdpaperclip.manifest.json.paperclip.yaml- stable agent identities in
agents/*/AGENTS.md
Richer bootstrap layer:
agents/*/{SOUL,HEARTBEAT,TOOLS}.mdteams/*/TEAM.md- vendored
skills/ docs/playbooks/docs/readiness/docs/handoffs/docs/migration/
- Product Launch is now separate from Marketing, Engineering, and Support.
- Marketing has its own top-level manager:
CMO. - Engineering has its own top-level manager:
VP of Engineering. - Support is a standalone team under
Support Lead. - Research and Studio Ops remain separate.
This package now vendors selected local skills from four sources:
agency-agentsfor role topology and deliverable-first prompt shapepm-skillsfor PM, GTM, marketing, research, and support frameworkssuperpowersfor engineering execution disciplinegstackfor engineering review, QA, release, and security pipeline
The base operating skills paperclip, paperclip-create-agent, paperclip-knowledge, and para-memory-files are vendored in this repository so import-time skill references resolve inside the package. They still require live runtime wiring after import: Paperclip API env vars for the control-plane skills, and a writable adapter memory path for para-memory-files. For gstack-derived engineering skills, the local SKILL.md files in this repo are the source of truth; upstream templates remain lineage only.
Paperclip Company Secrets are the canonical source of truth for NoHum credentials.
Rules:
- secret CRUD is board-only
- raw values never live in prompts, docs, or repository files
- agents receive only scoped runtime env via
secret_ref - model auth for
codex_localis host-managed and outside company secret scope OPENAI_API_KEYis not part of the NoHum company-wide baseline secret setOPENROUTER_API_KEYis optional and belongs only to venture app runtime when a shipped product actually uses LLM features- Railway app env vars are manual runtime copies, not the canonical origin
- agent and policy wiring use layered aliases such as
PAYMENT_PROVIDER_API_KEY,ANALYTICS_API_KEY, andDEPLOY_PROVIDER_TOKEN
See:
docs/decisions/0004-secret-and-credential-architecture.mddocs/mcp-access-matrix.mddocs/server-post-import-checklist.md
NoHum does not choose a fresh tech stack per venture. The default path is fixed to:
Next.js 16React 19.2TypeScriptTailwind CSSBetter AuthPostgreSQLPrismaRailwayLava.topPlausibleResendpg-bossCloudflare R2Sentry
When a subsystem is needed, the provider choice is fixed. A venture may diverge only through an explicit board exception before Gate B.
See:
docs/decisions/0005-factory-default-stack-and-mcp.mddocs/factory-default-stack.mddocs/mcp-access-matrix.md
Default target is the existing live NoHum Studio company.
Safe migration path:
- replace only the exact-parity core agents:
ceoresearch-leadlaunch-lead
- preview every non-core slug against the live company before import
- if a non-core slug already exists live, reconcile or update it in place instead of creating a duplicate
- import only absent non-core roles as new records and keep them paused until secrets, tools, and runtime instructions are wired
If preview shows rename or duplicate behavior for any preexisting slug, stop the bulk import and switch to manual package-driven migration.
agents/: four-file bundle per roleteams/: team responsibility mapsskills/: vendored local skills plus NoHum overlaysdocs/team-skill-matrix.md: team-level runtime and vendored skill policydocs/mcp-access-matrix.md: tool, MCP, and secret policy by roledocs/decisions/0004-secret-and-credential-architecture.md: canonical secret and credential modeldocs/decisions/0005-factory-default-stack-and-mcp.md: canonical product stack and MCP decisiondocs/factory-default-stack.md: operational stack contract for default venturesdocs/import-runbook.md: package-driven import sequencedocs/server-post-import-checklist.md: server-side validation checklistdocs/operating-cadence.md: recurring manager operating cycledocs/automation/: queue and venture transition surfacesdocs/observability/: factory health and hygiene rulesdocs/templates/: canonical artifact templates for queue, venture, engineering, and operations