plan-to-tasks
✓Convert project plans to JSONL format (issues + dependencies). Use when users ask "convert plan to jsonl", "create jsonl from plan", "export plan as json" or "convert plan to taks", "create tasks from plan", "export plan as tasks".
Installation
SKILL.md
Transform project plans into JSONL format: Story (Epic) → Task → SubTask with embedded dependencies.
CRITICAL: Extract ALL details from plan - see Information Extraction.
Each task must include complete context for agent to work independently. Agent selects by priority only - no hierarchy traversal.
Convert project plans to JSONL format (issues + dependencies). Use when users ask "convert plan to jsonl", "create jsonl from plan", "export plan as json" or "convert plan to taks", "create tasks from plan", "export plan as tasks". Source: adrianbrowning/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/adrianbrowning/agent-skills --skill plan-to-tasks- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is plan-to-tasks?
Convert project plans to JSONL format (issues + dependencies). Use when users ask "convert plan to jsonl", "create jsonl from plan", "export plan as json" or "convert plan to taks", "create tasks from plan", "export plan as tasks". Source: adrianbrowning/agent-skills.
How do I install plan-to-tasks?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adrianbrowning/agent-skills --skill plan-to-tasks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/adrianbrowning/agent-skills
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-05