Meta-Cognition 示例: E0382 交易系统

Meta-Cognition 示例: E0382 交易系统 演示三层认知模型如何将表面错误追溯到领域约束,提供更深层次的解决方案。 用户问题 "我的交易系统报 E0382,数据被
阅读全文

Reasoning Trace Template

Reasoning Trace Template Use this template to track your reasoning process through the three-layer cognitive model. Copy to _reasoning/trace.md when starting a complex problem. Reasoning Trace Problem
阅读全文

Decision Record Template

Decision Record Template Use this template to document final decisions and their rationale. Copy to _reasoning/decision.md when a significant design decision is made. This serves as an Architecture De
阅读全文

Rust Code Templates

Rust Code Templates Overview Ready-to-use code templates for common Rust patterns. These templates follow coding guidelines and best practices. Directory Structure templates/ ├── error-handling/ #
阅读全文

Findings Template

Findings Template Use this template to record discoveries during problem-solving. Copy to _reasoning/findings.md when starting a complex problem. Findings Problem Context Layer 3: Domain Constraints C
阅读全文

Rust Compiler Error Code Index

Rust Compiler Error Code Index Quick lookup table: Error code → Skill routing Ownership & Lifetimes (m01) Error CodeMessageSkillCommon Fix E0382use of moved valuem01-ownershipUse clone(), restruct
阅读全文

Skills Index

Skills Index Complete index of all rust-skills with descriptions. Meta-Question Skills (Layer 1: Language Mechanics) IDNameCore QuestionKey Concepts m01Ownership & Lifetimes"Who owns this memory,
阅读全文

Technical Subcategory Index (YYY)

Technical Subcategory Index (YYY) Complete index of technical subcategories (001-999). Language Core Layer (001-099) Ownership System (001-019) CodeTechnical DetailKey Concepts 001Move Semantics Basic
阅读全文

Commands Index

Commands Index Available slash commands. CommandUsageDescription /achievement[list|stats|reset]View coding achievements, stats, and pro... /ai-daily[day|week|month]AI news from Reddit (AI_Agents, Clau
阅读全文

Meta-Question Categories Index

Meta-Question Categories Index Based on Meta-Question Oriented Numbering System v2.1 Format m[XX][YYY][ZZZZZ] XX: Meta-question category (01-15) YYY: Technical subcategory (001-999) ZZZZZ: Sequence nu
阅读全文