用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SkillPanel/maister --skill quick-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
Generates UI mockups (rendered HTML/CSS via a browser visual companion, or terminal ASCII). Discovers and binds to the project's frontend/UI/UX resources (standards, design system, available design skills). Invoked standalone by users, or by the development and product-design orchestrators as their mockup-generation step.
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.
基于 SOC 职业分类
正在显示 SKILL.md
| 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.