Skip to content
Taya Intelligence edited this page Jul 4, 2026 · 6 revisions

🧬 Welcome to Taya Skills

Reusable Agent Skills for Claude β€” built by Taya Intelligence

License Website

Each skill is a self-contained folder with a SKILL.md instruction file, plus templates and references it loads on demand.


🧰 Skills

technical-pm β€” Technical Product Manager

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

prd-review β€” PRD Completeness Review

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

technical-pm-guided β€” Guided Learning

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

πŸš€ Quick Start

Claude Code

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-guided

Then invoke:

/technical-pm
/prd-review
/technical-pm-guided

Other AI Tools

Load a skill's SKILL.md as the system instruction. The skill pulls from references/ and assets/ on demand.


πŸ“ Repository Structure

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.


πŸ“„ License

MIT