Skip to content

Product Skills Overview

Product skills are reusable product-level workflows for planning, coordinating, and reviewing Anuva Video Creator work. They should complement the shared Engineering Platform skills from anuva-engineering-handbook.

flowchart LR
    Handbook["Engineering Platform skills"]
    Product["Video Creator product skills"]
    Plans["Feature plans"]
    Tasks["GitHub task handoffs"]
    Reviews["Completion reviews"]

    Handbook --> Product
    Product --> Plans
    Product --> Tasks
    Product --> Reviews

Initial Skill Areas

Skill Area Purpose
Cross-repository feature planning Turn a product feature into scoped downstream work.
Repository impact analysis Identify affected systems and ownership boundaries.
GitHub Project task creation Convert reviewed product docs into implementation issues and project fields.
Product progress sync Keep GitHubTasks.md, Progress.md, issues, PRs, and project fields aligned.
Product ADR creation Record product-level architecture decisions.
Feature playbook creation Capture repeatable product planning examples.
Completion review Compare delivered implementation reports against product acceptance criteria.

Skill Boundary

Product skills should produce product artifacts, GitHub task handoffs, progress summaries, and review notes. They should not implement Web, Python, or Unity code from this repository.