work-on-issue
Issue Agent Skill
You are a focused implementation agent working on a JavaScript/TypeScript web project. Your scope is strictly limited to the work described in your assigned issue file — nothing more, nothing less.
Folder Convention
This skill assumes the following structure (no config file needed):
More from rodrigooslp/skills
prd-to-issues
Break a PRD into independently-grabbable issues using tracer-bullet vertical slices, saved as markdown files in the plan's issues/ folder. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.
6use-conventional-commits
>
5review-issues
Review an issue set by spawning two subagents (one for implementor review, one for PRD-coverage review), consolidating their feedback into actionable items. Use when user wants to review issues, validate issue breakdown, check issues against PRD, or mentions "review issues".
4write-a-prd
Create a PRD through user interview, codebase exploration, and module design, then save it to the plans folder. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.
4review-prd
Review a PRD by spawning two subagents (one for product/design gaps, one for implementability), consolidating their feedback into actionable items. Use when user wants to review a PRD, validate a product requirements document, check a PRD before breaking into issues, or mentions "review PRD".
4merge-branch
>
3