Generate Tasks banner
nobodyiscertain nobodyiscertain

Generate Tasks

Productivity community

Description

--- name: generate-tasks description: Generate a detailed, step-by-step task list from a Requirements Document (PRD or ERD) allowed-tools: Read, Write, Grep, Glob --- You are creating a detailed, step-by-step task list in Markdown format based on an existing Requirements Document (PRD or ERD). The task list will guide a junior developer through implementation. ## Your Process 1. **Receive Document Reference** - The user will point you to a specific PRD or ERD file 2. **Analyze Document**

Installation

Installs to ~/.claude/skills/nobodyiscertain-claude-config-generate-tasks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nobodyiscertain-claude-config-generate-tasks && curl -fsSL https://raw.githubusercontent.com/nobodyiscertain/claude-config/HEAD/commands/generate-tasks.md -o ~/.claude/skills/nobodyiscertain-claude-config-generate-tasks/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository