[PR #21] [CLOSED] feat(commands): add brainstorm command with adaptive clarity handling #45

Closed
opened 2026-03-03 15:47:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mindfold-ai/Trellis/pull/21
Author: @HomuraCatMadoka
Created: 2/2/2026
Status: Closed

Base: feat/opencodeHead: feat/brainstorm-command


📝 Commits (5)

  • 81a3498 chore: change license from FSL to AGPL-3.0
  • 1ed9364 chore: change license from FSL to AGPL-3.0
  • d92f9c3 chore: separate COPYRIGHT from LICENSE for better detection
  • 945d6e2 feat(commands): add brainstorm command with adaptive clarity handling
  • 631bd7c fix(commands): update task.sh to task.py for opencode compatibility

📊 Changes

4 files changed (+804 additions, -75 deletions)

View changed files

COPYRIGHT (+15 -0)
📝 LICENSE (+199 -74)
📝 package.json (+1 -1)
src/templates/claude/commands/trellis/brainstorm.md (+589 -0)

📄 Description

Summary

Add /trellis:brainstorm command that turns vague ideas into fully configured Trellis tasks.

Changes

  • Add src/templates/claude/commands/trellis/brainstorm.md

Key Features

  • Adapts to any input clarity level (concrete goals → vague ideas)
  • Root cause first: always ask WHY before proposing options
  • Dialogue-based requirements gathering (one question at a time)
  • Approach exploration with 2-3 options
  • Incremental design validation

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mindfold-ai/Trellis/pull/21 **Author:** [@HomuraCatMadoka](https://github.com/HomuraCatMadoka) **Created:** 2/2/2026 **Status:** ❌ Closed **Base:** `feat/opencode` ← **Head:** `feat/brainstorm-command` --- ### 📝 Commits (5) - [`81a3498`](https://github.com/mindfold-ai/Trellis/commit/81a34985cf15d7c6445611c2574432ddc4eaa793) chore: change license from FSL to AGPL-3.0 - [`1ed9364`](https://github.com/mindfold-ai/Trellis/commit/1ed93645c83e33b8d6fe8f2f2d7e51c443716635) chore: change license from FSL to AGPL-3.0 - [`d92f9c3`](https://github.com/mindfold-ai/Trellis/commit/d92f9c345682e972d6220d04ca67c963a2e13d61) chore: separate COPYRIGHT from LICENSE for better detection - [`945d6e2`](https://github.com/mindfold-ai/Trellis/commit/945d6e2cdfc75fa6d2fa02c214d39db7a3ad977a) feat(commands): add brainstorm command with adaptive clarity handling - [`631bd7c`](https://github.com/mindfold-ai/Trellis/commit/631bd7c0fd4313be4970e64c6ede8adcd2031018) fix(commands): update task.sh to task.py for opencode compatibility ### 📊 Changes **4 files changed** (+804 additions, -75 deletions) <details> <summary>View changed files</summary> ➕ `COPYRIGHT` (+15 -0) 📝 `LICENSE` (+199 -74) 📝 `package.json` (+1 -1) ➕ `src/templates/claude/commands/trellis/brainstorm.md` (+589 -0) </details> ### 📄 Description ## Summary Add `/trellis:brainstorm` command that turns vague ideas into fully configured Trellis tasks. ## Changes - Add `src/templates/claude/commands/trellis/brainstorm.md` ## Key Features - Adapts to any input clarity level (concrete goals → vague ideas) - Root cause first: always ask WHY before proposing options - Dialogue-based requirements gathering (one question at a time) - Approach exploration with 2-3 options - Incremental design validation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:47:28 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Trellis#45
No description provided.