aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Bootstrap spec-driven development workflow at the start of a session
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/speckit-startupContext preview
What this command does when you run it.
Bootstrap spec-driven development workflow at the start of a session
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**
2. **Load Orchestrator Skill**
3. **Load Persistent State ("presence")**
4. **Initialize Progress Tracking**
5. **Proceed with Speckit Workflow**
6. **Session Persistence**
**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.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.