
from projectmnemosyne13
Search team knowledge and past attempts before starting work to avoid repeating mistakes and surface relevant configs or failure notes.
Advise provides a knowledge-search workflow that finds prior learnings, failed attempts, and relevant skill docs before you start a new experiment or implement unfamiliar features. It prioritises failed attempts and exact tag matches, then widens to keyword matches and copy-paste configs, producing a concise summary the agent can act on.
Compatible with agent runtimes that can read skill registries and perform indexed searches (Copilot-style agents, Claude/Claude Code integrations, Cursor agents). The skill is a guidance/workflow pattern rather than an interactive UI component.
A lightweight workflow skill that instructs agents to search a team knowledge registry before starting work. No scripts, no executable code — purely a descriptive pattern document. The SKILL.md is well-intentioned and covers search priority and failed attempts, but lacks concrete tool integration, output contracts, or actionable steps beyond general guidance. Refers to external command file (commands/advise.md) not included.
No security concerns — no executable code, no network calls, no credentials. The skill is a documentation-only pattern for knowledge search. Low usefulness because it's essentially a workflow description without implementation; agents would need the broader ProjectMnemosyne tooling to actually use it. Architecture is basic — frontmatter present but no scripts/, references/, or output contracts.