Skip to Content
Commands/conclave-spec

/conclave-spec — Deprecated

/conclave-spec is deprecated. The one-time project setup wizard has been merged into /conclave-init. Running /conclave-spec will tell you to run /conclave-init instead.

What changed

Previously Conclave used a two-command Day 0 flow:

/conclave-init # bootstrap the workspace /conclave-spec # generate stories and architecture from an idea

This has been simplified. /conclave-init now does everything: it detects the stack, collects project name, story prefix, launch date, team profile, and locates the product planning document — then creates the workspace.

Story and sprint generation moved permanently to /conclave-planning (Phase A).

New flow

/conclave-init # one-time wizard — creates conclave/ and config.md /conclave-planning # generate stories + architecture from your product doc, then plan Sprint 1

See /conclave-init and /conclave-planning for the full reference.

Last updated on