remember
Store reusable guidance in the knowledge memory service.
Help me store it in the knowledge memory service.
- Capture Knowledge — If not already provided, ask for: a short explicit title (5-12 words), detailed content (markdown, examples encouraged), optional tags (keywords like "api", "testing"), and optional scope (
global,project:<name>,repo:<name>). If vague, ask follow-ups to make it specific and actionable. - Search Before Store — Check for existing similar entries first with
npx ai-devkit@latest memory search --query "<topic>"to avoid duplicates. - Validate Quality — Ensure it is specific and reusable (not generic advice). Avoid storing secrets or sensitive data.
- Store — Call
memory_storeKnowledgewith title, content, tags, scope. If MCP tools are unavailable, usenpx ai-devkit@latest memory storeinstead. - Confirm — Summarize what was saved and offer to retrieve related memory entries when helpful.
- Next Command Guidance — Continue with the current lifecycle phase command (
/execute-plan,/check-implementation,/writing-test, etc.) as needed.