Bootstrap speckit workflow at the start of a Claude session
Initializes the Spec Driven Development workflow and loads project context for the session.
/plugin marketplace add athola/claude-night-market/plugin install sanctum@claude-night-marketInitialize the Spec Driven Development workflow for this session:
Verify Repository Context
.specify/ directory exists in the project root.specify/scripts/bash/Load Orchestrator Skill
speckit-orchestrator for workflow coordinationLoad Persistent State ("presence")
.specify/memory/constitution.md (constraints and principles)spec.md / plan.md / tasks.md and current workflow statusInitialize Progress Tracking
Proceed with Speckit Workflow
/speckit-* command:
/speckit-specify - Create feature specifications/speckit-clarify - Refine specifications with targeted questions/speckit-plan - Generate implementation plans/speckit-tasks - Create dependency-ordered tasks/speckit-implement - Execute implementation tasks/speckit-analyze - Cross-artifact consistency analysis/speckit-checklist - Generate requirement quality checklists/speckit-constitution - Manage project principlesSession Persistence
/speckit-startup at the beginning of each new Claude session