# plan > Turn a task into a small-step plan, then execute with verification. - Author: Jadenchen818 - Repository: ccc1988/smart-codex - Version: 20260128163050 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/ccc1988/smart-codex - Web: https://mule.run/skillshub/@@ccc1988/smart-codex~plan:20260128163050 --- --- name: plan description: "Turn a task into a small-step plan, then execute with verification." argument-hint: 'GOAL="" CONSTRAINTS=""' --- # Skill: plan ## When to use - Add a feature, fix a bug, or improve something. ## Workflow 1) Restate the task in 1 sentence. 2) List assumptions (max 3). 3) Inspect repo quickly (files, commands). 4) Propose a plan in 3–7 steps. 5) Execute step-by-step with minimal diffs. 6) Verify with the smallest relevant check. 7) Summarize what changed + how to confirm. ## Output format - Numbered steps, short and actionable. ## Notes - Keep edits minimal. - Ask one clear question if blocked. - Prefer factual, verifiable statements. ## Checklist - 输入完整 - 计划最小 - 验证最小 - 结论明确 ## 输出约束 - 不臆测 - 不夸大 - 不隐去关键限制