← ClaudeAtlas

writelisted

Write a new implementation plan file to `/plan/` — phased tasks, explicit requirements, rejected alternatives, and tests — before any code is written. Use when the user asks to plan, spec, or design a new feature, a refactor, a package or framework upgrade, a migration, or an architecture or infrastructure change, and whenever they ask for "a plan" for multi-step work. Produces the plan only; executing it is `plan:execute`.
jv-vogler/skills · ★ 1 · DevOps & Infrastructure · score 70
Install: claude install-skill jv-vogler/skills
# Create Implementation Plan ## Primary Directive Your goal is to create a new implementation plan file for `${input:PlanPurpose}`. Your output must be machine-readable, deterministic, and structured for autonomous execution by other AI systems or humans. ## Execution Context This prompt is designed for AI-to-AI communication and automated processing. All instructions must be interpreted literally and executed systematically without human interpretation or clarification. ## Core Requirements - Generate implementation plans that are fully executable by AI agents or humans - Use deterministic language with zero ambiguity - Structure all content for automated parsing and execution - Ensure complete self-containment with no external dependencies for understanding ## Plan Structure Requirements Plans must consist of discrete, atomic phases containing executable tasks. Each phase must be independently processable by AI agents or humans without cross-phase dependencies unless explicitly declared. ## Phase Architecture - Each phase must have measurable completion criteria - Tasks within phases must be executable in parallel unless dependencies are specified - All task descriptions must include specific file paths, function names, and exact implementation details - No task should require human interpretation or decision-making ## AI-Optimized Implementation Standards - Use explicit, unambiguous language with zero interpretation required - Structure all content as machine-p