ワンクリックで
add-project
Neues Projekt im aktuellen Workspace verknüpfen — nur Projekt-ID in project.json schreiben
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Neues Projekt im aktuellen Workspace verknüpfen — nur Projekt-ID in project.json schreiben
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Board-Verbindung einrichten — via jsp_ Token oder Status prüfen
/just-ship-review — Branch lokal auschecken, builden, Dev-Server starten und testen
Just Ship installieren und Projekt konfigurieren — Stack erkennen, project.json befüllen, Board verbinden
Spike-Ergebnis reviewen — Zusammenfassung anzeigen, Follow-Up-Tickets erstellen, Spike-Ticket abschliessen
Single source of truth for how the just-ship pipeline talks to the CEO. Defines the voice (Result-First, tables for lists of 3+, status icons, short active sentences, no inner monologue) and the five Core Templates (develop-complete, ship-complete, ticket-created, epic-created, phase-progress). Every user-facing output string produced by an agent, a skill, or a pipeline phase runs through this skill — never freeform prose. Triggers at the end of /develop, at the end of /ship, in Sidekick replies for ticket/epic creation, in /just-ship-status, and during phase-progress updates. Load whenever you are about to render a terminal block the CEO will read.
The operating system for decision-making in this team. ALWAYS load this skill. It defines what the human decides and what the AI expert team decides autonomously. Use on EVERY task, EVERY conversation, EVERY feature. This skill prevents the anti-pattern of asking the user technical, design, or implementation questions that an expert should answer. It is the single most important skill in the stack — without it, every other skill's quality is bottlenecked by the user being asked questions they shouldn't answer. Triggers on: literally everything. This is not optional. Load it first, always.
| applies_to | all-agents |
| name | add-project |
| description | Neues Projekt im aktuellen Workspace verknüpfen — nur Projekt-ID in project.json schreiben |
Verknüpft ein neues Board-Projekt mit dem lokalen Projekt. Schreibt nur workspace_id + project_id in project.json. Kein API Key nötig — der Workspace muss bereits verbunden sein.
| Flag | Beschreibung | Pflicht |
|---|---|---|
--project | Projekt UUID vom Board | Ja |
Prüfe ob ein Workspace konfiguriert ist:
project.json → pipeline.workspace_id (primär).env.local → JSP_WORKSPACE_ID (fallback)~/.just-ship/config.json → default_workspace (nur wenn vorhandene Alt-Installation)Schreibe Projekt-Referenz:
".claude/scripts/write-config.sh" set-project \
--workspace-id <workspace_id> --project-id <project>
Bestätigung:
✓ Projekt '<project-id>' verknüpft mit Workspace '<workspace_id>'
✓ project.json aktualisiert