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

Save plans to: The active conductor track directory: conductor/tracks/{track_id}/plan.md If no conductor track exists, create one first using the /orchestrator-supaconductor:new-track flow.

Bite-Sized Task Granularity

Each step is one action (2-5 minutes):

  • "Write the failing test" - step
  • "Run it to make sure it fails" - step
  • "Implement the minimal code to make the test pass" - step
Related skills

More from ibrahim-3d/conductor-orchestrator-superpowers

Installs
6
GitHub Stars
310
First Seen
Mar 3, 2026