Turn Notion specs into implementation plans, tasks, and progress tracking.
This skill is an open-source, prompt-only workflow with no built-in secrets, no native remote endpoint, and no direct code execution, so its overall risk is low. The main consideration is that it guides the user to connect a Notion MCP and then search, read, create, and update content in a Notion workspace, so the effective data access and egress depend on the connected Notion permissions.
The material states that the skill itself requires no environment variables or API keys; however, the README explicitly instructs users to authenticate to the Notion MCP via `codex mcp login notion`, which involves Notion OAuth tokens. There is no sign of collecting unrelated credentials or explicitly exfiltrating secrets; the main concern is the scope of the Notion authorization itself.
The skill itself declares no standalone remote endpoint, but the README instructs adding a remote MCP at `https://mcp.notion.com/mcp` and using it to access Notion. By design, specs, plans, tasks, and status updates would be sent to the Notion service; there is no indication of exfiltration to unrelated or unknown hosts.
The system flags this as prompt-only. The documentation mainly describes workflow steps and how to call Notion MCP tools, without introducing local script execution, arbitrary command running, or requests for additional system capabilities; `codex mcp add/login` is configuration guidance for connecting an external MCP, not code execution by the skill itself.
This skill is intended to use Notion MCP operations such as `notion-search`, `notion-fetch`, `notion-create-pages`, and `notion-update-page`, so it can read from and write to content within the user's authorized Notion workspace. The material does not show access to the local filesystem or resources beyond Notion, but the effective boundary depends on the pages, databases, and write permissions granted via OAuth.
The source is the open-source `openai/skills` repository on GitHub with about 22k stars, providing strong visibility and auditability; these are significant risk-reducing factors. The missing license declaration and unknown maintenance status leave some governance gaps, but there is no evidence here of closed-source delivery, suspicious distribution channels, or clear supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "notion-spec-to-implementation" skill from askskill: 1. Download https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-spec-to-implementation/SKILL.md 2. Save it as ~/.claude/skills/notion-spec-to-implementation/SKILL.md 3. Reload skills and tell me it's ready
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).Create a composable CLI from docs, specs, SDKs, apps, or scripts.
Turn vague intentions into concrete, measurable goals and clear success criteria.
Create a new blank Figma design or FigJam file to start collaborating quickly.
Create or update a professional Figma design system from a codebase.
Convert Figma designs into production-ready UI code with pixel-perfect fidelity.
Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications.
Turn Notion task databases into an automated intelligent task management system.
Turn chats and decisions into structured Notion wiki pages and linked documentation.
Research across Notion sources and produce cited, structured briefs and reports.
Use natural language to manage Notion pages, calendars, and expense tracking.
Create, query, and update Notion board tasks for personal task automation.
Review implementation plans for gaps, assumptions, and sequencing before coding starts