meta-cognition-parallel

Coordinate three concurrent meta-cognition analyses to produce a synthesized solution.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/yumazak/kodo --skill meta-cognition-parallel-yumazak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meta-cognition-parallel
Source: https://github.com/yumazak/kodo/tree/main/.agents/skills/meta-cognition-parallel
Command: npx skills add https://github.com/yumazak/kodo --skill meta-cognition-parallel-yumazak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

EXPERIMENTAL system that orchestrates three-layer parallel meta-cognition analyses to deliver a synthesized solution for complex questions, reducing cognitive load and improving reasoning quality.

Core Features & Use Cases

  • Parallel execution of Layer 1 (Language Mechanics), Layer 2 (Design Choices), and Layer 3 (Domain Constraints) with cross-layer synthesis.
  • Dual execution modes: agent-based parallel mode for speed and an inline sequential fallback for reliability.
  • Outputs include a structured reasoning trace and a domain-correct recommendation suitable for AI-assisted decision making.

Quick Start

Ask a complex programming or system-design question with /meta-parallel 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 run parallel meta-cognition analysis for complex software architecture questions?▼

Parallel meta-cognition analysis orchestrates three concurrent reasoning layers—language mechanics, design choices, and domain constraints—to produce a synthesized, domain-correct recommendation for complex software architecture questions.

What is cross-layer synthesis in AI-assisted decision making?▼

Cross-layer synthesis in AI-assisted decision making aggregates the outputs of concurrent language, design, and domain analyses into a single structured reasoning trace. This reduces cognitive load and yields a domain-correct recommendation.

Can I use structured reasoning for debugging if my environment lacks parallel agent execution?▼

Yes, you can use structured reasoning for debugging without parallel agent execution. The system supports an inline sequential mode as a robust fallback, reliably executing the three-layer analysis when agent-based parallel processing is unavailable.

What's the best way to assess system-design risk using layered reasoning?▼

The best way to assess system-design risk using layered reasoning is to apply a three-layer meta-cognition analysis. It concurrently evaluates language mechanics, design choices, and domain constraints, cross-synthesizing them into a final risk assessment recommendation.

Does meta-cognition analysis work for tasks requiring domain constraints evaluation?▼

Yes, meta-cognition analysis works for domain constraints evaluation by running a dedicated third analytical layer specifically for domain rules. It synthesizes this with language mechanics and design choices to output a domain-correct recommendation.