원클릭으로
magic-rule
Workflow for manually adding or amending project conventions in RULES.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Workflow for manually adding or amending project conventions in RULES.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Workflow for simulating and validating Magic SDD engine logic.
Project Sync & Hygiene — synchronizes versions, documentation, and engine metadata
Session resume briefing — current position, progress, blockers, and the one next command
Workflow for executing tasks from the project plan.
Workflow for orchestrating tasks and generating the implementation plan.
Initialize Magic Spec development environment with junctions and symlinks.
| name | magic-rule |
| description | Workflow for manually adding or amending project conventions in RULES.md. |
| handoffs | [{"label":"Create spec","workflow":"magic-spec","prompt":"Create a new specification document.","condition":null},{"label":"Update tasks","workflow":"magic-task","prompt":"Update the project plan and tasks after amending standing rules.","condition":null},{"label":"Audit specs","workflow":"magic-spec","prompt":"Audit specifications to ensure compliance with updated rules.","condition":null}] |
Triggers: "Add rule", "Add convention", "Amend rule", "Remove rule".
Scope: direct management of RULES.md §7 Project Conventions. Automatic rule capture during spec work is handled by magic-spec. Rule changes feed into magic-task (plan updates) and magic-run (execution).
Pipeline context: magic-rule governs conventions used across magic-spec → magic-task → magic-run.
node .magic/scripts/executor.js finalize --workflow=rule and display output verbatim. Never auto-commit. See .magic/rule.md §Finalization Protocol.Full implementation:
.magic/rule.md. Read it before proceeding. Executor:node .magic/scripts/executor.js <script>for all automation. Anti-Hallucination Guard: do not invent ad-hoc scripts (.js,.sh, etc.) for internal engine operations. Magic SDD steps are evaluated cognitively unless an executor script is explicitly provided.