Agent Skills: create-dev-task

Use to generate development task documents for the Dev agent. Creates specifications describing WHAT needs fixing based on validated issues and investigations.

UncategorizedID: resolve-io/.prism/create-dev-task

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/create-dev-task

Skill Files

Browse the full folder contents for create-dev-task.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/create-dev-task/SKILL.md

Skill Metadata

Name
create-dev-task
Description
Generate a dev task document for the Dev agent based on validated issue and investigation results.

create-dev-task

Generate a development task document describing WHAT to fix and WHY, for the Dev agent to implement.

Steps

  1. Compile investigation results (validation report, root cause, affected components)
  2. Create dev task document with problem statement and business impact
  3. Define fix requirements (functional, non-functional, constraints)
  4. Add risk assessment and sprint planning metadata
  5. Package handoff notes with links to evidence for Dev agent

Full instructions

create-dev-task Skill | Agent Skills