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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Start
- Implementation Workflow
- Step 1: Find the specification
- Step 2: Fetch and analyze specification
- Step 3: Create implementation plan
- Step 4: Create implementation plan page
- Step 5: Find task database
- Step 6: Create implementation tasks
- Step 7: Begin implementation
- Step 8: Track progress
- Spec Analysis Patterns
- Implementation Plan Structure
- Task Breakdown Patterns
- Progress Logging
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.
