aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Guide project ideation through Socratic questioning to generate briefs with validated approaches and decision rationale.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/brainstormContext preview
What this command does when you run it.
Guide project ideation through Socratic questioning to generate briefs with validated approaches and decision rationale.
name: brainstorm description: "Guide project ideation through Socratic questioning to generate briefs with validated approaches and decision rationale."
Transform vague project ideas into structured briefs with validated approaches through multi-phase exploration.
Use this command when you need to:
Avoid this command if:
# Start interactive brainstorming session /attune:brainstorm # Brainstorm with specific domain /attune:brainstorm --domain "web application" # Resume previous brainstorm /attune:brainstorm --resume
1. **Invokes brainstorming skill** with superpowers integration 2. **Guides ideation** through Socratic questioning 3. **Explores constraints** and requirements 4. **Documents outcomes** in structured format 5. **Generates project brief** for planning phase
When superpowers plugin is available:
Without superpowers:
# 1. Invoke brainstorming skill Skill(attune:project-brainstorming) # 2. Guide through phases: # - Problem definition # - Constraint identification # - Solution exploration # - Approach comparison # - Decision documentation # 3. Generate project brief # - Saved to docs/project-brief.md # - Includes problem, goals, constraints, approach # 4. Workflow auto-continues (see below)
**After brainstorming completes successfully**, auto-proceed to the next phase unless `--standalone` was specified:
1. **Verify artifact**: Confirm `docs/project-brief.md` exists and is non-empty 2. **Checkpoint message**: Display brief summary to user:
Brainstorming complete. Project brief saved to docs/project-brief.md. Proceeding to specification phase...
3. **Auto-invoke next phase**:
Skill(attune:project-specification)
**Bypass Conditions** (skip auto-continuation if ANY true):
**Questions**:
**Output**: Problem statement document
**Questions**:
**Output**: Constraints matrix
**Techniques**:
**Output**: Approach comparison table
**Criteria**:
**Output**: Selected approach with rationale
**Sections**:
**Output**: `docs/project-brief.md`
/attune:brainstorm --domain "web application"
**Session Flow**:
๐ง Brainstorming: Web Application Project Problem Definition: โ What specific problem does this web app solve? [User input: "Help developers track technical debt"] โ Who are the primary users? [User input: "Development teams, tech leads"] โ What do they currently use? [User input: "Spreadsheets, GitHub issues, nothing systematic"] Constraints: โ Must integrate with existing tools (GitHub, Jira)? [User input: "Yes, GitHub primarily"] โ Team size and timeline? [User input: "2 developers, 3 months MVP"] Approaches: 1. Standalone SaaS (Django + React) 2. GitHub App integration (GitHub API + webhooks) 3. CLI tool with web dashboard (FastAPI + Vue) ...
**Output**: `docs/project-brief.md`
# Technical Debt Tracker - Project Brief ## Problem Statement Development teams lack systematic tracking of technical debt... ## Goals 1. Centralize technical debt tracking 2. Integrate with GitHub issues 3. Provide prioritization framework ## Constraints - 3-month timeline for MVP - 2 developers - Must integrate with GitHub - No dedicated ops resources ## Selected Approach **GitHub App integration** (Approach 2) Rationale: Lowest friction for adoption... ## Trade-offs - Pros: Native GitHub integration, automatic discovery - Cons: Locked into GitHub ecosystem
/attune:brainstorm --resume
Loads previous session state
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.