بنقرة واحدة
refacil-prereqs
Internal reference — SDD-AI prerequisites shared by all other refacil skills (do not invoke manually)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Internal reference — SDD-AI prerequisites shared by all other refacil skills (do not invoke manually)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Guided complete flow to investigate and fix bugs — delegates investigation and fix to the refacil-debugger sub-agent in two passes separated by user confirmation
Validate that the implementation meets the specs — builds a briefing with testCommand and CA/CR criteria, delegates to the refacil-validator sub-agent for the report, and handles corrections with user approval
Implement the tasks of a proposed change — verifies artifacts and working branch, builds a structured briefing, and delegates to the refacil-implementer sub-agent to execute the implementation in isolated context
Archive a completed change — move artifacts to archive and sync specs
Run the SDD implementation cycle autonomously after /refacil:propose was approved by the human — chains apply → test → verify → review → archive → up-code in a single invocation, and notifies the user via WhatsApp through Kapso when finished (success or failure). Use when the user says "autopilot", "ejecuta el resto del flujo", "termina solo", "modo autónomo", or indicates they will step away from the computer.
Interactive guide for the SDD-AI methodology — explains which command to use based on what you need to do
| name | refacil:prereqs |
| description | Internal reference — SDD-AI prerequisites shared by all other refacil skills (do not invoke manually) |
| user-invocable | false |
Identical methodology in all four supported IDEs: Claude Code (~/.claude/skills/refacil-*), Cursor (~/.cursor/skills/refacil-*), OpenCode (~/.config/opencode/skills/refacil-*), and Codex (~/.codex/skills/refacil-*). Skills install globally — not into the project repo. Use the path of the open IDE.
Cross-cutting rules (states, branches, tests, output): METHODOLOGY-CONTRACT.md in this same folder.
sdd profileA skill requests this profile when it needs AGENTS.md to operate with the SDD-AI flow. These validations are mandatory on each execution of a skill that declares this profile.
AGENTS.md from the root. If missing: stop with this message and do not proceed:
This repo has not been configured yet. Run
/refacil:setupto generateAGENTS.mdand the.agents/project index — required before using any skill in this repo.
AGENTS.md includes a compact-guidance block, apply those token efficiency rules throughout the execution.Special case: in refacil:explore, AGENTS.md is active context throughout the entire exploration.
agents profileOnly requires AGENTS.md. If it exists, read it and apply compact-guidance if present. If missing: continue with generic baseline and inform the user:
"AGENTS.md not found — run /refacil:setup once in this repo to enable full project context."
Shared protocol for consulting other repositories via refacil-bus and for room agreements (propose + notification to the requester). Applies in explore, propose, verify, and bug when the skill detects a cross-repo dependency or multi-repo coordination. See BUS-CROSS-REPO.md (same folder).
If these files are missing, run refacil-sdd-ai init to reinstall skills and prereqs.