Activation Contract
Use for /kyro:idea or when the user wants to deepen an idea before creating a Kyro scope. Accept a one-line concept, mature brief, reference document, or authorized project evidence.
Hard Rules
- Remain pre-scope: never read or mutate
project.json, local.json, scopes/, sprint.json, or runtime state.
- Read only user-provided references and relevant read-only project evidence; distinguish evidence from inference.
- Ask one question per turn, only when its answer materially changes the result. Never re-ask known facts.
- Never hide contradictions, invent decisions, or present an unresolved material choice as settled.
- Use one confirmed
.agents/kyro/{docType}/{date}-{slug}.md path: one initial write and, only after failed verification, at most one corrective overwrite of that path.
- Persist only after the 90/100 quality gate passes.
Decision Gates
| Signal |
Route |
| Lane not established |
Apply only the algorithm in classification-and-synthesis.md |
| Material contradiction or decision gap remains |
Ask one highest-impact question |
| Sufficiency gate and quality gate pass |
Confirm path, write, validate |
Execution Steps
- Load
assets/modes/idea.md and follow its adaptive workflow.
- Load classification, question, and quality helpers only when the mode requests them.
- Load
assets/templates/matured-idea.md immediately before drafting.
- Confirm the path, write once, re-read the output, and report the score and any explicit non-blocking unknowns.
- Offer
/kyro:forge as governed execution while keeping the artifact independently actionable.
Output Contract
Return the written path, detected lane, quality score with criterion totals, evidence sources, and recommended next action. If blocked, return the single material decision needed next instead of a file.
References
assets/modes/idea.md — adaptive workflow.
assets/helpers/classification-and-synthesis.md — evidence model and synthesis.
assets/helpers/material-questions.md — question selection.
assets/helpers/quality-rubric.md — persistence gate.
assets/references/weak-to-strong.md — transformation examples.
assets/templates/matured-idea.md — output contract.
1---2name: seedbed3description: Trigger: mature rough or mature ideas before scope creation. Produce evidence-grounded, decision-complete, execution-ready briefs.4license: Apache-2.05---67## Activation Contract89Use for `/kyro:idea` or when the user wants to deepen an idea before creating a Kyro scope. Accept a one-line concept, mature brief, reference document, or authorized project evidence.1011## Hard Rules1213- Remain pre-scope: never read or mutate `project.json`, `local.json`, `scopes/`, `sprint.json`, or runtime state.14- Read only user-provided references and relevant read-only project evidence; distinguish evidence from inference.15- Ask one question per turn, only when its answer materially changes the result. Never re-ask known facts.16- Never hide contradictions, invent decisions, or present an unresolved material choice as settled.17- Use one confirmed `.agents/kyro/{docType}/{date}-{slug}.md` path: one initial write and, only after failed verification, at most one corrective overwrite of that path.18- Persist only after the 90/100 quality gate passes.1920## Decision Gates2122| Signal | Route |23| --- | --- |24| Lane not established | Apply only the algorithm in `classification-and-synthesis.md` |25| Material contradiction or decision gap remains | Ask one highest-impact question |26| Sufficiency gate and quality gate pass | Confirm path, write, validate |2728## Execution Steps29301. Load `assets/modes/idea.md` and follow its adaptive workflow.312. Load classification, question, and quality helpers only when the mode requests them.323. Load `assets/templates/matured-idea.md` immediately before drafting.334. Confirm the path, write once, re-read the output, and report the score and any explicit non-blocking unknowns.345. Offer `/kyro:forge` as governed execution while keeping the artifact independently actionable.3536## Output Contract3738Return the written path, detected lane, quality score with criterion totals, evidence sources, and recommended next action. If blocked, return the single material decision needed next instead of a file.3940## References4142- `assets/modes/idea.md` — adaptive workflow.43- `assets/helpers/classification-and-synthesis.md` — evidence model and synthesis.44- `assets/helpers/material-questions.md` — question selection.45- `assets/helpers/quality-rubric.md` — persistence gate.46- `assets/references/weak-to-strong.md` — transformation examples.47- `assets/templates/matured-idea.md` — output contract.