← ClaudeAtlas

planlisted

Use when the user wants a plan instead of execution, or before any non-trivial implementation (multi-file, architectural choice, > 15 min). Writes a concrete actionable markdown plan with bite-sized tasks (2-5 min each), exact file paths, complete code, and verification steps. Adapted from Hermes Agent / obra/superpowers.
fabioc-aloha/Alex_ACT_Edition · ★ 0 · AI & Automation · score 73
Install: claude install-skill fabioc-aloha/Alex_ACT_Edition
# Plan Mode Use this skill when the user asks for a plan, says "design before building", types `/plan`, or when the work obviously spans multiple files / requires architectural choice / will take more than ~15 minutes. ## Core behavior For this turn, you are planning only. - Do not implement code - Do not edit project files except the plan markdown file - Do not run mutating terminal commands, commit, push, or perform external actions - You may inspect the repo or other context with read-only commands when needed - Your deliverable is a markdown plan saved under `docs/plans/` ## Output requirements Write a markdown plan that is concrete and actionable. Include, when relevant: - Goal - Current context / assumptions - Proposed approach - Step-by-step plan - Files likely to change - Tests / validation - Risks, tradeoffs, and open questions If the task is code-related, include exact file paths, likely test targets, and verification steps. ## Save location Save the plan under the repo's `docs/plans/` directory: - `docs/plans/YYYY-MM-DD-<slug>.md` for plans tied to a specific date - `docs/plans/PLAN-<feature>.md` for living plans that get re-edited as the work progresses If the repo has no `docs/` folder, create one. If the user names a different target path, use that exactly. ## Interaction style - If the request is clear enough, write the plan directly - If no explicit instruction accompanies `/plan`, infer the task from the current conversation context - If it is