From 13e8bab485424730ae703e55f2d490134f1d05ac Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 2 Jun 2026 22:46:13 -0400 Subject: [PATCH] feat: migrate all skills from Claude session: SKILL.md --- skills/writing-plans/SKILL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 skills/writing-plans/SKILL.md diff --git a/skills/writing-plans/SKILL.md b/skills/writing-plans/SKILL.md new file mode 100644 index 0000000..b76f1a4 --- /dev/null +++ b/skills/writing-plans/SKILL.md @@ -0,0 +1,12 @@ +--- +name: writing-plans +description: Use when you have a spec or requirements for a multi-step task, before touching code +--- + +# Writing Plans + +## Overview + +Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. + +**Announce at start:** "I'm using the writing-plans skill to create the implementation plan."