Members

IdeaFileStatusSummary
chat_skill_naming reqlan rq/extension/features-skills-and-mcp.rq Cursor and Copilot chat skills and slash commands should use the rq- prefix, e. g. rq-search and rq-build-requirement. This prefix must not appear in command palette titles; palette entries use category Reqlan only.
cursor_skills_install reqlan rq/extension/features-skills-and-mcp.rq A command palette action ( e. g. ctrl + p: reqlan install cursor skills ) should copy rq- * skills from the extension into the workspace. cursor / skills folder and update. cursor / mcp. json when the local mcp server is available. Place in install sequencing ( workspace agent files, not `.reqlan` ): ["./installation.rq".workspace_agent_files].
mcp_interaction_discovery reqlan rq/extension/features-skills-and-mcp.rq An mcp tool should discover available interactions, commands, and query patterns for the requirement graph.
mcp_keyword_search reqlan rq/extension/features-skills-and-mcp.rq An mcp tool should search requirements by keyword across idea names, bodies, and attributes.
mcp_tools reqlan rq/extension/features-skills-and-mcp.rq The extension or companion server should expose mcp tools for ai and automation clients. Headless index storage follows ["./module/index.rq".application_memory] ( `<base>/.reqlan` ), shared with the extension and CLI.
mcp_tools_prompt reqlan rq/extension/features-skills-and-mcp.rq An mcp tool should provide a prompt-oriented entry point for working with the requirement graph.
mcp_tree_interrogation reqlan rq/extension/features-skills-and-mcp.rq An mcp tool should describe and interrogate the requirement tree for a given root idea or file.
mcp_tree_summarisation reqlan rq/extension/features-skills-and-mcp.rq An mcp tool should summarise a requirement subtree for compact ai context.
skill_namespace_references reqlan rq/extension/features-skills-and-mcp.rq backslash references to skills based on the namespace should be supported.