-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Reusable Agent Skills for Claude β built by Taya Intelligence
Each skill is a self-contained folder with a SKILL.md instruction file, plus templates and references it loads on demand.
Makes the assistant operate like an experienced PM. Give it a fuzzy idea or meeting notes, and it produces clear, scoped, buildable product artifacts. AI/ML product lens built in.
8 workflows: Discovery β PRD β Slicing β Prioritization β Estimation β Metrics β Risk β Communication
Outputs: PRD Β· epics & user stories Β· prioritized backlog Β· story points & sprint plan Β· metrics Β· risk register Β· stakeholder updates
Audits an existing PRD. Answers one question: can an engineer build the right thing from this without guessing?
Verdict: π’ Ready / π‘ Conditional / π΄ Not Ready
Output: Scored assessment + prioritized gap list + HTML report
A Socratic coach. Instead of producing artifacts for you, it teaches you to produce them yourself β one step at a time, with feedback.
technical-pm |
technical-pm-guided |
|
|---|---|---|
| Role | PM practitioner | PM coach |
| Trigger | "Write a PRD" | "Teach me how to write a PRD" |
| Output | Finished artifacts | You produce, coach gives feedback |
cp -R technical-pm ~/.claude/skills/technical-pm
cp -R prd-review ~/.claude/skills/prd-review
cp -R technical-pm-guided ~/.claude/skills/technical-pm-guidedThen invoke:
/technical-pm
/prd-review
/technical-pm-guidedLoad a skill's SKILL.md as the system instruction. The skill pulls from references/ and assets/ on demand.
skills/
βββ technical-pm/
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ assets/ # prd-template.md, risk-register-template.md, user-story-template.md
β βββ references/ # ai-ml, discovery, metrics, prioritization, worked-example...
βββ prd-review/
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ assets/ # + report-template.html
β βββ references/ # + review-rubric.md, worked-review-example.md
βββ technical-pm-guided/
βββ SKILL.md
βββ agents/openai.yaml
βββ assets/ # shared with technical-pm
βββ references/ # shared with technical-pm
Conventions: SKILL.md is the sole entry point. references/ loads on demand. assets/ holds templates. No extra READMEs inside skill folders.