# Custom Framework

> Constructs and executes a domain-specific, tailored reasoning framework on the fly for unique domain requirements.

- Skill: `felipecustodio/custom-framework` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add felipecustodio/custom-framework`
- Raw SKILL.md: https://api.skillmd.com/api/skills/felipecustodio/custom-framework/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: felipecustodio (https://skillmd.com/u/felipecustodio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/felipecustodio/custom-framework

---


## Overview & Purpose

Custom Framework allows the agent to construct a bespoke, tailored reasoning method for domain-specific problems that do not fit standard off-the-shelf mental models.

## When to Use

- **Niche Domains**: Unique compliance frameworks, proprietary business processes, custom hardware specs.
- **Specialized Problem Constraints**: When existing models (OODA, ToT, Scientific Method) are insufficient.

## Execution Workflow

1. **Identify Custom Dimensions**: List unique factors requiring systematic evaluation.
2. **Define Custom Phases**: Construct 3-5 bespoke evaluation phases.
3. **Execute Tailored Workflow**: Walk through each phase sequentially.
4. **Document method**: State the custom framework rules clearly alongside results.

## Expected Output Contract

```markdown
### Custom Framework Execution: [Framework Name]
- **Phase 1: [Custom Name]**: [Execution]
- **Phase 2: [Custom Name]**: [Execution]
- **Synthesized Outcome**: [Final Result]
```

## Scripts

- `scripts/custom_framework.py` - Deterministic evaluation, state validation, and CLI tool for custom-framework.


