feat: migrate all skills from Claude session: SKILL.md

This commit is contained in:
Zac Gaetano 2026-06-02 22:46:13 -04:00
parent 94ba0613c4
commit 13e8bab485

View file

@ -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."