Custom Framework

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

felipecustodio 3913bf9 3 files · 2.6 KB Updated

File contents

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

### 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.

felipecustodio/clear-thought-skills/tree/main/skills/custom-framework commit 3913bf9b7b

Frequently asked questions

npx skillmds@latest add felipecustodio/custom-framework