Parable
Zasady stylu pracy, które przenoszą deliberację agenta z czatu do pliku notatek
Działa po konfiguracji
Co robi ten skill
Zestaw umiejętności stylu pracy dla agentów Claude Code: krótkie, widoczne tylko statusowe wiadomości, deliberacja dołączana do pliku notatek roboczych, pięcioetapowa pętla (scope, evidence, adversarial, verify, report) oraz dodatki per-task do debugowania, funkcji, badań i planowania. Dostarcza również opcjonalne hooki, które ponownie wstrzykują kartę reguł przy każdym prompcie i co pięć minut, aby długie uruchomienia nie dryfowały. Załaduj ją po nazwie, gdy chcesz, aby agent planował widocznie, weryfikował przez wykonanie i raportował liczbami zamiast narracji.
Raport z testu
Testowano it on a verification job whose answer was unknown up front - does the repo's own rule-refresh hook behave as the README claims - i the difference showed up in evidence, not in the conclusion. The unaided baseline answered from reading the script; the skill's Gate 3 i Gate 4 rules made the same run execute five payload variants, confirming the hook fires once then stays silent for 300 seconds, writes a per-session stamp file, falls back to a shared „global” stamp when no session id is present, i is not hijacked by a session-id lookalike inside a tool response. The real friction is setup: three installed files (SKILL.md, director.md, PROMPTING.md) still contain unfilled {{NOTES_DIR}}, {{BUILD_CHECK}} i {{PROJECT_ROOT}} placeholders you must edit by hand, i the mechanism the README calls most important - periodic rule re-injection - requires manually merging a hooks block into .claude/settings.json. Documentation is unusually honest for this genre: the README i EXPERIMENTS.md both state up front that the numbers come from one two-day study on one codebase by one person i should not be treated as a benchmark.
Testowano: 2026-07-29 · Claude Code 2.x (agent harness)
Instalacja
git clone https://github.com/SamBWarren/parable.git mkdir -p ~/.claude/skills cd parable && cp -r skill/parable ~/.claude/skills/parable
Komendy i przykładowe prompty
/parableZasady stylu pracy, które przenoszą deliberację agenta z czatu do pliku notatek
Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):
Use parable mode so you plan visibly and verify everything by executionWork like a director agent here: plan, delegate, then run a review gateDebug this flaky test and keep your deliberation in the scratch notes file