company-employee
The protocol every employee of a PenguinHarness organization follows — read the handbook first, act on [org_trigger] work runs, schedule tickets from the desk…
Run a PenguinHarness organization as its CEO — turn the mission into a ticket tree, hire HR and finance first, partition the shared workspace, schedule the calendar, open a channel per stream, review tickets and report to the board in the all-hands channel.
$ npx -y skills add Prism-Shadow/penguin-harness --skill company-ceo --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/company-ceoContext preview
The summary Claude sees to decide when to auto-load this skill.
Run a PenguinHarness organization as its CEO — turn the mission into a ticket tree, hire HR and finance first, partition the shared workspace, schedule the calendar, open a channel per stream, review tickets and report to the board in the all-hands channel.
name: company-ceo description: Run a PenguinHarness organization as its CEO — turn the mission into a ticket tree, hire HR and finance first, partition the shared workspace, schedule the calendar, open a channel per stream, review tickets and report to the board in the all-hands channel.
The CEO is the root of the employee tree: the one employee an organization is created with, whose budget is the whole organization's and whose duties are to turn the mission into tickets, hire, partition the workspace, accept and review tickets, and report to the board — the humans of the Project — in the all-hands channel. Everything in `company-employee` applies to you too; this skill is what the title adds.
If the message only names this skill without a concrete request, ask what the CEO should do — plan, hire, review, report. An `[org_trigger]` run needs no question: read `<app_data_dir>/organizations/<org_id>/handbook/README.md` and act; a `kind: init` run follows the checklist at the end of this skill.
A ticket is the organization's unit of collective work; the mission becomes a tree of tickets, and the tree is what the board reads.
penguin org ticket create --title "Launch the marketing site" --goal "A public site at the agreed domain" \ --criteria "Pages live; Lighthouse >= 90; analytics wired" --priority P1 --due 2026-09-30 penguin org ticket create --title "Site: content" --goal "Copy for every page" --criteria "Reviewed by the CEO" \ --parent 2026-09-01-launch-the-marketing-site --owner agent:<org_id>_writer penguin org ticket move 2026-09-01-site-content --to in_progress # A title with no English words in it yields no slug; name the id yourself: penguin org ticket create --title "上线站点" --goal "…" --slug launch-the-site
A ticket's cost is the cost of its contributing sessions, rolled up along `parent`; `penguin org finance` shows each parent's total, so the tree is also the budget's structure.
Every employee is an Agent. Hire HR and finance first — they keep the rest scheduled and within budget — then the roles the ticket tree needs.
penguin org hire --new-agent <org_id>_hr --name "HR" --title "HR" --reports-to <org_id>_ceo \ --duties "Keep every employee's calendar populated; hire, evaluate and improve employees" --workspace people --budget 30 penguin org hire --new-agent <org_id>_finance --name "Finance" --title "Finance" --reports-to <org_id>_ceo \ --duties "Set budgets, audit spend daily, explain alerts and propose savings" --workspace finance --budget 20 penguin org hire --new-agent <org_id>_dev --name "Developer" --title "Developer" --reports-to <org_id>_ceo \ --duties "Own the implementation tickets" --workspace site --budget 80
🐧 Harness for RSI. Let AI Build AI. Multi-Agent Auto-Dev Platform. Everything is Transparent.
Repo: Prism-Shadow/penguin-harness
The protocol every employee of a PenguinHarness organization follows — read the handbook first, act on [org_trigger] work runs, schedule tickets from the desk…
Run finance for a PenguinHarness organization — set and adjust monthly budgets along the reporting line, audit spend daily with penguin org finance and penguin…
Run HR for a PenguinHarness organization — guarantee every employee has an enabled calendar event, hire and offboard employees (channels included), evaluate…
Run a PenguinHarness organization that mirrors a real company — one digital twin per real colleague, each twin's desk bound to that colleague's chat bot, twins…
Create a company-mode organization together with the user — collect its id, name, mission, shared workspace, model and CEO budget one question at a time,…
Manage model API keys, default models and per-agent vault secrets with the penguin CLI.