원클릭으로
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