cognitive-atom-architecture

Trace philosophical framework constraints into executable engineering rules for cognitive atom skills.

6|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/yakeworld/Synthos --skill cognitive-atom-architecture-yakeworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cognitive-atom-architecture
Source: https://github.com/yakeworld/Synthos/tree/main/skills/private/extended/meta/cognitive-atom-architecture
Command: npx skills add https://github.com/yakeworld/Synthos --skill cognitive-atom-architecture-yakeworld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Philosophical frameworks (like the 7+1 East-West syncretic framework) often remain abstract principles with no concrete enforcement. This Skill converts each philosophical dimension into verifiable, executable engineering constraints inside Synthos cognitive atom SKILL.md files, ensuring principles are traceable rather than decorative. ## Core Features & Use Cases - Five-Step Traceability Pipeline: Runs extract → trace → classify → fix → verify to map every philosophical constraint to a concrete, executable rule with a target file location and exact wording. - Framework Integrity Gating: Aborts tracing when any of the 7+1 dimensions lacks a definition, metric, or atom mapping, and rejects output when the four-piece reference set is incomplete. - Golden Test Suite: Ships weighted test cases (normal, framework-incomplete, reference-missing) with strict pass criteria for reproducibility and honesty. - Use Case: Given references/philosophical-foundations.md and a target atom like skills/core/knowledge-extraction/SKILL.md, produce one executable engineering constraint per framework dimension, each with source dimension, file location, and actionable wording. ## Quick Start Trace the 7+1 philosophical framework in references/philosophical-foundations.md into executable engineering constraints for the knowledge-extraction atom skill.

Frequently Asked Questions about cognitive-atom-architecture

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

FAQPage Schema
How do I trace philosophical principles into engineering constraints for a skill?

Provide the philosophical framework markdown and a target SKILL.md path. The skill runs a five-step pipeline (extract, trace, classify, fix, verify) and outputs one executable constraint per framework dimension, each with source dimension, target file location, and actionable wording.

What is the 7+1 East-West syncretic framework in Synthos?

It is a framework combining Eastern ontology and Western epistemology across dimensions such as first principles, systems thinking, Bayesian reasoning, falsificationism, Occam's razor, entropy reduction, and human-machine symbiosis. Each dimension needs a definition, a metric, and an atom mapping to be valid.

What happens if a framework dimension is missing a metric?

The trace aborts with status 'aborted' and reason 'framework_incomplete', naming the incomplete dimension and missing aspect. No engineering constraints are produced, and a recovery hint explains how to fix the framework before rerunning.

Why does the skill reject output when a reference file is missing?

The skill enforces an 'originals intact' principle: the four reference files (philosophical foundations, dimension guide, verification pattern, syncretism pattern) must all exist. If any is missing it returns status 'rejected' with reason 'reference_set_incomplete' and lists the missing files.

What are the limitations of this constraint-tracing approach?

It only works on complete, well-formed frameworks and intact reference sets; partial frameworks produce no output at all. It also targets Synthos-style cognitive atom SKILL.md files, so it is not a general-purpose policy-to-code translator.