Fable Architect

Prosa architetturale che giustifica ogni chiamata e definisce un check per slice

di ahmdd4vd · ahmdd4vd/Fable5res

Promosso ★ 7.6/10

Fable Architect — Prosa architetturale che giustifica ogni chiamata e definisce un check per slice

Cosa fa

Una skill di architettura a file singolo che forza l'agente a justify each design decision con un explicit reason, order the build come vertical end-to-end slices invece di layer by layer, e state a verification check for every slice. Si attiva quando si start a new project, plan a major refactor, o weigh a technology choice. Nessuno script, nessuna dependency — un SKILL.md che changes how the design answer is written.

Rapporto di test

Ho eseguito lo stesso architecture brief due volte — una volta a freddo, una volta seguendo rigorosamente il skill body. L'esecuzione della skill ha portato 8 explicit per-slice acceptance checks contro 0 nella baseline, 18 because/since justifications contro 0, e ha rilevato un real coupling bug che l'esecuzione a freddo aveva perso: il WebSocket URL dichiarato independently in two modules. Il costo è la mole e la scannability — 786 parole contro 231, e il body bans section headers, so you get a wall of prose instead of a design doc you can skim. La sua headline claim, Grade A at 100% emulation, deriva dal keyword-checkpoint harness dell'autore stesso, sintonizzato su nove round, e l'advertised 31/31 verification controlla solo le statistiche della skill rispetto al suo shipped data dump, non se la skill migliora qualcosa.

Testato il: 2026-08-10 · Claude Code 2.x (agent harness)

Installazione

git clone https://github.com/ahmdd4vd/Fable5res.git
mkdir -p ~/.claude/skills
cd Fable5res && cp -r skills/fable-architect ~/.claude/skills/fable-architect

Comandi e prompt di esempio

  • /fable-architectProsa architetturale che giustifica ogni chiamata e definisce un check per slice

Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):

  • Design the architecture for a Markdown live-reload preview CLI
  • Plan this refactor as vertical slices with a verification check
  • Break down the build order for this new project's architecture