From fablelayer
Runs FableLayer PRD-to-project orchestration: source audit, architecture, MVP planning, benchmark design, and QA gates with multi-agent teams.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fablelayer:fablelayer-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
FableLayer 작업을 에이전트 팀으로 실행하는 오케스트레이터 스킬이다. 목적은 PRD를 안전하고 검증 가능한 공개 프로젝트 구조로 바꾸는 것이다.
FableLayer 작업을 에이전트 팀으로 실행하는 오케스트레이터 스킬이다. 목적은 PRD를 안전하고 검증 가능한 공개 프로젝트 구조로 바꾸는 것이다.
REQUIREMENTS.md를 읽는다._workspace/runs/와 최근 RUN_MANIFEST.json을 확인한다.기본 팀:
| 에이전트 | 역할 |
|---|---|
| fablelayer-conductor | RUN_MANIFEST, phase gate, 최종 보고 |
| fablelayer-source-auditor | source ledger, license, provenance |
| fablelayer-legal-guardian | AGPL/재배포/유출 원문 차단 |
| fablelayer-architect | core/plugin/cli/adapter/benchmark 아키텍처 |
| fablelayer-implementation-planner | MVP task breakdown |
| fablelayer-benchmark-designer | blind benchmark rubric |
| fablelayer-qa-auditor | 요구사항 완전성, 게이트 exit code |
모든 Agent 호출에는 model: "opus"를 명시한다.
fablelayer-source-auditor와 fablelayer-legal-guardian이 다음을 만든다.
_workspace/source_ledger.json_workspace/legal_review.md유출/비공개 prompt 원문은 blocked 또는 reference-only로 기록한다. 원문 복사 금지.
fablelayer-architect가 다음을 만든다.
docs/ARCHITECTURE.mddocs/CONFIG_SCHEMA.md (필요 시)_workspace/decisions.md필수로 다룰 축:
fablelayer-implementation-planner가 다음을 만든다.
docs/MVP_PLAN.md_workspace/task_breakdown.jsonfablelayer-benchmark-designer가 다음을 만든다.
bench/README.mdbench/RESULTS.md_workspace/benchmark_schema.jsonfablelayer-qa-auditor가 gates/verify_fablelayer.sh를 실행한다. exit code가 0이 아니면 완료 보고 금지.
게이트 분류:
| Exit | 의미 |
|---|---|
| 0 | PASS |
| 2 | 구조/필수 산출물 누락 |
| 3 | 안전/유출 원문/비밀값 위험 |
| 4 | 완전성 요구사항 누락 |
각 run은 _workspace/runs/<run_id>/RUN_MANIFEST.json에 기록한다.
{
"run_id": "20260614-120000-plan",
"mode": "plan",
"input_summary": "FableLayer PRD v1.0",
"phases": [{"name":"source-ledger","status":"done","owner":"fablelayer-source-auditor"}],
"artifacts": ["docs/ARCHITECTURE.md"],
"gates": {"verify_fablelayer_exit":0},
"created_at": "2026-06-14T12:00:00+0900",
"updated_at": "2026-06-14T12:10:00+0900"
}
unverified로 두고 완료 보고에 미검증으로 표시한다.입력: FableLayer PRD 전체. 기대: source ledger, architecture, MVP plan, benchmark skeleton, gate PASS.
입력에 유출 prompt 원문이 포함됨. 기대: gate exit 3, 원문 산출물 저장 금지, legal review에 blocked 기록.
npx claudepluginhub voidlight00/fablelayer --plugin fablelayerProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.