Skip to content
Development
Command

/speckit-startup

Bootstrap spec-driven development workflow at the start of a session

From plugin
claude-night-market
325163 skills59 agents163 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/speckit-startup

Context preview

What this command does when you run it.

Bootstrap spec-driven development workflow at the start of a session

Command definition

speckit-startup.md
description: Bootstrap spec-driven development workflow at the start of a session
argument-hint: "Project name or feature branch"

Initialize the Spec Driven Development workflow for this session:

1. **Verify Repository Context**

  • Confirm `.specify/` directory exists in the project root
  • Check for required scripts in `.specify/scripts/bash/`
  • Validate templates are available

2. **Load Orchestrator Skill**

  • Load `speckit-orchestrator` for workflow coordination
  • This skill maps commands to complementary superpowers skills

3. **Load Persistent State ("presence")**

  • Read `.specify/memory/constitution.md` (constraints and principles)
  • Detect the latest `spec.md` / `plan.md` / `tasks.md` and current workflow status
  • Capture a quick agent-state snapshot for the session (available skills/plugins, intended command, constraints)

4. **Initialize Progress Tracking**

  • Create TodoWrite items for workflow phases:
  • [ ] Repository context verified
  • [ ] Prerequisites validated
  • [ ] Command-specific skills loaded
  • Mark items complete as verified

5. **Proceed with Speckit Workflow**

  • Run your intended `/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 principles

6. **Session Persistence**

  • Re-run `/speckit-startup` at the beginning of each new Claude session
  • The orchestrator maintains context across speckit commands

Configuration (Claude Code 2.1.9+)

**Custom Plans Directory**: Use the `plansDirectory` setting to customize where plan files are stored. This is useful for monorepos or centralized planning workflows.

# In /config or settings.json
plansDirectory: ".specify/plans"

By default, plans are stored in the project directory. The `${CLAUDE_SESSION_ID}` variable can be used in skill content for session-aware planning.

Read more
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin, auto-invoked
Stats
325
Stars
0
Views
35
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
8mo ago
Created

Repo: athola/claude-night-market