plugins/claude-code-expert/archive/v7.6.0/skills/deep-code-intelligence/SKILL.md
Evidence-driven workflow for hard coding problems, architecture decisions, root-cause analysis, and high-stakes implementation planning in Claude Code
npx skillsauth add markus41/claude deep-code-intelligenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the task is too important, ambiguous, or coupled for a fast “implement first” approach.
Increase solution quality by forcing Claude to gather evidence, expose hidden assumptions, and compare multiple paths before changing code.
Collect only the facts that change the decision:
Split into:
Do not settle on one explanation early. Generate:
Prefer the next step that invalidates bad theories quickly.
Use a compact table:
| Topic | Evidence | Confidence | Next check | |---|---|---:|---| | Cause of failure | stack trace + source path + failing test | 0.78 | reproduce with logging |
If confidence is low, say so plainly.
Every serious recommendation should beat at least one credible alternative. Score options on:
Front-load cheap validation:
End with what is still unknown and what would change the recommendation.
| Situation | Escalate to | Why |
|---|---|---|
| Need repo-wide synthesis | principal-engineer-strategist | Better architectural judgement and option scoring. |
| Need multi-track execution | team-orchestrator | Handles parallel work and audit loops. |
| Need library or framework truth | research-orchestrator + Context7 | Reduces hallucination risk and validates API usage. |
| Need final pressure-test | audit-reviewer or /cc-council | Catches blind spots before delivery. |
A good response should include:
tools
Build Teams-native agents with the Teams SDK (formerly Teams AI Library v2) — App class, activity routing, adaptive cards, streaming, AI-generated labels, feedback, message extensions, Teams-as-MCP-server, and the bring-your-own-AI pattern with Agent Framework.
tools
Run agents on Microsoft Foundry (formerly Azure AI Foundry) Agent Service — prompt agents vs hosted agents, threads/runs and the Responses API, built-in tools (Bing grounding, code interpreter, file search, MCP, OpenAPI, A2A), connected agents, Entra agent identity, SDKs, and observability/evaluations.
tools
Build and host custom engine agents with the Microsoft 365 Agents SDK — AgentApplication, the Activity protocol, channel reach via Azure Bot Service, hosting Agent Framework or Semantic Kernel engines, and the Agents Toolkit/Playground workflow. Successor to the Bot Framework SDK.
tools
Design, govern, and extend Microsoft Copilot Studio agents — topics, generative orchestration, knowledge, tools and MCP, agent flows, autonomous triggers, publishing channels, Copilot Credits pricing, and solution-based ALM on Power Platform.