Initialize the Orbit specification workflow for this project.
Sets up the .spec/ directory structure and starts the first feature in the workflow. Use this once at the beginning of a new project to initialize the Orbit specification system.
/plugin marketplace add BrendanShields/spec-flow/plugin install spec@spec-marketplaceExplicitly initializes the .spec/ directory structure and starts the first feature.
mkdir -p .spec/features .spec/architecture .spec/state .spec/archive
echo '{"feature": null}' > .spec/state/session.json
managing-workflow skill to start first feature.