‹ 首页

spec-to-implementation

@tommy-ca · 收录于 1 周前

Parse specifications and create implementation plans with task tracking in Notion

适合你,如果经常需要把需求文档拆成可执行的任务并追踪进度

/ 下载安装
spec-to-implementation.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add tommy-ca/notion-skills/spec-to-implementation
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- tommy-ca/notion-skills/spec-to-implementation
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify tommy-ca/notion-skills/spec-to-implementation
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
51GitHub stars
~768最小装载
~768含声明引用
~2.1K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · e1bab42
Overview

The Spec-to-Implementation skill transforms project specifications into detailed implementation plans with comprehensive task breakdowns, timeline estimates, and dependency tracking in Notion. It bridges the gap between requirements and execution.

When to Use

Use this skill when you need to:

  • Convert project specifications into actionable implementation plans
  • Break down complex features into implementable tasks
  • Create detailed project timelines with estimates
  • Identify dependencies and critical path items
  • Generate task checklists with ownership and deadlines
  • Track implementation progress in Notion
  • Create architectural and technical specifications from requirements
Features
  • Smart Requirement Parsing: Automatically extracts requirements and acceptance criteria
  • Task Decomposition: Breaks specifications into atomic, implementable tasks
  • Dependency Mapping: Identifies and visualizes task dependencies
  • Effort Estimation: Provides time estimates for tasks and milestones
  • Ownership Assignment: Creates task assignments with clarity
  • Progress Tracking: Sets up Notion databases for implementation tracking
  • Risk Identification: Highlights potential implementation risks and blockers
Requirements
  • Notion API Access: For creating implementation plans and task databases
  • Specification Format: Clear specification documents (markdown, PDFs, or text)
  • Team Database: Directory of team members and skills (optional but recommended)
  • Project Template: Pre-configured Notion template for consistency
Implementation Details

This skill transforms specifications through a systematic process:

  1. Parse specification document and extract requirements
  2. Break requirements into user stories and tasks
  3. Identify technical dependencies and blockers
  4. Create detailed implementation plan with phases
  5. Estimate effort for each task
  6. Assign ownership and set deadlines
  7. Create tracking structure in Notion
  8. Generate project dashboard and status reports
Spec-to-Implementation Workflow
Specification Document
  ↓
Extract Requirements
  ↓
Break into User Stories
  ↓
Decompose into Tasks
  ↓
Identify Dependencies
  ↓
Estimate Effort
  ↓
Assign Ownership
  ↓
Create Notion Plan
  ↓
Output: Implementation Roadmap
Example Use Cases
  1. Feature Implementation
  2. Input: Feature specification with requirements
  3. Output: Task breakdown with timeline and ownership
  4. Tracks: Progress dashboard in Notion
  1. Product Launch
  2. Input: Product specification and launch requirements
  3. Output: Launch plan with phases, dependencies, and critical path
  4. Tracks: Multi-team coordination and milestones
  1. System Migration
  2. Input: Migration specification and technical requirements
  3. Output: Detailed migration plan with phases
  4. Tracks: Data mapping, system cutover, and rollback procedures
  1. Infrastructure Project
  2. Input: Infrastructure design specification
  3. Output: Implementation plan with testing and deployment phases
  4. Tracks: Build, test, and deployment checkpoints
  1. API Development
  2. Input: API specification and endpoint requirements
  3. Output: Development tasks with testing and documentation
  4. Tracks: Development progress and integration milestones
Task Hierarchy
Epic (Feature)
  ├── User Story 1
  │   ├── Task 1.1 (Backend)
  │   ├── Task 1.2 (Frontend)
  │   └── Task 1.3 (Testing)
  ├── User Story 2
  │   └── [Tasks...]
  └── Acceptance Criteria
Configuration
NOTION_API_TOKEN=your_token_here
PROJECT_DATABASE_ID=your_database_id
TASK_DATABASE_ID=your_task_database_id
TEAM_DATABASE_ID=your_team_database_id
ESTIMATE_UNIT=hours
Estimate Units

Supported time estimate formats:

  • Hours
  • Story Points
  • Days
  • Weeks
  • Planning Poker values (1, 2, 3, 5, 8, 13, 21)
See Also
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。