Problem
sw_context_for_item is one of the most important MCP tools in the software-kb workflow — it assembles the full context bundle for a backlog item (linked ADRs, components, validations, conventions, reviews, work logs, dependencies). However it has no CLI equivalent.
The software-kb skill documents it in the CLI equivalents section but pyrite sw context-for-item does not exist. This was discovered when coding agents tried to use it during a parallel work session and got exit code 2.
Agents fall back to pyrite get + pyrite search which gives only partial context and misses linked validations, review history, and dependency status.