oramasys-method

Applies a five-stage reasoning methodology with query classification gates to complex engineering tasks.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/diazMelgarejo/orama-system --skill oramasys-method-diazmelgarejo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oramasys-method
Source: https://github.com/diazMelgarejo/orama-system/tree/main/bin/orama-system/skills/oramasys-method
Command: npx skills add https://github.com/diazMelgarejo/orama-system --skill oramasys-method-diazmelgarejo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Complex engineering requests often get shallow, improvised answers or over-engineered responses to simple questions. This Skill enforces a disciplined methodology that classifies every query before acting, routes it to the right depth of reasoning, and verifies results programmatically before declaring work done. ## Core Features & Use Cases - AFRP Gate: Classifies every query by type (factual, analytical, implementation, ambiguous) and audience level, then routes it to Mode 1 (inline), Mode 2 (five-stage process), or Mode 3 (multi-agent network). - Five-Stage Methodology: Context Immersion, Visionary Architecture, Ruthless Refinement, Masterful Execution with TDD, and Crystallization with lessons captured. - Integrative Merge Doctrine: Resolves PR conflicts by synthesizing both branches' intent across six merge modes instead of wholesale --ours/--theirs deletion. - Search Frugality Chain: Orders tool usage from local semantic memory (gbrain) through code-review-graph to paid web tiers, stopping at the first tier that answers. - Use Case: When asked to fix a recurring production failure, the Skill states its AFRP classification, searches local memory first, designs a minimal fix, verifies it with tests, and records a lesson for future runs. ## Quick Start Ask the agent to ultrathink a complex refactor or architecture decision and it will classify the request, plan the stages, and verify the result programmatically.

Frequently Asked Questions about oramasys-method

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

FAQPage Schema
How do I use ultrathink or oramasys for a complex coding task?

Invoke it with a trigger word like ultrathink or oramasys followed by your task. The Skill runs the AFRP gate to classify the query, then routes it to an inline answer, the five-stage process, or a multi-agent network depending on complexity.

What is the AFRP gate in the oramasys method?

AFRP is a mandatory pre-flight classification of query type (factual, analytical, implementation, ambiguous) and audience level (novice, practitioner, expert). Its result determines whether the task runs in Mode 1, 2, or 3 before any tool is called.

How does the Skill resolve git merge conflicts on pull requests?

It loads the integrative-merge doctrine, classifies each conflict into one of six modes from additive to api-correct, and synthesizes both branches' intent. Wholesale --ours or --theirs resolution without classification is explicitly forbidden.

Which AI coding assistants support this Skill?

The frontmatter declares compatibility with Claude Code, Cowork, Codex, and OpenClaw. Harness-specific tool routing, including the mcp-oramasys fallback to a local HTTP endpoint on port 8001, is documented in the harness-compatibility reference.

When should I not use the full five-stage methodology?

Skip it for small factual lookups and self-contained low-risk formatting changes, which route to Mode 1 inline answers. The Skill also requires asking before spawning the full Mode-3 agent network or escalating to paid search tiers.