From swcc
Orchestrates pre-task brainstorming: triages task scale, researches problem space and ambiguities, proposes 2-3 approaches, and confirms direction with user before execution. Invoke to plan thoughtfully.
npx claudepluginhub ylxmf2005/swcc --plugin swccThis 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.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
在正式进入民主集中制流程之前,先深入调研问题空间,与用户确认方向。
接受 $ARGUMENTS 作为 TASK_DESC。如果为空,从对话上下文提取。如仍不明确,请用户提供。
创建会话目录:
SESSION_DIR=".tmp/swcc/$(date +%Y-%m-%d)-{slug}"
mkdir -p "$SESSION_DIR"
Agent tool parameters:
subagent_type: "swcc:zhongban"
prompt: "请对以下任务进行分拣评估:
任务描述:{TASK_DESC}
请调查代码库并判定任务规模(小/中/大)。
请将报告保存到 `{SESSION_DIR}/zhongban-report.md`"
description: "中办收文分拣"
等待完成。
Agent tool parameters:
subagent_type: "swcc:zhengyanshi"
prompt: "请对以下任务进行前期调研与方案预研:
任务描述:{TASK_DESC}
中办分拣报告请从此文件读取:`{SESSION_DIR}/zhongban-report.md`
请按照你的工作流程,深入调查项目上下文、识别关键问题和模糊点、提出 2-3 种可选方向。
请将报告保存到 `{SESSION_DIR}/zhengyanshi-report.md`"
description: "政研室前期调研"
等待完成。
读取 {SESSION_DIR}/zhengyanshi-report.md 的完整内容并展示给用户。
向用户提出确认请求:
政研室调研完成。请确认:
1. 以上关键问题和模糊点是否需要补充?
2. 你倾向哪个方向?(或提出你自己的方向)
确认后可继续:
- /xieshang 进入政协协商(让左右派在确认的方向上展开辩论)
- /zhili 进入全流程(自动衔接后续所有步骤)
等待用户回复。 如果用户提供了反馈,将反馈记录到 {SESSION_DIR}/user-direction.md 中。
政研调研完成。所有中间产物保存在 {SESSION_DIR}/
如需进入协商:/xieshang
如需全流程执行:/zhili
$ARGUMENTS