gitwtfhub

wtf is fable2opus_handoff_kit?

jimmc414/fable2opus_handoff_kit — explained in plain English

Analysis updated 2026-05-18

1NoneAudience · developerComplexity · 3/5Setup · moderate

TL;DR

A kit of prompts and templates that lets a stronger, temporary AI model set up rules and documents so a weaker model can keep running a project unattended.

Mindmap

mindmap
  root((repo))
    What it does
      Builds handoff rails
      Nine sequenced prompts
      Constitution and plan docs
    Tech stack
      Markdown templates
      Bash verify script
      Slash commands
    Use cases
      Prepare unattended handoff
      Audit burn-in sessions
      Run repeatable workflow
    Audience
      Claude Code power users
      Multi-model project owners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Prepare a project's rules and plan with a stronger model before it becomes unavailable.

REASON 2

Hand off an in-progress AI coding project to a weaker model without losing prior judgment calls.

REASON 3

Set up a repeatable single-command workflow for running a project session after session.

What's in the stack?

MarkdownBash

How it stacks up

jimmc414/fable2opus_handoff_kitsaint0x/my-skillsvanjaoljaca/arxiv-daily-brief
Stars111
LanguageNoneNoneNone
Setup difficultymoderateeasyhard
Complexity3/51/53/5
Audiencedevelopervibe coderresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 1h+

Requires 8 to 12 sessions with a stronger model to fully build out the rails before handoff.

No license information was found in the material provided.

Wtf does this do

This project is a kit of prompts and document templates built for a specific situation: you have temporary access to an unusually strong AI model, and you want it to prepare a project so that a different, more commonly available model can keep running that project reliably afterward, without the strong model around to make judgment calls. The kit refers to the strong model as Fable and the successor model as Opus, since it grew out of an earlier project where that exact handoff happened once, informally, and worked well enough to generalize. The idea is to front load every decision that requires real judgment into written documents while the strong model is available, so the successor model never has to guess. Instead, the successor follows a fixed set of documents: a constitution style file laying out stages and rules, a single active execution plan with literal, checkable verification steps, a memory file that carries state between sessions, and a set of custom slash commands that turn every future work session into a repeatable, guided loop rather than an improvised one. Using the kit has three parts. First, you copy it into a new project and run nine sequenced prompts, roughly one per session, with the strong model. These prompts survey the project, interview you about risks and decisions, write the constitution and plan documents, build a verification script whose checks are proven to actually fail when something is wrong, and customize a set of generic command templates to the specific project. Second, both models overlap for a short burn in period, where the weaker model runs a few real sessions on the finished setup and the strong model audits what happened and patches any gaps. Third, once the strong model is no longer available, the weaker model operates the project alone using a single repeating command that reads the current state, decides what to do next through a fixed priority order, completes one task, and updates the memory file before ending. This is aimed at people who use multiple Claude models in Claude Code and want a structured way to hand off complex, unattended work between them.

Yoink these prompts

Prompt 1
Read handoff-kit/prompts/P0-bootstrap.md in the fable2opus_handoff_kit and execute it fully to start the setup.
Prompt 2
Help me run the P1 interview prompt from fable2opus_handoff_kit to capture my project's risks and decisions.
Prompt 3
Walk me through the burn-in phase where I audit real sessions using the P8 review prompt.
Prompt 4
Explain what BLUEPRINT.md, PLAN.md, and SESSION_STATE.md each do in the fable2opus_handoff_kit.

Frequently asked questions

wtf is fable2opus_handoff_kit?

A kit of prompts and templates that lets a stronger, temporary AI model set up rules and documents so a weaker model can keep running a project unattended.

What language is fable2opus_handoff_kit written in?

Mainly None. The stack also includes Markdown, Bash.

What license does fable2opus_handoff_kit use?

No license information was found in the material provided.

How hard is fable2opus_handoff_kit to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is fable2opus_handoff_kit for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.