plan-mode
SolidUse this skill when the user asks to plan, design, scope, estimate, or implement a feature, bug fix, refactor, migration, integration, API change, UI change, or other project modification. Enforces a planning gate before editing code — investigate project context, analyze the task, surface ambiguities, contradictions, risks, dependencies, and blockers, ask focused questions, produce an evidence-based step-by-step plan, and implement only after explicit user approval. Not for trivial one-line edits, pure questions about the codebase, or changes the user has already reviewed and approved for direct implementation.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- CodeAlive-AI
- Repository
- CodeAlive-AI/ai-driven-development
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
plan-create
Propose a phased, gated implementation plan before any work begins. Trigger when the user runs /plan-create, says "make a plan", "plan this out", "design before coding", "let's plan first", "architect this", or asks for a phased approach before implementation. Also trigger proactively when a task is complex enough that jumping straight to execution would be risky — multi-file changes, new features, architectural shifts, refactors spanning multiple components, or any task where misalignment early would be expensive to fix later. Output: a structured PLAN.md with phases, changes, risks, and verification criteria. Design only — no implementation code is written during /plan-create. Use plan-phases to restructure an existing plan, plan-execute to run an approved plan, plan-deep-dive to inspect a plan, plan-evolve to evolve shipped work, and plan-cleanup after execution.
plan-with-me
Turns plan mode into a structured, repo-grounded design conversation instead of a quick sketch. Use this skill whenever the user invokes /plan-with-me, or before starting any non-trivial feature, refactor, integration, or system-design task in a codebase — especially when the user says things like "plan this out", "design this properly", "think through the architecture first", "let's figure out the approach before coding", or wants a second opinion on how to build something. ALWAYS research the current (or a named target) repository thoroughly first, then ALWAYS ask several high-leverage clarifying questions at a system-design and senior-software-engineer level — each with multiple concrete, well-reasoned options and tradeoffs to pick from, never a bare yes/no — before writing a single line of the plan. Only drafts the implementation plan after the user answers, and always requests explicit approval before any implementation begins. Prefer this over jumping straight into an implementation plan whenever real a
plan
Plan a fix or feature before any code — acceptance criteria, blocking questions, falsifiable assumptions, blast radius, test plan, rollback point. Then stop.