meta-cognition-parallel

Run three-layer meta-cognition analyzers and synthesize a final recommendation.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill meta-cognition-parallel-0xharryriddle
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meta-cognition-parallel
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/chasebuild-agent-skills/rust/skills/meta-cognition-parallel
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill meta-cognition-parallel-0xharryriddle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel meta-cognition analysis accelerates complex problem solving by orchestrating three cognitive layers in parallel and synthesizing results for a single recommended solution.

Core Features & Use Cases

  • Executes Layer 1, Layer 2, and Layer 3 analyzers (or inline fallback) to handle diverse tasks.
  • Produces a cross-layer synthesis with a final domain-aware recommendation.
  • Useful for engineering design, debugging, and architecture planning where multi-faceted reasoning is needed.

Quick Start

Invoke the /meta-parallel command with your Rust question to start the analysis.

Frequently Asked Questions about meta-cognition-parallel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform parallel meta-cognition analysis for complex Rust problems?▼

Perform parallel meta-cognition analysis by invoking the analyzer to run Layer 1 (Language Mechanics), Layer 2 (Design Choices), and Layer 3 (Domain Constraints) simultaneously, synthesizing the results into a final domain-aware recommendation for your Rust problem.

What is parallel meta-cognition analysis and when do I need it for problem-solving?▼

Parallel meta-cognition analysis is a complex problem-solving technique that orchestrates three cognitive layers simultaneously to evaluate language mechanics, design choices, and domain constraints. You need it for engineering design, debugging, and architecture planning requiring multi-faceted reasoning.

Can I use parallel analysis if no agent files exist in my environment?▼

Yes, you can use parallel analysis without agent files because the system detects their absence and automatically falls back to inline mode, executing the three-layer meta-cognition analysis sequentially within a single process.

How do I start a cross-layer synthesis for architecture planning?▼

Start cross-layer synthesis by invoking the /meta-parallel command with your query, which launches the three analyzers to evaluate language mechanics, design choices, and domain constraints, producing a synthesized final recommendation.

Does meta-cognition analysis work for software engineering queries outside of Rust?▼

Yes, meta-cognition analysis works for diverse software engineering queries beyond Rust, applying its three-layer parallel analysis to general engineering design, debugging, and architecture planning where multi-faceted reasoning is needed.

What are the limitations of inline fallback mode in parallel analysis?▼

The inline fallback mode limitation is that it cannot execute the three analyzers concurrently, potentially increasing processing time compared to parallel execution when agent files are detected and utilized.