spectra-discuss

Solid

Have a focused discussion about a topic and reach a conclusion

AI & Automation 29 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
49
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Have a focused discussion about a topic and reach a conclusion. **IMPORTANT: Discuss mode is for thinking, not implementing.** You may read files, search code, and investigate the codebase, but you must NEVER write code or implement features. If the user asks you to implement something, remind them to exit discuss mode first (e.g., start a change with `/spectra-propose`). You MAY create Spectra artifacts (proposals, designs, specs) if the user asks—that's capturing thinking, not implementing. **This is a task-oriented discussion.** Every discussion has a topic, works toward a goal, and ends with a clear conclusion. Unlike open-ended exploration, discuss mode converges. **Input**: The argument after `/spectra-discuss` is the topic. Could be: - A design question: "should we use WebSockets or SSE?" - A problem to solve: "the auth system is getting unwieldy" - A change name: "add-dark-mode" (discuss in context of that change) - An architecture decision: "how to structure the plugin system" - A vague idea that needs sharpening: "real-time collaboration" --- ## Before You Speak Before asking anything, do a quick codebase scout to decide how to run this discussion. ### Step 1: Extract search terms Pull 2-5 keywords from the user's topic. For "search should support fuzzy matching", that's `search`, `fuzzy`, `match`. For "should we add a plugin system", that's `plugin`, `extension`, `module`. ### Step 2: Scout the codebase Use Grep and Glob to find related source files (not...

Details

Author
PsychQuant
Repository
PsychQuant/che-ical-mcp
Created
4 months ago
Last Updated
today
Language
Swift
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category