aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Execute implementation planning from spec to generate design artifacts.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/speckit-planContext preview
What this command does when you run it.
Execute implementation planning from spec to generate design artifacts.
description: Execute implementation planning from spec to generate design artifacts. argument-hint: "Path to spec.md or feature name"
Before proceeding, load the `speckit-orchestrator` skill for workflow coordination. Consider loading complementary skills like `superpowers:writing-plans` for enhanced planning capabilities.
$ARGUMENTS
You **MUST** consider the user input before proceeding (if not empty).
1. **Setup**: Run `.specify/scripts/bash/setup-plan.sh --json` from repo root and parse JSON for FEATURE_SPEC, IMPL_PLAN, SPECS_DIR, BRANCH. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot").
2. **Load context**: Read FEATURE_SPEC and `.specify/memory/constitution.md`. Load IMPL_PLAN template (already copied).
3. **Execute plan workflow**: Follow the structure in IMPL_PLAN template to:
4. **Stop and report**: Command ends after Phase 2 planning. Report branch, IMPL_PLAN path, and generated artifacts.
1. **Extract unknowns from Technical Context** above:
2. **Generate and dispatch research agents**:
For each unknown in Technical Context:
Task: "Research {unknown} for {feature context}"
For each technology choice:
Task: "Find best practices for {tech} in {domain}"3. **Consolidate findings** in `research.md` using format:
**Output**: research.md with all NEEDS CLARIFICATION resolved
**Prerequisites:** `research.md` complete
1. **Extract entities from feature spec** → `data-model.md`:
2. **Generate API contracts** from functional requirements:
3. **Agent context update**:
**Output**: data-model.md, /contracts/*, quickstart.md, agent-specific file
When this step settles a decision with real alternatives, record it to `docs/tradeoffs.md` while the reasoning is live (draft and confirm):
a tradeoff entry (the decision, the options weighed, and what was sacrificed; set `phase` to `plan`). Show the draft; append on confirmation.
ENTRY TEMPLATE; assign the next `TR-NNN` id.
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.