← ClaudeAtlas

notion-spec-to-implementationlisted

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.
Prat011/awesome-llm-skills · ★ 1,270 · AI & Automation · score 77
Install: claude install-skill Prat011/awesome-llm-skills
# 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 Integration specification" - "Mobile App Redesign PRD" ``` ### Step 2: Fetch and analyze specification ``` 1. Fetch spec page: - Use Notion:notion-fetch with spec URL/ID from search results - Read full content including requirements, design, constraints 2. Parse specification: