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 discover/exarchos:oneshot/exarchos:ideate/exarchos:ideatedocs/specs/deep/exarchos:ideatenext_actionsdiscover_bridgeconfirm: truecorrelationIdstate.patched## Design & RationaleinitcorrelationIdexarchos:exarchos_workflow({
action: "update", featureId: "<id>",
updates: { "artifacts.sources": ["<source1>", "<source2>", "..."] }
})artifacts.sourcessynthesizingdocs/research/docs/designs/exarchos:exarchos_workflow({
action: "update", featureId: "<id>",
updates: { "artifacts.report": "<path-to-document>" }
})artifacts.reportcompletedideate <implementation-topic>exarchos:exarchos_event({
action: "append", stream: "<featureId>",
event: { type: "discovery.sources_collected", data: { sourceCount: N } }
})exarchos:exarchos_event({
action: "append", stream: "<featureId>",
event: { type: "discovery.report_committed", data: { path: "<report-path>" } }
})