feat(skills): add shared task workflows

This commit is contained in:
Julian lechner
2026-09-11 14:42:47 +02:00
parent 30a057c41b
commit 54820797fa
22 changed files with 241 additions and 0 deletions
@@ -0,0 +1,12 @@
---
name: repository-research
description: Investigate an existing repository to find relevant code and established patterns.
---
# Repository Research
Use before changing an unfamiliar repository area.
Inspect relevant files, callers, tests, configuration, and established patterns.
Return evidence, affected areas, unknowns, and useful implementation context. Avoid modifying implementation code.
@@ -0,0 +1,12 @@
---
name: technical-research
description: Investigate technical options and relevant evidence before implementation.
---
# Technical Research
Use when an implementation depends on unfamiliar technology, APIs, tools, or trade-offs.
Gather relevant evidence, compare viable options, and identify unknowns.
Return concise findings with sources, assumptions, and a recommendation when appropriate. Do not implement the change.