Mycelium Adds Discovery Layer to Claude Code Agents
For practitioners, agent-driven development that skips structured discovery increases the risk of wasted engineering cycles and unclear decision provenance. The open-source project Mycelium provides a Claude Code plugin that forces an evidence-gathering, discovery flow before agents generate code, according to the project's GitHub README (haabe/mycelium). The README documents plugin install commands and a one-command /mycelium:start flow that runs a "10-minute discovery," per the repository. Related packages and writeups 2 the myco PyPI package documents an agent substrate lineage (PyPI), and a developer writeup frames Mycelium as an exploration of federated, social infrastructure for agent identity and data (lqdev.me). The plugin is listed in third-party plugin indexes such as ClaudePluginHub.
Editorial analysis
For AI practitioners, adding a discrete discovery-and-evidence stage to agent workflows addresses a recurring operational problem: agents quickly produce executable artifacts without grounded reasons or linked evidence. Tools that interpose structured questioning and provenance collection can reduce wasted builds and improve post-hoc auditability.
What happened
The Mycelium project is published as an open-source repository on GitHub under the user haabe (haabe/mycelium), and its README describes a Claude Code plugin workflow that runs discovery and evidence-weighing before code generation, per the repository README. The README documents installation and usage commands such as /plugin marketplace add haabe/mycelium, /plugin install mycelium@haabe-mycelium, and /mycelium:start, which it describes as a "one command: setup + 10-minute discovery," per the GitHub page. A related package, myco, appears on PyPI and documents an agent-first cognitive substrate lineage and recent releases (PyPI). The project and plugin are also surfaced on third-party listings such as ClaudePluginHub and a project site that advertises an enterprise "Company Brain" product (claudepluginhub.com, mycelium-ai.co).
Technical details
The README states that Mycelium installs as a Claude Code plugin and namespaces skills as /mycelium:<name>, with CLI ergonomics like /myc<Tab> expansion, per the GitHub README. The project claims the install is "brownfield-safe" and that no project-root files are modified during plugin install, per the repository documentation. The myco PyPI package documents a 20-verb substrate design and indicates a v0.8.x lineage with a reborn v0.9-genesis branch, per the PyPI package page.
Industry-pattern observations: Agent workflows often lack structured pre-implementation discovery, which increases the chance of producing unvalidated or misaligned artifacts. Mycelium operationalizes a lightweight gating stage inside the agent loop, an approach practitioners have used informally (requirements templates, user-interview scaffolds) but not widely automated inside pluginable agents.
Context and significance
The project's explicit framing borrows from federated social-web ideas around portable identity and persistent personal storage, according to a developer writeup on lqdev.me that presented Mycelium in the context of ActivityPub/AT Protocol inspiration. For teams using Claude Code-style agents, a namespaced, brownfield-safe plugin that records discovery steps and evidence provides two practical benefits: it creates a reproducible trail of why an agent acted, and it raises the bar for agents to start implementing. Those benefits map to reproducibility, compliance, and product-fit checks that are increasingly important as agents act with more autonomy.
What to watch
- •Adoption signals on the GitHub repository (forks, stars, issues) and plugin marketplace listings on ClaudePluginHub.
- •Integrations between Mycelium and persistent-memory substrates such as myco or enterprise memory layers advertised on mycelium-ai.co.
- •Extensions that expose structured receipts or evidence links usable by audit tooling, bug trackers, or product-analytics pipelines.
Final notes: the project is presented as research/open-source tooling; the README and developer posts provide the implementation and conceptual framing, while third-party indexes and PyPI trace related substrate work. The project appears oriented toward teams and researchers experimenting with safer, traceable agent workflows rather than a polished enterprise platform at this stage (GitHub, lqdev.me, PyPI).
Key Points
- 1Industry pattern: Agents that skip discovery create implementation waste; gating discovery reduces rework and clarifies product fit for developers.
- 2Industry pattern: Brownfield-safe, namespaced plugin installs lower adoption friction for teams layering agent harnesses onto existing workflows.
- 3Industry pattern: Linking agent decisions to persistent substrates or identities improves auditability and governance across multi-agent and federated environments.
Scoring Rationale
This is a practical, developer-focused tool that addresses a real pain in agent workflowsdecision provenance and discovery gating. It is notable for teams using Claude Code or similar agent plugin ecosystems but not a frontier-model release.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

