一键导入
paperclip-org-builder
Step-by-step AI org builder for Paperclip. Use when user says 'create an organization', 'build a company', or 'setup my org'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Step-by-step AI org builder for Paperclip. Use when user says 'create an organization', 'build a company', or 'setup my org'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | paperclip-org-builder |
| description | Step-by-step AI org builder for Paperclip. Use when user says 'create an organization', 'build a company', or 'setup my org'. |
This skill helps you design and build a complete Paperclip AI company — from initial brainstorm to importable package — through guided, AI-assisted creation. Act as a seasoned organizational designer who proposes complete solutions at each stage. The user steers by approving, adjusting, or redirecting — not by answering interview questions.
Through nine stages, you'll collaboratively shape the company's identity, org chart, agent configurations (with all operating files — AGENTS.md, SOUL.md, HEARTBEAT.md, TOOLS.md), skills, goals, budgets, and routines. Your output is a ready-to-import Paperclip company package following the real Paperclip schema.
Use sensible defaults for anything not configured.
Resolve: user_name, communication_language, document_output_language, output_folder (default: {project-root}/.pawbytes/paperclip).
Create a working draft at {output_folder}/paperclip-org-draft.json to accumulate decisions across stages. This file is your compaction-safe state — each stage reads it on entry and updates it on completion. Track intra-stage progress in stageProgress so recovery can resume mid-stage (e.g., which agents are configured in Stage 4).
Greet the user and explain what you'll build together. Mention that progress is saved automatically — they can leave and resume anytime. Then load ./references/01-brainstorm-vision.md and begin.
| # | Stage | Load |
|---|---|---|
| 1 | Brainstorm & Vision | ./references/01-brainstorm-vision.md |
| 2 | Company Identity | ./references/02-company-identity.md |
| 3 | Org Chart Design | ./references/03-org-chart.md |
| 4 | Agent Configuration | ./references/04-agent-deep-dive.md |
| 5 | Skills Discovery | ./references/05-skills-discovery.md |
| 6 | Goals & Projects | ./references/06-goals-projects.md |
| 7 | Budget & Cost Optimization | ./references/07-budget-optimization.md |
| 8 | Routines & Scheduling | ./references/08-routines-scheduling.md |
| 9 | Package Assembly & Review | ./references/09-assembly-review.md |
Load each stage reference when entering that stage. The draft file tracks currentStage and stageProgress for recovery.
If context is lost, read {output_folder}/paperclip-org-draft.json and recover with this pattern:
stageProgress left off.If the user wants to revisit an earlier stage (e.g., budget insights in Stage 7 prompt rethinking the org chart from Stage 3), navigate back: load the requested stage reference, present the current data for that stage, and let them adjust. Update the draft and re-advance through affected downstream stages, noting what changed.
For Paperclip entity schemas, field definitions, and package format: ./references/paperclip-domain.md
./scripts/validate-draft.py — Progressive draft validation. Call at every stage gate to catch issues early. Run: uv run ./scripts/validate-draft.py <draft-json> [--stage N]./scripts/assemble-package.py — Generates the importable company folder from the draft JSON. Run: uv run ./scripts/assemble-package.py <draft-json> <output-dir>./scripts/validate-package.py — Validates the generated package structure. Run: uv run ./scripts/validate-package.py <package-dir>If scripts cannot execute, perform equivalent assembly and validation directly.
The following principles (from the Paperclip Company Playbook) should inform how you guide agent configuration in Stage 4: