plan-work
Installation
SKILL.md
Plan Work
Takes a vague goal in work/<slug>/README.md and produces a concrete, tool-aware plan that a downstream agent can execute without further design decisions.
Inputs
work/<slug>/README.mdwith at least theGoalsection filled in. Frontmatterstatusis usuallypending-plan.project.mdfor surrounding context (overall goal, background, related completed work).
Output
Same work/<slug>/README.md with:
# Instructionspopulated with a concrete plan (numbered steps; specific tools, commands, files, or skills to invoke; expected artifacts).- Frontmatter
status: ready(on approval) orstatus: needs-input(after repeated rejections). - Frontmatter
plan_review_attempts: <int>to track loops.