writing-plans

Installation
SKILL.md

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.

Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design very well.

Announce at start: "I'm using the writing-plans skill to create the implementation plan."

Context: This should be run in a dedicated worktree (created by brainstorming skill).

Save plans to: Append to the existing RFC file on primatrix/wiki (created by brainstorming skill).

The brainstorming skill creates an RFC PR with design spec content. This skill appends the implementation plan as a new ## Implementation Plan section to the same RFC file, pushing a new commit to the same branch/PR.

To append to the RFC:

set -e
Related skills
Installs
1
First Seen
7 days ago