Loading...
Loading...
Use when you have a spec or requirements for a multi-step task, before touching code
npx skill4agent add tstelzer/skills planning<repository-root>/plans/YYYY-MM-DD_<plan-name>.md# Plan: <Feature Name>
## Summary
<One paragraph describing what this builds>
## Prerequisites
<Setup steps, deps to install, docs to read — skip if none>
## Open Questions
<Unknowns or decisions to resolve before/during implementation — skip if none>
## Out of Scope
<What this plan explicitly does NOT cover>
## Overview
<A couple of paragraphs about approach>
## Task <n>: <name>
**Files:** `path/to/file.ts:42`, ...
**Depends on:** Task <m> (if any)
<What to do and why. Verbose — include code when useful.>
**Verify:** <How to confirm this task is done — command, test, manual check>