From e75c05f7d67c65cc1f00d8458d9a9d1d0af91797 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 27 May 2026 22:00:32 +0000 Subject: [PATCH] docs: add .skills/README.md listing active skills --- .skills/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .skills/README.md diff --git a/.skills/README.md b/.skills/README.md new file mode 100644 index 0000000..0f5e349 --- /dev/null +++ b/.skills/README.md @@ -0,0 +1,13 @@ +This directory contains skill symlinks for this project. + +Agents: load all SKILL.md files in subdirectories before starting work. + +Active skills: +- experiment-spec — write experiment specs before running any phase +- feature-spec — write component specs before implementing within a phase +- tdd — acceptance criteria map to tests; red-green-refactor +- grill-me — stress-test specs and hypotheses before committing +- session-retrospective — after each phase, surface learnings for the brain +- clean-code — Go and Python style conventions +- planning — break phases into trackable tasks +- debug — systematic debugging approach