Office & DocumentsIntermediate
spec-to-implementation
Turn product/tech specs into concrete Notion tasks with acceptance ...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/makenotion/notion-cookbook --skill spec-to-implementationnpx skills add https://github.com/makenotion/notion-cookbook --skill spec-to-implementationOr paste this URL into your assistant to install:
Overview
What This Skill Does
Turn product/tech specs into concrete Notion tasks with acceptance criteria and progress tracking
Application
When to use this Skill
- Integrating spec to implementation into your development workflow.
- Following best practices for turn product/tech specs into concrete notion tasks with acceptance criteria and progress tracking.
- 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
Transforms specifications into actionable implementation plans with progress tracking. Fetches spec documents, extracts requirements, breaks down into tasks, and manages implementation workflow.
Quick Start
When asked to implement a specification:
- Find spec: Use
Notion:notion-searchto locate specification page - Fetch spec: Use
Notion:notion-fetchto read specification content - Extract requirements: Parse and structure requirements from spec
- Create plan: Use
Notion:notion-create-pagesfor implementation plan - Find task database: Use
Notion:notion-searchto locate tasks database - Create tasks: Use
Notion:notion-create-pagesfor individual tasks in task database - Track progress: Use
Notion:notion-update-pageto log progress and update status
Implementation Workflow
Step 1: Find the specification
1. Search for spec:
- Use Notion:notion-search with spec name or topic
- Apply filters if needed (e.g., created_date_range, teamspace_id)
- Look for spec title or keyword matches
- If not found or ambiguous, ask user for spec URL/ID
Example searches:
- "User Authentication spec"
- "Payment Integration specification"
- "Mobile App Redesign PRD"
Lines 1 - 32 of 212
Recommendations