Office & DocumentsIntermediate
notion-spec-to-implementation
Convert Notion specs into linked implementation plans and tasks
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/openai/skills --skill notion-spec-to-implementationnpx skills add https://github.com/openai/skills --skill notion-spec-to-implementationOr paste this URL into your assistant to install:
Overview
What This Skill Does
Convert Notion specs into linked implementation plans and tasks
Application
When to use this Skill
- Integrating notion spec to implementation into your development workflow.
- Following best practices for convert notion specs into linked implementation plans and tasks.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
Spec to Implementation
Convert a Notion spec into linked implementation plans, tasks, and ongoing status updates.
Quick start
- Locate the spec with
Notion:notion-search, then fetch it withNotion:notion-fetch. - Parse requirements and ambiguities using
reference/spec-parsing.md. - Create a plan page with
Notion:notion-create-pages(pick a template: quick vs. full). - Find the task database, confirm schema, then create tasks with
Notion:notion-create-pages. - Link spec ↔ plan ↔ tasks; keep status current with
Notion:notion-update-page.
Workflow
0) If any MCP call fails because Notion MCP is not connected, pause and set it up:
- Add the Notion MCP:
codex mcp add notion --url https://mcp.notion.com/mcp
- Enable remote MCP client:
- Set
[features].rmcp_client = trueinconfig.tomlor runcodex --enable rmcp_client
- Set
- Log in with OAuth:
codex mcp login notion
After 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.
1) Locate and read the spec
- Search first (
Notion:notion-search); if multiple hits, ask the user which to use.
Lines 1 - 25 of 51
Recommendations