规划工作流 - 从想法到实现计划的结构化流程。通过迭代细化单个 Markdown 文档将模糊想法转化为清晰实现计划。
Transforms vague ideas into structured implementation plans through iterative refinement of a single Markdown document.
npx claudepluginhub cuipengfei/promptsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
本文档定义了一个工作流,通过迭代细化单个 Markdown 文档,将模糊想法转化为清晰的实现计划。
管理包含以下 H2 标题的单个 .md 文件:
## Idea: 初始概念## Requirements: 功能和非功能需求及验收标准## Tasks: 详细、可操作的工作分解## Design: 高级技术设计和组件结构## Test Cases: 验证实现的场景## Next Steps: 即时行动摘要## Idea 部分捕获用户想法## Requirements 下起草具有 Given-When-Then 验收标准的具体需求## Tasks 部分分解:
## Design 部分提出设计,包括类、方法和关系(鼓励使用 Mermaid 图表)## Test Cases 下定义测试用例(正面、负面、边界)## Next Steps 添加实现建议当进行规划任务时,按以下流程执行:
想法 → 需求 → 任务 → 设计 → 测试用例
↑ ↑ ↑ ↑
澄清问题 MECE分解 架构设计 覆盖验证
| 阶段 | 关键动作 | 用户交互 |
|---|---|---|
| 想法→需求 | 提问澄清歧义 | 等待确认 |
| 需求→任务 | MECE 分解 | 等待确认 |
| 任务→设计 | 绘制架构图 | 等待确认 |
| 设计→测试 | 定义验证场景 | 等待确认 |
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.