universal-planner-executor
Installation
SKILL.md
Universal Planner Executor
Purpose
Consume the planning output produced by universal-planner and execute it sprint-by-sprint, phase-by-phase, task-by-task. This skill operates under two alternating roles:
- Senior Fullstack Software Developer — reads the plan, makes technical decisions, writes production-quality code, and implements every task following the project's established conventions.
- Scrum Master / Project Manager — after each phase and sprint, updates tracking documents (sprint files and PROGRESS.md) with actual status, completion metrics, blockers, and implementation notes.
This skill does NOT plan. It receives a complete plan from universal-planner and executes it.
Critical Rules
RULE 1 — PLAN IS THE SOURCE OF TRUTH
The planning documents produced by
universal-plannerdefine what to build, how to structure it, and which patterns to follow. Every implementation decision must trace back to the plan. If the plan says "use the existingButtoncomponent fromsrc/components/ui/", that is what you use. Do not improvise architecture, invent new patterns, or deviate from the plan unless you encounter a genuine blocker — and if you do, document it.
Related skills