Discover
Analyzes the ecosystem, codebase, and dependencies before design begins.
What Happens
- The
konductor-researcheragent receives the phase goal, success criteria, and relevant requirements - It analyzes the codebase, maps dependencies, and identifies patterns and conventions
- If a
context.mdexists from a prior/k-discusssession, user decisions are included - Outputs a research document that feeds into the design step
Output
| File | Description |
|---|---|
.konductor/phases/{phase}/research.md |
Ecosystem analysis, patterns, dependencies, and recommendations |
Configuration
Discover runs automatically as part of the design pipeline when enabled:
Set features.research = false in config.toml to skip discovery and go straight to design.
Usage
Discover is triggered automatically by /k-design or /k-next. It is not a standalone command.