agentsclimarketplace

Fable design options

Skill rhein1/fable5-codex/plugins/fable5-codex/skills/fable-design-options

OpenAI Codex plugin for evidence-first code review, audits, fact checks, run contracts, and bounded subagent workflows.

Install
npx -y skills add rhein1/fable5-codex --skill fable-design-options

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Evidence-grounded design option generation for technical architecture, migrations, APIs, data models, safety controls, operational changes, and implementation plans. Use when the user asks for options, tradeoffs, design review, migration strategy, or a decision memo grounded in the current codebase.

SKILL.md

2.6 KB, as published. Nobody here has run it

Fable Design Options

Generate options after reading the actual system. Avoid abstract architecture advice when source evidence is available.

For ECF-style governed runs, use ../../references/ecf-run-contract.md. For large or high-risk design-option tasks, use real Codex subagents when the runtime exposes a subagent tool and the user has not opted out; treat architecture, migration, API, data model, security/privacy/money/data/API, operational, release, or cross-module decisions as large by default. Otherwise run single-agent multi-lens and say why no subagents were used when workflow trace is requested.

For large or high-risk Fable tasks, recommend running the parent task on gpt-5.6-sol with Ultra (model_reasoning_effort = "ultra") when available. Ultra may delegate proactively, but still explicitly request parallel delegation for disjoint Fable lenses when the runtime supports subagents; otherwise use single-agent multi-lens and report the reason.

Workflow

  1. Clarify the decision, constraints, authority boundaries, and success criteria from the prompt and repo instructions.
  2. Declare the ECF run mode when the user asks for ECF, subagents, or a receipt.
  3. Read the relevant implementation, callers/importers, tests, docs, and operational surfaces.
  4. Identify hard constraints: public contracts, migration compatibility, security/privacy rules, performance needs, deploy boundaries, and rollback requirements.
  5. Produce 2-4 viable options. Include a conservative option and a higher-leverage option when both are realistic.
  6. For each option, state:
    • implementation shape
    • benefits
    • risks
    • migration/rollback path
    • tests or probes needed
    • evidence that makes it fit or not fit the repo
  7. Recommend one option only after comparing it against the constraints.

Evidence Safety

Never print raw secrets, tokens, private keys, wallet keys, credential files, or .env values. Redact secret-like values and cite only the file/path/key name needed to explain the issue.

Output

Use a short decision memo. Separate facts from judgment. Call out unknowns that would change the recommendation.

When requested, include a compact Workflow Trace with mode, ECF contract status, lenses covered, spawned agents or no-subagent reason, verification method, and coverage gaps.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.