Skip to main content

regenerate-artifact

3-step differentiated retry for a failing artifact slug: switch tier, drop optional components, fall back to default design. Invokes `paperboard regenerate`.

설치로 이동

소스 정보

저장소
All-The-Vibes/ATV-PaperBoard
최근 소스 활동
2026년 5월 16일 17:57
감지된 SKILL.md 언어
영어
스타
1
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
regenerate-artifact
description
3-step differentiated retry for a failing artifact slug: switch tier, drop optional components, fall back to default design. Invokes `paperboard regenerate`.
# regenerate-artifact Recovers a failing artifact via three progressively conservative retry steps. ## Usage ``` paperboard regenerate <slug> ``` ## When to invoke - `validate-artifact` returns FAIL and the `artifact-reviewer` recommends `REGENERATE_VIA regenerate-artifact`. - Never invoke without a prior validation failure — check first. ## Retry strategy | Step | Change | Rationale | |------|--------|-----------| | 1 | Switch tier (cycle among atv / pico / daisy; atv is default) | Different tier/CSS framework may avoid inline color conflicts | | 2 | Drop optional components from input | Reduces surface area for color violations | | 3 | Fall back to `paperboard.DESIGN.md` | Known-good default design always lints clean | ## Output Prints: `Regenerate step=<N> new_slug=<slug> status=ACCEPT|FAIL(<fail_class>)` Exit 0 on ACCEPT, exit 1 if all three steps fail.
GitHub에서 보기