notion-spec-to-implementation

Convert Notion specs into implementation plans, tasks, and progress tracking.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/JFeimster/moonshine-capital-portal --skill notion-spec-to-implementation-jfeimster
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notion-spec-to-implementation
Source: https://github.com/JFeimster/moonshine-capital-portal/tree/main/skills/notion-spec-to-implementation
Command: npx skills add https://github.com/JFeimster/moonshine-capital-portal --skill notion-spec-to-implementation-jfeimster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a product spec or PRD into an actionable engineering plan is slow and error-prone: requirements get missed, tasks lack acceptance criteria, and progress tracking drifts out of sync. This Skill reads a Notion specification and produces a linked implementation plan, right-sized tasks in your task database, and ongoing status updates. ## Core Features & Use Cases - Spec Parsing: Locates a spec via Notion search, fetches it, and extracts functional/non-functional requirements, acceptance criteria, dependencies, risks, and ambiguities. - Plan & Task Generation: Creates a quick or full implementation plan page with phases, timelines, and risks, then creates 1-2 day tasks in your Notion task database with proper schema properties and acceptance criteria checklists. - Bidirectional Linking & Progress Tracking: Links spec, plan, and tasks together, and keeps status current with progress update, milestone summary, and blocker-tracking templates. - Use Case: Given a "User Profile API" spec in Notion, generate a 5-phase implementation plan with 20 linked tasks in the Engineering Tasks database, each with acceptance criteria and dependencies. ## Quick Start Ask the assistant to turn your Notion spec into an implementation plan with tasks, for example: "Create an implementation plan and tasks from the Payment Integration spec in Notion."

Frequently Asked Questions about notion-spec-to-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a Notion spec into an implementation plan?▼

The Skill searches Notion for the spec, fetches its content, extracts requirements and acceptance criteria, then creates a plan page with phases, dependencies, risks, and a timeline. It links the plan back to the original spec automatically.

How do I create tasks in a Notion database from a spec?▼

It finds your task database via Notion search, fetches the schema to learn property names, then creates tasks sized at 1-2 days each with titles, status, priority, acceptance criteria checklists, and relations linking back to the spec and plan.

Does this Skill require the Notion MCP server?▼

Yes. It depends on the Notion MCP server at https://mcp.notion.com/mcp for search, fetch, create-pages, and update-page operations. If the MCP is not connected, the Skill pauses and walks you through setup and OAuth login.

What happens if my spec is vague or has conflicting requirements?▼

The spec-parsing reference guides extraction of ambiguities, missing information, and conflicting requirements into a clarifications block. These gaps are documented before planning so they can be resolved rather than silently assumed.

Can it track implementation progress after tasks are created?▼

Yes. It includes progress-tracking guidance with daily update formats, milestone summaries, blocker recording, and status transitions, keeping plan checklists and task status fields in sync as work completes.