Skip to main content

polish-beads

Polishing pass over all open beads. Run 4–6 times. "Check your beads N times, implement once." Use after plan-to-beads and between refinement rounds.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
hoangsonww/Forge-Agentic-Coding-CLI
آخر نشاط في المصدر
٢١ أبريل ٢٠٢٦ في ٢٠:٣٨
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٢٣
التفرعات
٩

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
polish-beads
description
Polishing pass over all open beads. Run 4–6 times. "Check your beads N times, implement once." Use after plan-to-beads and between refinement rounds.
Use the verbatim prompt at `.flywheel/prompts/polish-beads.md`. Each round, verify: 1. Self-containment — a fresh agent can execute without the plan. 2. Dependencies — `depends_on` is correct; no missing edges. 3. Tests — concrete obligations with logging expectations. 4. Coverage — cross-reference vs `.flywheel/plans/*.md`. 5. Duplicates — merge overlapping beads (see `dedupe-beads` prompt). 6. Forge invariants — permission gate, `LEGAL_TRANSITIONS`, UI < 120KB, provider probe ~1.5s. Stop when two consecutive rounds produce only small corrective edits. If polishing has flatlined after 3 rounds, switch to a fresh session and `.flywheel/prompts/fresh-eyes.md`. Final round: run through a different model (e.g. switch Claude ↔ Codex). Different models catch different things.
عرض على GitHub