ideate
Feature brainstorming and ideation - value/effort matrix, feature briefs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Feature brainstorming and ideation - value/effort matrix, feature briefs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Start or resume session - loads state and continues work
First-run guided onboarding (teach the register → hunt → rest loop + a consented first hunt) OR reconfigure an existing install (shells `igris configure`). Branches on `igris onboarding status`. Usage: /setup
Guided project handoff — export a project's brain slice to a portable bundle, or import one with a preview/confirm ceremony. Usage: /handoff export <project> | /handoff import <bundle>
Release preparation - changelog generation, version bumps, release notes
Show system status report - briefs, session, blockers, git status
Search the brain's learnings with hybrid BM25+vector recall - filter by project or global, show ranked results (ID/title/snippet/score), and pull a learning into context. Usage: /search <query> [--project <slug> | --global] [--pull <id>] [--limit <N>]
| name | ideate |
| tier | opt-in |
| description | Feature brainstorming and ideation - value/effort matrix, feature briefs |
| disable-model-invocation | false |
| allowed-tools | ["Read","Grep","Glob","mcp__igris-brain__igris_brief_create"] |
| triggers | ["IDEATE","ORACLE","suggest features","brainstorm","what could we add","feature ideas","suggest improvements"] |
Feature brainstorming and ideation workflow. Generates ideas, assesses value vs effort, and creates FR-XXX briefs for promising concepts.
$ARGUMENTS can specify focus area:
Use this matrix to prioritize ideas:
| Low Effort | Med Effort | High Effort
---------+------------+------------+-------------
High Val | DO NOW | PLAN | CONSIDER
Med Val | QUICK WIN | BACKLOG | MAYBE
Low Val | IF TIME | SKIP | SKIP
For each promising idea:
For ideas rated DO NOW or QUICK WIN:
igris_brief_create MCP tool, fallback to cache write at ~/.igris/projects/{project}/briefs/FR-XXX-{name}.md# Feature Ideation: {focus area}
## Ideas
### 1. {Idea Name}
- **Value:** High | **Effort:** Low | **Matrix:** DO NOW
- **Description:** {what it does}
- **User Benefit:** {why it matters}
- **Brief:** FR-XXX created
### 2. {Idea Name}
- **Value:** Med | **Effort:** Med | **Matrix:** BACKLOG
- **Description:** {what it does}
- ...
## Summary
- DO NOW: {count} ideas
- QUICK WIN: {count} ideas
- PLAN: {count} ideas
- BACKLOG: {count} ideas