Idea Genie
One canonical root for idea work: elicit an evidence-grounded opportunity
portfolio, or challenge a consequential idea with sealed independent
perspectives. Both modes explore and advise; neither selects, schedules,
tracks, implements, or validates work.
Modes
| Trigger phrases |
Mode |
Output contract |
| "idea genie", "what should we build", "supported opportunities" |
elicit (single genie) |
idea-portfolio.v1 via scripts/validate-output.sh |
| "challenge this idea", "compare independent proposals", "stress-test a one-way door" |
duel (adversarial challenge) |
idea-challenge.v1 via scripts/validate-challenge.sh |
Elicitation is the entry mode. Dueling is an optional escalation for a
consequential choice, typically consuming an idea-portfolio.v1 or a framed
question.
Elicit mode
Generate a small portfolio of evidenced options.
- State the question, constraints, non-goals, and sources.
- Separate cited observations from assumptions.
- Give each candidate its supporting evidence, overlap with existing
capabilities, and one normal or edge scenario.
- Run a novelty pass, merge equivalents, and discard unsupported ideas.
- Stop when no materially new evidenced candidate appears.
- Write and validate
idea-portfolio.v1, then return it to the caller or Plan.
An empty no-new-work portfolio is valid. Plan alone may incorporate a selected
option into the existing bead or caller intent.
Duel mode
Produce independent challenges for a consequential choice. The result is
advisory evidence for Plan. It never decides whether a plan is ready and never
turns a later optional Premortem challenge into an approval gate.
Constraints
- Keep generation sealed until every perspective is complete to prevent later
proposals from anchoring on earlier ones.
- Preserve dissent and concrete refutation attempts because Plan must see alternatives
that synthesis might otherwise erase.
- Keep reversible choices lightweight because they do not warrant a pane manager,
messaging service, council, or model-family rule.
- Emit no readiness, approval, quorum, retry, budget, helper, delivery, or
tracker state because this strategy supplies evidence rather than lifecycle
authority.
Workflow
- Freeze the question, constraints, evidence paths, and comparison rubric.
- For a one-way door, create at least two fresh contexts with distinct context
identifiers. Each produces its perspective before any is revealed. When the
caller pins perspectives to model profiles, record each perspective's
model_identity (see the agent-native model-dispatch recipe); a
duel may use two distinct models on request. Sealed generation is unchanged:
no perspective may see another before reveal. Unavailable profiles → disclose
and continue single-model.
- Reveal the sealed perspectives and cross-review by evidence, reversibility,
system fit, failure modes, and cost.
- Attempt concrete refutations. Preserve disagreements, failed refutations,
and minority reasoning.
- Write
idea-challenge.v1, validate it, and pass the artifact to Plan as one
optional input alongside research and operator intent.
For a cheap two-way door, emit the lightweight packet directly after one fresh
challenge. Do not manufacture panel ceremony.
Output Specification
- Artifact directory:
.agents/ideas/<run-id>/
- Filename:
idea-challenge.json
- Format:
idea-challenge.v1 JSON with route-specific fields enforced by
the validator
- Validation command:
skills/idea-genie/scripts/validate-challenge.sh <idea-challenge.json>
- Downstream handoff:
handoff.owner is exactly plan; Plan may accept,
reject, or combine the advisory evidence
Quality
- One-way packets prove distinct context IDs and cross-review another
perspective by named dimensions.
- Dissent and refutation attempts remain explicit.
- The packet contains no semantic readiness field or decision.
- The validator passes before handoff to Plan.
Do not
- Let perspectives see one another before sealed generation completes.
- Convert consensus, transport availability, or a self-score into readiness.
- Require orchestration infrastructure for a reversible choice.
References
- Idea Genie behavior
- Idea challenge behavior
Source: hashgraph-online/awesome-codex-plugins → plugins/boshu2/agentops/skills-codex/idea-genie/SKILL.md
1---2name: idea-genie3description: Generate evidenced opportunities or4---5
6# Idea Genie
7
8One canonical root for idea work: elicit an evidence-grounded opportunity
9portfolio, or challenge a consequential idea with sealed independent
10perspectives. Both modes explore and advise; neither selects, schedules,
11tracks, implements, or validates work.
12
13## Modes
14
15| Trigger phrases | Mode | Output contract |
16|---|---|---|
17| "idea genie", "what should we build", "supported opportunities" | elicit (single genie) | `idea-portfolio.v1` via `scripts/validate-output.sh` |
18| "challenge this idea", "compare independent proposals", "stress-test a one-way door" | duel (adversarial challenge) | `idea-challenge.v1` via `scripts/validate-challenge.sh` |
19
20Elicitation is the entry mode. Dueling is an optional escalation for a
21consequential choice, typically consuming an `idea-portfolio.v1` or a framed
22question.
23
24## Elicit mode
25
26Generate a small portfolio of evidenced options.
27
281. State the question, constraints, non-goals, and sources.
292. Separate cited observations from assumptions.
303. Give each candidate its supporting evidence, overlap with existing
31 capabilities, and one normal or edge scenario.
324. Run a novelty pass, merge equivalents, and discard unsupported ideas.
335. Stop when no materially new evidenced candidate appears.
346. Write and validate `idea-portfolio.v1`, then return it to the caller or Plan.
35
36An empty `no-new-work` portfolio is valid. Plan alone may incorporate a selected
37option into the existing bead or caller intent.
38
39## Duel mode
40
41Produce independent challenges for a consequential choice. The result is
42advisory evidence for Plan. It never decides whether a plan is ready and never
43turns a later optional Premortem challenge into an approval gate.
44
45### Constraints
46
47- Keep generation sealed until every perspective is complete to prevent later
48 proposals from anchoring on earlier ones.
49- Preserve dissent and concrete refutation attempts because Plan must see alternatives
50 that synthesis might otherwise erase.
51- Keep reversible choices lightweight because they do not warrant a pane manager,
52 messaging service, council, or model-family rule.
53- Emit no readiness, approval, quorum, retry, budget, helper, delivery, or
54 tracker state because this strategy supplies evidence rather than lifecycle
55 authority.
56
57### Workflow
58
591. Freeze the question, constraints, evidence paths, and comparison rubric.
602. For a one-way door, create at least two fresh contexts with distinct context
61 identifiers. Each produces its perspective before any is revealed. When the
62 caller pins perspectives to model profiles, record each perspective's
63 `model_identity` (see the `agent-native` model-dispatch recipe); a
64 duel may use two distinct models on request. Sealed generation is unchanged:
65 no perspective may see another before reveal. Unavailable profiles → disclose
66 and continue single-model.
673. Reveal the sealed perspectives and cross-review by evidence, reversibility,
68 system fit, failure modes, and cost.
694. Attempt concrete refutations. Preserve disagreements, failed refutations,
70 and minority reasoning.
715. Write `idea-challenge.v1`, validate it, and pass the artifact to Plan as one
72 optional input alongside research and operator intent.
73
74For a cheap two-way door, emit the lightweight packet directly after one fresh
75challenge. Do not manufacture panel ceremony.
76
77### Output Specification
78
79- **Artifact directory:** `.agents/ideas/<run-id>/`
80- **Filename:** `idea-challenge.json`
81- **Format:** `idea-challenge.v1` JSON with route-specific fields enforced by
82 the validator
83- **Validation command:**
84 `skills/idea-genie/scripts/validate-challenge.sh <idea-challenge.json>`
85- **Downstream handoff:** `handoff.owner` is exactly `plan`; Plan may accept,
86 reject, or combine the advisory evidence
87
88### Quality
89
90- One-way packets prove distinct context IDs and cross-review another
91 perspective by named dimensions.
92- Dissent and refutation attempts remain explicit.
93- The packet contains no semantic readiness field or decision.
94- The validator passes before handoff to Plan.
95
96### Do not
97
98- Let perspectives see one another before sealed generation completes.
99- Convert consensus, transport availability, or a self-score into readiness.
100- Require orchestration infrastructure for a reversible choice.
101
102## References
103
104- [Idea Genie behavior](references/idea-genie.feature)
105- [Idea challenge behavior](references/idea-challenge.feature)
106
107---
108
109**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/boshu2/agentops/skills-codex/idea-genie/SKILL.md`