meta-cognition-parallel

Installation
Summary

Three-layer parallel analysis of Rust questions across language mechanics, design patterns, and domain constraints.

  • Executes in parallel agent mode (when layer analyzer files exist) or sequential inline mode, synthesizing results into domain-correct architectural solutions
  • Analyzes ownership, borrowing, lifetimes, and error codes at the language layer; evaluates smart pointers, interior mutability, and design trade-offs at the design layer; and applies domain-specific requirements (FinTech, web, embedded, CLI) at the constraint layer
  • Triggered by /meta-parallel, 三层分析, parallel analysis, or 并行元认知 commands with a Rust question as argument
  • Produces structured cross-layer reasoning that traces how domain constraints drive design choices, which in turn determine language-level mechanisms
SKILL.md

Meta-Cognition Parallel Analysis (Experimental)

Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27

This skill tests parallel three-layer cognitive analysis.

Concept

Instead of sequential analysis, this skill launches three parallel analyzers - one for each cognitive layer - then synthesizes their results.

User Question
┌─────────────────────────────────────────────────────┐
│            meta-cognition-parallel                   │
│                  (Coordinator)                       │
└─────────────────────────────────────────────────────┘
Related skills

More from zhanghandong/rust-skills

Installs
567
GitHub Stars
1.1K
First Seen
Jan 21, 2026