/speckit-startup
Bootstrap spec-driven development workflow at the start of a session
$ npx -y skills add athola/claude-night-market --agent claude-codeHow 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.mddescription: 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
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.
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.
Other commands on claude-night-market.
- /aggregate-logs
Generate LEARNINGS.md from skill execution logs.
Open command - /analyze-skill
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Open command - /bulletproof-skill
Harden skills against rationalization and bypass behaviors
Open command - /context-report
Generate context optimization report for skill directories
Open command - /create-command
Create slash commands with brainstorming and best practices
Open command - /create-hook
Create hooks with brainstorming and security-first design
Open command

