ShipSpec → deep-plan 桥接技能。将 ShipSpec 产物(PRD、SDD、TASKS、unknowns-ledger)合并为 deep-plan 可接受的统一输入格式(bridge-spec.md)。
From stage-harnessnpx claudepluginhub luagam/stage-harnessThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
ShipSpec → deep-plan 桥接技能。将 ShipSpec 产物(PRD、SDD、TASKS、unknowns-ledger)合并为 deep-plan 可接受的统一输入格式(bridge-spec.md)。
/harness:bridge 命令运行 scripts/bridge-shipspec-to-deepplan.sh <feature-name> <epic-id>:
./scripts/bridge-shipspec-to-deepplan.sh <feature-name> <epic-id>
读取 .shipspec/planning/<feature>/PRD.md,提取:
读取 .shipspec/planning/<feature>/SDD.md,提取:
读取 .shipspec/planning/<feature>/TASKS.json(如存在),提取:
读取 .harness/features/<epic-id>/unknowns-ledger.json,提取:
status: open)输出到 .harness/features/<epic-id>/bridge-spec.md,格式见下方。
# Bridge Spec: Implementation Plan Input
Generated from ShipSpec artifacts for deep-plan consumption.
## Requirements (from PRD)
[PRD 内容]
## Technical Design (from SDD)
[SDD 内容]
## Task Breakdown (from TASKS.json)
[TASKS.json 内容,JSON 格式]
## Open Unknowns (must be addressed in plan)
[unknowns-ledger.json 内容,JSON 格式]
运行前验证以下文件存在:
.shipspec/planning/<feature>/PRD.md — 必须存在.shipspec/planning/<feature>/SDD.md — 必须存在.shipspec/planning/<feature>/TASKS.json — 可选.harness/features/<epic-id>/unknowns-ledger.json — 可选任何必须文件缺失时,脚本退出码 1,输出缺失文件路径。
bridge-spec.md 生成后,确认:
## Requirements 章节## Technical Design 章节## Open Unknowns 章节存在