Loading...
Loading...
Research and discovery workflow for document deliverables — competitive analyses, architecture comparisons, ADR scaffolding, literature reviews, vendor evaluations. No TDD requirement. Phases: gathering → synthesizing → completed. Triggers: 'discover', 'research', 'explore topic', or /discover.
npx skill4agent add lvlup-sw/exarchos discovery/exarchos:oneshot/exarchos:ideate/exarchos:ideatemcp__exarchos__exarchos_workflow({
action: "set", featureId: "<id>",
updates: { "artifacts.sources": ["<source1>", "<source2>", "..."] }
})artifacts.sourcessynthesizingdocs/research/docs/designs/mcp__exarchos__exarchos_workflow({
action: "set", featureId: "<id>",
updates: { "artifacts.report": "<path-to-document>" }
})artifacts.reportcompleted/ideate <implementation-topic>mcp__exarchos__exarchos_event({
action: "append", stream: "<featureId>",
event: { type: "discovery.sources_collected", data: { sourceCount: N } }
})mcp__exarchos__exarchos_event({
action: "append", stream: "<featureId>",
event: { type: "discovery.report_committed", data: { path: "<report-path>" } }
})