incorporate
Generate complete incorporation documents for a new business entity. Use when forming a C-Corp, S-Corp, or LLC in any US state. Produces Articles of Incorporation/Organization, Bylaws/Operating Agreement, Incorporator Action, Organizational Resolutions, Stock/Membership Ledger, and Filing Checklist — all from a simple config. Handles cap tables, voting structures, registered agents, and multi-class stock. Currently optimized for Nevada; extensible to other states.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/juankisugar-creator/ai-powered-business-formation-playbookIncorporate — Business Formation Document Generator
Generate all legal documents needed to incorporate a business entity from a single configuration.
Supported Entity Types & States
| Entity | States | Reference File |
|---|---|---|
| C-Corp | Nevada | references/nevada-corp.md |
| C-Corp | Delaware | references/delaware-corp.md |
| LLC | Nevada | references/nevada-llc.md |
| LLC | Delaware | references/delaware-llc.md |
Quick Start
- Ask the user for their company details (or have them fill out the config)
- Read
references/config-template.md— this is the input format - Read the appropriate state + entity reference file (see table above)
- Read the document templates from
assets/templates/(usede-*for Delaware,llc-*for LLCs) - Generate all documents using the config values
- Upload to Google Drive (or output as .docx files)
Workflow
Step 1: Gather Configuration
Ask the user these questions (or accept a pre-filled config):
Required:
- Company name
- Entity type (C-Corp, LLC)
- State of incorporation
- Registered agent name + address
- Directors/managers (names, titles)
- Shareholders/members (names, share counts or %)
- Stock structure (classes, authorized shares, par value, voting rights)
Optional (defaults provided):
- Par value (default: $0.00001)
- Fiscal year end (default: December 31)
- Consideration type (default: "Services")
- Principal office address (default: registered agent address)
Validate the config: share percentages must total 100%, authorized shares must cover all issuances.
Step 2: Select Entity + State References
Based on entity type and state, read the appropriate reference file:
- Nevada C-Corp →
references/nevada-corp.md - Delaware C-Corp →
references/delaware-corp.md - Nevada LLC →
references/nevada-llc.md - Delaware LLC →
references/delaware-llc.md
Key decision guidance for the user:
- C-Corp vs LLC: C-Corp for VC fundraising, multiple stock classes, going public. LLC for simpler businesses, pass-through taxation, flexible profit distribution.
- Delaware vs Nevada: Delaware for investor expectations, Court of Chancery, VC-standard docs. Nevada for no franchise tax, lower annual costs, privacy.
- Delaware C-Corp warning: Franchise tax can be very high with many authorized shares — always use the Assumed Par Value Capital Method (see delaware-corp.md).
Step 3: Generate Documents
Read each template from assets/templates/ and replace all {{VARIABLES}} with config values. Templates are in Markdown — convert to .docx for final output.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-juankisugar-creator-ai-powered-business-formation-playbook": {
"enabled": true,
"auto_update": true
}
}
}