OpenAI/notion-spec-to-implementation — Agent Skills | officialskills.sh
Back to skills

notion-spec-to-implementation

communityworkflows

Reads a Notion spec page and produces a linked implementation plan, task list, and progress tracking setup directly in Notion.

Setup & Installation

npx skills add https://github.com/openai/skills --skill notion-spec-to-implementation
or paste the link and ask your coding assistant to install it
https://github.com/openai/skills/tree/main/skills/.curated/notion-spec-to-implementation
View on GitHub

What This Skill Does

Reads a Notion spec page and produces a linked implementation plan, task list, and progress tracking setup directly in Notion. Works with PRDs, feature specs, and migration docs. Keeps the spec, plan, and tasks connected throughout development.

Manually copying requirements from a spec into tasks and keeping everything linked as the project evolves takes significant time; this skill automates the full chain from spec parsing to task creation to status updates inside Notion.

When to use it

  • Turning a PRD into a set of scoped Notion tasks with acceptance criteria
  • Breaking a multi-phase migration spec into a phased plan with dependencies
  • Creating a task database from a feature spec with story points and assignees
  • Syncing task statuses back to the original spec page as work progresses
  • Generating a quick implementation plan from a one-page change request