بنقرة واحدة
maister-quick-dev
Implement a task directly with Maister standards enforcement (no planning mode)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implement a task directly with Maister standards enforcement (no planning mode)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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 | maister:quick-dev |
| description | Implement a task directly with Maister standards enforcement (no planning mode) |
| argument-hint | [task description] |
This works exactly as if you asked the main agent to implement the task directly — no plan mode. The one addition: 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 implement?"
Implement it — Explore the relevant code and make the changes exactly as you normally would for a direct development request.
Discover and enforce standards (the addition) — As you work:
.maister/docs/INDEX.md to find which standards exist.Verify compliance (mandatory) — After implementing, go through each applicable standard and verify it was followed — report a Standards Compliance Checklist (pass/fail per guideline, each annotated with its source file) in your summary, alongside what changed and any tests run. Address any failure before marking the task complete.
If .maister/docs/INDEX.md does not exist, implement normally and note: "No Maister standards found. Consider running /maister:init."