What changed
This PR rewrites the project from a skill-first troubleshooting library into a
task-first diagnosis and navigation system.
Major changes
- Rename project direction to Skill-Agent-MCP Docter
- Introduce local self-diagnosis intake before retrieval
- Reorganize knowledge architecture around:
- task
- journey stage
- problem family
- next action
- candidate tools/cases
- Expand supported tool types:
- skill
- mcp
- plugin
- builtin
- agent
- workflow
- hook
- Rewrite README, SKILL.md, contributing docs, taxonomy, schema, issue template, and docs
Notes
- Old cases are not migrated in this PR
- Scripts are not yet rewritten in this PR
- This PR focuses on information architecture, documentation, and schema redesign