subagents-tasks
Installation
SKILL.md
Summary
Convert PRD/issue/todo/conversation into an Agents task breakdown markdown files with explicit sub-agent checkpoint workflow. The output file should be structured for iterative execution, with clear next steps and signals for sub-agents to pick up work in sequence.
When to use
- You have a PRD, issue list, todo list, or raw discussion and need a structured, execution-ready plan.
- You want to make work decomposable into cycles.
- You need clear outputs for engineering, design, or PM handoff.
Input options
- PRD text (goals, users, metrics, scope).
- GitHub issue list, Jira stories, or plain checklist.
- Todo list with tasks.
- Conversation notes (meeting, brainstorming, chat log).
Related skills