plugins/maister/skills/quick-plan/SKILL.md
Enter planning mode with Maister standards enforcement
npx skillsauth add skillpanel/maister maister:quick-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 AskUserQuestion: "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.development
Implement a task directly with Maister standards enforcement (no planning mode)
data-ai
Enter planning mode with Maister standards enforcement
development
Implement a task directly with Maister standards enforcement (no planning mode)
documentation
Orchestrates comprehensive research workflows from question definition through findings documentation. Handles technical, requirements, literature, and mixed research types with adaptive methodology, multi-source gathering, pattern synthesis, and evidence-based reporting. Supports standalone research tasks and embedded research phase in other workflows.