Discovery
Runs continuous product discovery for a ticket and publishes the result as a Confluence page tree; on later runs it iterates on the existing pages and answers reviewer inline comments.
Human doc: agents/docs/agents/discovery.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | discovery.json |
| ContextId | — |
| outputType | none |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/discovery.md
Actions
preCliJSAction: prepareDiscoveryContext.js
Prepare Discovery Context — preCliJSAction for the discovery agent.
- Source:
agents/js/prepareDiscoveryContext.js - Writes:
input/<KEY>/discovery_meta.json
postJSAction: publishDiscoveryToConfluence.js
Publish Discovery To Confluence — postJSAction for the discovery agent.
- Source:
agents/js/publishDiscoveryToConfluence.js - Side effects:
- post Jira comment
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/discovery.md
Generated by js/agentDocGenerator.js