project-brainstorming
Guide project ideation through Socratic questioning to generate actionable project briefs with alternative comparisons
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-attune-project-brainstormingNight Market Skill — ported from claude-night-market/attune. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Table of Contents
- When to Use
- Integration
- Brainstorming Framework
- Phase 1: Problem Definition
- Problem Statement
- Phase 2: Constraint Discovery
- Constraints
- Technical
- Resources
- Integration
- Compliance
- Success Criteria
- Phase 3: Approach Generation
- Approach [N]: [Name]
- Phase 3.5: War Room Deliberation (REQUIRED)
- Phase 4: Approach Comparison
- Phase 5: Decision & Rationale
- Selected Approach: [Approach Name] ⭐
- Rationale
- Trade-offs Accepted
- Rejected Approaches
- Output: Project Brief
- Problem Statement
- Goals
- Constraints
- Approach Comparison
- Selected Approach
- Next Steps
- Questioning Patterns
- Socratic Method
- Constraint-Based Thinking
- Red Flags to Surface
- Session State Management
- Related Skills
- Related Commands
- Examples
Project Brainstorming Skill
Guide project ideation through Socratic questioning, constraint analysis, and structured exploration.
When To Use
- Starting a new project without clear requirements
- Exploring problem space before specification
- Need to compare multiple approaches systematically
- Validating project feasibility and scope
- Documenting decision rationale for stakeholders
- Need to clarify the core problem being solved
When NOT To Use
- Requirements and specification already exist (use
Skill(attune:project-planning)instead) - Refining existing specs (use
Skill(attune:project-specification)instead) - Project scope is well-defined (jump to
/attune:project-init) - Mid-project pivots (use
Skill(attune:war-room)for strategic decisions)
Integration
With superpowers:
- Delegates to
Skill(superpowers:brainstorming)for Socratic method - Augments with project-specific patterns
- Uses project brainstorm templates
Without superpowers:
- Standalone questioning framework
- Project-focused ideation patterns
- Structured output templates
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-attune-project-brainstorming": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure