From twi-jobworld
Creates a new TWI Jobworld instance — a fully autonomous AI company with agents that run themselves. Trigger with "instantiate jobworld", "create new company", "bootstrap ai company".
How this skill is triggered — by the user, by Claude, or both
Slash command
/twi-jobworld:instantiate-jobworldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Creates a new TWI Jobworld instance — a fully autonomous AI company with agents that run themselves.
instantiate.shtemplate/twi-jobworld-template/HEARTBEAT.mdtemplate/twi-jobworld-template/event-stream/data.jsontemplate/twi-jobworld-template/event-stream/events.jsonltemplate/twi-jobworld-template/index.htmltemplate/twi-jobworld-template/sops/Engineering/DevOps/infrastructure-audit.jsontemplate/twi-jobworld-template/start.shCreates a new TWI Jobworld instance — a fully autonomous AI company with agents that run themselves.
./instantiate.sh "Company Name" [port]
The template files live at:
${CLAUDE_PLUGIN_ROOT}/template/twi-jobworld-template/
Copy this entire tree to the new company dir.
CEO.md is written INSIDE the new jobworld dir. It contains:
Default port range: 3847-3999 If port is in use, auto-increment until free port found.
After running:
./{company_slug}/http://localhost:{port}npx claudepluginhub sancovp/twi-jobworldGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.