将 Notion 规格说明转为实施计划、任务拆解与进度跟踪。
该技能本身是开源的 prompt-only 工作流说明,无内置密钥、无自带远程端点,也不直接执行代码,整体风险较低。需注意的是它会引导用户接入 Notion MCP 并对 Notion 工作区执行搜索、读取、创建和更新操作,因此实际数据访问与外发边界取决于所连接的 Notion 权限范围。
材料声明该技能本身不需要环境变量或 API 密钥;但 README 明确引导用户通过 `codex mcp login notion` 进行 OAuth 登录 Notion MCP,因此会涉及 Notion 账户授权令牌。未见要求收集无关凭证或明示凭证外传,风险主要在于 Notion 授权范围本身。
技能自身未声明独立远程端点,但 README 指导添加远程 MCP `https://mcp.notion.com/mcp` 并通过其访问 Notion。按其用途,规范内容、计划、任务和状态更新会传输到 Notion 服务;未发现外发到无关或不明主机的迹象。
系统检查项已标明为 prompt-only。文档主要描述工作流与对 Notion MCP 工具的调用顺序,没有提供本地脚本执行、任意命令运行或额外系统能力申请;`codex mcp add/login` 属于连接外部 MCP 的配置指引,而非该技能自身执行代码。
该技能意图通过 Notion MCP 执行 `notion-search`、`notion-fetch`、`notion-create-pages` 和 `notion-update-page`,因此会对用户已授权的 Notion 工作区内容进行读取与写入。材料未显示其可访问本地文件系统或超出 Notion 范围的资源,但应关注 OAuth 授权后可见页面、数据库与写权限的实际边界。
来源为 GitHub 上的 openai/skills 开源仓库,且有约 2.2 万 star,具备较强社区可见性和可审计性,这些都是显著的降风险因素。许可证未声明、维护状态未知会带来一定治理信息缺口,但在当前材料下未见闭源投递、可疑分发源或明显供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "notion-spec-to-implementation" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-spec-to-implementation/SKILL.md 2. 保存为 ~/.claude/skills/notion-spec-to-implementation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Convert a Notion spec into linked implementation plans, tasks, and ongoing status updates.
Notion:notion-search, then fetch it with Notion:notion-fetch.reference/spec-parsing.md.Notion:notion-create-pages (pick a template: quick vs. full).Notion:notion-create-pages.Notion:notion-update-page.codex mcp add notion --url https://mcp.notion.com/mcp[features].rmcp_client = true in config.toml or run codex --enable rmcp_clientcodex mcp login notionAfter successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.
Notion:notion-search); if multiple hits, ask the user which to use.Notion:notion-fetch) and scan for requirements, acceptance criteria, constraints, and priorities. See reference/spec-parsing.md for extraction patterns.reference/quick-implementation-plan.md.reference/standard-implementation-plan.md.Notion:notion-create-pages, include: overview, linked spec, requirements summary, phases, dependencies/risks, and success criteria. Link back to the spec.Notion:notion-search → Notion:notion-fetch to confirm the data source and required properties). Patterns in reference/task-creation.md.reference/task-creation-template.md for content (context, objective, acceptance criteria, dependencies, resources).Notion:notion-create-pages using the database’s data_source_id.Notion:notion-update-page.reference/progress-tracking.md.reference/progress-update-template.md; close phases with reference/milestone-summary-template.md.reference/ — parsing patterns, plan/task templates, progress cadence (e.g., spec-parsing.md, standard-implementation-plan.md, task-creation.md, progress-tracking.md).examples/ — end-to-end walkthroughs (e.g., ui-component.md, api-feature.md, database-migration.md).将代码或页面描述转成Figma完整界面,并按设计系统逐段搭建设计稿
连接 Figma 获取设计上下文与资源,并将节点高效转换为生产代码。
帮助你构建、评审与重构 ASP.NET Core Web 应用及架构方案
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
帮助你基于接口文档或脚本快速生成可组合的命令行工具
帮助你将应用与基础设施部署、发布并托管到 Cloudflare 平台。
将 Notion 任务库升级为自动提醒、汇总与批量处理的智能任务系统
将对话与决策整理成结构化 Notion 页面,便于沉淀知识库与规范文档
跨多个 Notion 信息源检索并整合,生成带引用的结构化文档与报告。
连接 Notion 看板,帮助你创建、查询并更新任务,实现个人任务管理自动化。
审查实现计划中的遗漏、假设与步骤顺序,降低后续开发返工风险
将PRD和产品想法转成结构化规范,帮助AI编码代理准确实现你的意图