Loading...
Loading...
[Planning] Intelligent plan creation with prompt enhancement
npx skill4agent add duc01226/easyplatform plan[IMPORTANT] Useto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.TaskCreate
.claude/skills/shared/understand-code-first-protocol.mddocs/project-reference/domain-entities-reference.md.claude/skills/shared/rationalization-prevention-protocol.mddocs/test-specs/Iterative Quality Gate: MUST READ. Before routing, assess complexity score. Score ≥3 → plan MUST produce multiple phases with per-phase quality cycles..claude/skills/shared/iterative-phase-quality-protocol.md
/plan-fast/plan-hard/plan-fast/plan-hardplans//plan-review/plan-validate/plan-validate/plan-reviewAuto-detected: If no existing codebase is found (no code directories like,src/,app/,lib/,server/, etc., no manifest files likepackages//package.json/*.sln, no populatedgo.mod), this skill switches to greenfield mode automatically. Planning artifacts (docs/, plans/, .claude/) don't count — the project must have actual code directories with content.project-config.json
/plan-hardsolution-architect/greenfield| If the task is... | Use | Why |
|---|---|---|
| Simple, clear scope (<5 files) | | Lightweight plan, faster output |
| Complex, multi-layer, many files | | Deep research, comprehensive plan |
| CI/CD pipeline changes | | CI-specific context and validation |
| Cross-cutting refactor | | Cross-service impact analysis |
| Parallel implementation possible | | Splits plan into parallelizable phases |
| Two competing approaches | | Creates 2 plans for comparison |
| Analyzing existing plan | | Reviews/critiques an existing plan |
| Archiving completed plan | | Moves plan to archive |
| General/unknown | | Routes automatically |
DO NOT use thetool — you are ALREADY in a planning workflow. DO NOT implement or execute any code changes. COLLABORATE with the user: ask decision questions, present options with recommendations. After plan creation, ALWAYS useEnterPlanModetool to offerAskUserQuestionvalidation. ASK user to confirm the plan before any next step./plan-review
## Plan Context## NamingAskUserQuestion/plan-fast/plan-hard/plan-fast <detailed-instructions-prompt>/plan-hard <detailed-instructions-prompt>planningdetailed-instructions-promptTaskCreate/plan-validate/plan-reviewDO NOT usetool. DO NOT start implementing. ALWAYS useEnterPlanModetool to offerAskUserQuestionvalidation after plan creation. ASK user to confirm the plan before any implementation begins. ASK user decision questions using/plan-reviewtool when multiple approaches exist.AskUserQuestion
IMPORTANT MUST: If you are NOT already in a workflow, useto ask the user:AskUserQuestion
- Activate
workflow (Recommended) — quality-gate → plan → plan-review → plan-validatepre-development- Execute
directly — run this skill standalone/plan