en un clic
quick-plan
Enter planning mode with Maister standards enforcement
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Enter planning mode with Maister standards enforcement
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Initialize Maister framework with intelligent project analysis and documentation generation
Initialize Maister framework with intelligent project analysis and documentation generation
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
Execute implementation plans by delegating each task group to task-group-implementer subagent. Main agent coordinates prepares context, invokes subagent, processes output, marks checkboxes, updates work-log. Uses lazy standards loading from INDEX.md with keyword-triggered discovery.
Verify completed implementations for quality assurance. Delegates all verification work to specialized subagents - completeness checking, test execution, code review, pragmatic review, production readiness, and reality assessment. Compiles results into comprehensive verification report. Read-only verification - reports issues but does not fix them. Use after implementation is complete and before code review/commit.
Orchestrates the complete migration workflow from current state analysis through implementation to compatibility verification. Handles technology migrations, platform changes, and architecture pattern transitions with adaptive risk assessment, incremental execution, and rollback planning. Use when migrating technologies, platforms, or architecture patterns.
| name | quick-plan |
| description | Enter planning mode with Maister standards enforcement |
| argument-hint | [task description] |
This works exactly like Claude Code's built-in plan mode, with one addition: the resulting plan must discover and enforce the project's coding standards from .maister/docs/.
Get the task — Use the argument if provided. If none, ask with ask_user: "What would you like to plan?"
Enter plan mode — Call EnterPlanMode and let plan mode run exactly as it normally does (explore the codebase, design the approach, write the plan, then ExitPlanMode for approval). Do not redefine its phases.
Discover and enforce standards (the addition) — While planning:
.maister/docs/INDEX.md to find which standards exist.## Standards Compliance Checklist — one checkbox per applicable guideline the implementation must satisfy (each annotated with its source file, e.g. (from standards/backend/api.md)). This checklist is verified after implementation.If .maister/docs/INDEX.md does not exist, plan normally and note in the plan: "No Maister standards found. Consider running /maister-init."
Do not call ExitPlanMode until the plan reflects the applicable standards and includes the Standards Compliance Checklist (or the "no standards found" note).
## Standards Compliance Checklist and verify each item — mark pass/fail and report it. Address any failure before marking the task complete.