npx skills add ...
npx skills add actionbook/rust-skills --skill meta-cognition-parallel
EXPERIMENTAL: Three-layer parallel meta-cognition analysis. Triggers on: /meta-parallel, 三层分析, parallel analysis, 并行元认知
npx skills add actionbook/rust-skills --skill meta-cognition-parallel
Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27
This skill tests parallel three-layer cognitive analysis.
Instead of sequential analysis, this skill launches three parallel analyzers - one for each cognitive layer - then synthesizes their results.
Example:
CRITICAL: Check agent file availability first to determine execution mode.
Try to read layer analyzer files:
../../agents/layer1-analyzer.md../../agents/layer2-analyzer.md../../agents/layer3-analyzer.mdWhen all layer analyzer files exist at ../../agents/:
Extract from $ARGUMENTS:
CRITICAL: Launch all three Tasks in a SINGLE message to enable parallel execution.
Wait for all three agents to complete. Each returns structured analysis.
With all three results, perform synthesis per template below.
When layer analyzer files are NOT available, execute analysis directly:
Same as Agent Mode - extract question, code, and domain hints from $ARGUMENTS.
Analyze the Rust language mechanics involved:
Focus areas:
Analyze the design patterns and trade-offs:
Focus areas:
Analyze domain-specific requirements:
Focus areas:
Combine all three layers:
Both modes produce the same output format:
L3 Domain: [Constraint] ↓ implies L2 Design: [Pattern] ↓ implemented via L1 Mechanism: [Feature]
Analysis performed by meta-cognition-parallel v0.2.0 (experimental)
/meta-parallel 交易系统报 E0382,trade record 被 move 了
/meta-parallel Web API 中多个 handler 需要共享数据库连接池
/meta-parallel CLI 工具如何处理配置文件和命令行参数的优先级