Agent skill · Documentation

notion-spec-to-implementation

Turns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.

Prat011github.com/Prat011GitHub ↗
claude-codecodex
Install
npx skills add Prat011/awesome-llm-skills --skill notion-spec-to-implementation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 17
SKILL.md size: 8 KB
Bundled scripts: none
Path: notion-spec-to-implementation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,435
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: 1. **Find spec**: Use `Notion:notion-search` to locate specification page 2. **Fetch spec**: Use `Notion:notion-fetch` to read specification content 3. **Extract requirements**: Parse and structure requirements from spec 4. **Create plan**: Use `Notion:notion-create-pages` for implementation plan 5. **Find task database**: Use `Notion:notion-search` to locate tasks database 6. **Create tasks**: Use `Notion:notion-create-pages` for individual tasks in task database 7. **Track progress**: Use `Notion:notion-update-page` to 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 Integrati

What's inside
Steps it walks through
  1. Quick Start
  2. Implementation Workflow
  3. Step 1: Find the specification
  4. Step 2: Fetch and analyze specification
  5. Step 3: Create implementation plan
  6. Step 4: Create implementation plan page
  7. Step 5: Find task database
  8. Step 6: Create implementation tasks
  9. Step 7: Begin implementation
  10. Step 8: Track progress
  11. Spec Analysis Patterns
  12. Implementation Plan Structure
  13. Task Breakdown Patterns
  14. Progress Logging
Ships with 16 files
  • .DS_Store
  • evaluations/.DS_Store
  • evaluations/README.md
  • evaluations/basic-spec-implementation.json
  • evaluations/spec-to-tasks.json
  • examples/api-feature.md
  • examples/database-migration.md
  • examples/ui-component.md
  • reference/milestone-summary-template.md
  • reference/progress-tracking.md
  • reference/progress-update-template.md
  • reference/quick-implementation-plan.md
  • reference/spec-parsing.md
  • reference/standard-implementation-plan.md
  • reference/task-creation-template.md
  • reference/task-creation.md
More from awesome-llm-skills
All skills →
About this skill
What does the notion-spec-to-implementation skill do?

Turns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.

How do I install it?

Run `npx skills add Prat011/awesome-llm-skills --skill notion-spec-to-implementation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Prat011/awesome-llm-skills, a repository with 1,435 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going