morelogic
by Ryan lyell
A cognitive reasoning protocol and Markdown-based local memory system for high-stakes AI development and strategy.
$5
· or 25 creditsSecure checkout via Stripe
Works with the AI tools you already use
About this skill
What it does
MoreLogic is a high-precision reasoning and local memory framework designed for CLI-based AI agents. It implements a sophisticated 7-step cognitive protocol—covering Judgment, Skepticism, Sensitive Reading, Rationality, Originality, Activist Engagement, and Self-Reflexivity—to transform standard model outputs into vetted, audit-aware architectural and strategic decisions. It includes a robust file-based memory system, LogicVault, which allows agents to maintain long-term project context, decision logs, and trust settings directly within your local workspace.
Why use this skill
Standard prompting often suffers from "shallow thinking" or context loss between sessions. MoreLogic forces the agent to internally simulate critical thinking and verify facts before providing an answer. It replaces ephemeral context with a durable Markdown memory layer, ensuring your agent remembers architectural constraints, project-specific quirks, and past decisions across different sessions without needing an external database or expensive RAG infrastructure.
Supported tools
- CLI Agents: Optimized for Claude Code, Cursor, and other terminal-based AI assistants.
- Local Filesystem: Uses standard Markdown files in
.agent/memory/for transparent, version-controllable memory. - Reasoning Modes: Configurable
Full,Moderate, andOffmodes to balance rigor and performance.
Output
In high-stakes modes, the agent provides deeply rationalized answers that explicitly state limitations, cite local memory entries, and flag potential contradictions. It also maintains a structured audit.md log of all memory mutations for full traceability.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
Frequently Asked Questions
Browse More Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
synthesizing-institutional-knowledge
Builds the organizational memory schema your AI agent needs to answer why — capturing decision provenance, causal chains, and event context that embedding-based retrieval permanently discards.
api-designer
Professional API design and review skill for REST, GraphQL, and event-driven architectures.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.