From superspec
Use when Design has passed review, to break down into tasks and execute implementation
npx claudepluginhub 30675137/superspecThis skill uses the workspace's default tool permissions.
- `docs/specs/{project-id}/design.md` 已存在
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.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
docs/specs/{project-id}/design.md 已存在superspec:agent-project-planner
templates/tasks-template.mdsuperspec:agent-executor
superspec:agent-doc-governancesuperspec:agent-dashboard(按需派发,汇总进度)docs/specs/{project-id}/design.mddocs/specs/{project-id}/spec.mddocs/specs/{project-id}/constitution.mddocs/specs/{project-id}/tasks.mddocs/specs/{project-id}/reviews/review-delivery-r{n}.md派发项目规划 Agent:
docs/specs/{project-id}/tasks.md对 tasks.md 中的每个任务:
对于标记 [P] 的无依赖任务,可并行派发多个执行 Agent。
在执行过程中按需派发 dashboard Agent 生成进度汇总。
全部任务完成后:
| 情况 | 处理方式 |
|---|---|
| 执行 Agent 报告 BLOCKED | 记录阻塞原因,尝试调整任务顺序或升级 |
| 任务实现与 Design 有偏差 | 记录偏差,在 review-delivery 中标注 |
| 执行 Agent 运行时错误 | 记录到 .status.md Open Issues,通知用户 |