workspace-init
Installation
SKILL.md
Workspace Init
Interactive initialization for workspaces created from dev-config-template. Takes a blank template to a fully working multi-repo workspace in one session.
Prerequisites
| Tool | Required | Install |
|---|---|---|
| git | Yes | Pre-installed on most systems |
| jq | Yes | brew install jq (macOS) / sudo apt install jq (Ubuntu) |
| openspec | Yes | npm install -g openspec |
Do NOT verify prerequisites on skill load. Check them at the start of Phase 2 (before execution begins). If a tool is missing, provide install instructions and wait for the user to confirm before continuing.
When to Use
Related skills