SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← All categories

category · product

Product & Delivery 31

Sk 24 skillsPr 2 promptsPe 3 personasPo 1 policyTe 1 templateJSON ↗
stable

Make — Unified Dispatcher

Dispatcher for the make skill suite. Reads the subcommand and invokes the matching skill immediately. Subcommands: work/sprint (PM + delivery team), clean (purge merged branches), build (commit+push+PR+merge), test (run test suite), status (sprint snapshot), sync (pull all repos), review (code reviewer sweep), doctor (governance health check), atoms (atom ecosystem ops), release (full release pipeline), project (GitHub Project: Epics→Features→Tasks).

invoke
/make work
skill/makev1.2.0ai-atoms
stable

Make Build

Commit staged changes, push the current branch, open a pull request, and merge after CI passes. Never pushes to main directly. Never squash-merges on non-release branches.

invoke
/make build
skill/make-buildv1.0.0ai-atoms
stable

Make Clean

Two-command git workspace lifecycle manager: purge merged branches/worktrees/stashes, aggregate remaining in-flight work into one branch, then hand off to make build.

invoke
/make-clean
skill/make-cleanv1.0.0ai-atoms
stable

Make Project

Build a GitHub Project (Projects v2) with a three-level Epic → Feature → Task hierarchy, sourced from GOALS.md, existing GitHub issues, and Azure DevOps work items. Uses native GitHub sub-issues to wire the hierarchy. Confirms the derived tree before creating anything.

invoke
/make-project
skill/make-projectv1.0.0ai-atoms
stable

Make Release

Full release pipeline: ensure all PRs are closed or merged, propose a semantic version (Major.Minor.Patch) based on commits since last tag, get user approval, then trigger the release workflow (goreleaser.yml or release.yml). Follows Conventional Commits to determine version bump type.

invoke
/make release
skill/make-releasev1.0.0ai-atoms
stable

Make Review

Adversarial code reviewer sweep on the current branch diff against main. Hunts for stubs, placeholders, dead imports, unwired exports, and TODO/FIXME in production paths. Returns HIGH/MEDIUM/LOW findings with file:line citations. HIGH blocks merge.

invoke
/make review
skill/make-reviewv1.0.0ai-atoms
stable

Make Sprint

Activate PM discipline and run the multi-agent delivery team in one shot. Recovers from checkpoints, ingests the issue queue, partitions tasks, spawns Tech Lead agents per domain, runs TDD pipelines, code reviews, and builds.

invoke
/make-sprint
skill/make-sprintv1.0.0ai-atoms
stable

Make Status

Sprint status snapshot: open PRs and their CI state, stale branches, sync gap between local and origin, and any uncommitted work. Read-only — does not modify any files.

invoke
/make status
skill/make-statusv1.0.0ai-atoms
stable

Make Sync

Pull all repos in the workspace (primary + submodules) to their default branch heads. Fast-forward only — never rebases, never force-pulls, never touches non-default branches. Reports any repos where fast-forward failed due to divergence.

invoke
/make sync
skill/make-syncv1.0.0ai-atoms
stable

Make Test

Discover and run the project test suite across all workspace modules, report failures with file:line citations, and optionally fix them.

invoke
/make-test
skill/make-testv1.0.0ai-atoms
draft

Marketing Automation

Strategic implementation of multi-channel marketing automation workflows to scale customer engagement and revenue.

invoke
/marketing-automation
productlicense unknown
skill/marketing-automationv1.0.0claudeskills.in
stable

metrics-review

Review and analyze product metrics with trend analysis and actionable insights. Use when running a weekly, monthly, or quarterly metrics review, investigating a sudden spike or drop, comparing performance against targets, or turning raw numbers into a scorecard with recommended actions.

invoke
/metrics-review
skill/metrics-reviewv1.0.0anthropics/knowledge-work-plugins
stable

product-brainstorming

Brainstorm product ideas, explore problem spaces, and challenge assumptions as a thinking partner. Use when exploring a new opportunity, generating solutions to a product problem, stress-testing an idea, or when a PM needs to think out loud with a sharp sparring partner before converging on a direction.

invoke
/product-brainstorming
skill/product-brainstormingv1.0.0anthropics/knowledge-work-plugins
stable

Project

Set up AI workspace config for this project. Installs project-claude (Claude Code) and project-copilot (GitHub Copilot) together.

invoke
/project
skill/projectv2.0.0ai-atoms
stable

Project (Claude)

Set up and maintain AI workspace configuration for Claude Code: project.yaml, .claude/settings.json, and CLAUDE.md. Use when initialising a project for Claude or editing its Claude-specific config.

invoke
/project-claude
skill/project-claudev1.0.0ai-atoms
stable

Project (Copilot)

Set up and maintain AI workspace configuration for GitHub Copilot CLI: project.yaml and .github/copilot-instructions.md. Use when initialising a project for Copilot or editing its Copilot-specific config.

invoke
/project-copilot
skill/project-copilotv1.0.0ai-atoms
stable

roadmap-update

Update, create, or reprioritize your product roadmap. Use when adding a new initiative and deciding what moves to make room, shifting priorities after new information comes in, moving timelines due to a dependency slip, or building a Now/Next/Later view from scratch.

invoke
/roadmap-update
skill/roadmap-updatev1.0.0anthropics/knowledge-work-plugins
stable

sprint-planning

Plan a sprint — scope work, estimate capacity, set goals, and draft a sprint plan. Use when kicking off a new sprint, sizing a backlog against team availability (accounting for PTO and meetings), deciding what's P0 vs. stretch, or handling carryover from the last sprint.

invoke
/sprint-planning
skill/sprint-planningv1.0.0anthropics/knowledge-work-plugins
stable

stakeholder-update

Generate a stakeholder update tailored to audience and cadence. Use when writing a weekly or monthly status for leadership, announcing a launch, escalating a risk or blocker, or translating the same progress into exec-brief, engineering-detail, or customer-facing versions.

invoke
/stakeholder-update
skill/stakeholder-updatev1.0.0anthropics/knowledge-work-plugins
stable

synthesize-research

Synthesize user research from interviews, surveys, and feedback into structured insights. Use when you have a pile of interview notes, survey responses, or support tickets to make sense of, need to extract themes and rank findings by frequency and impact, or want to turn raw feedback into roadmap recommendations.

invoke
/synthesize-research
skill/synthesize-researchv1.0.0anthropics/knowledge-work-plugins
stable

task-management

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

invoke
/task-management
skill/task-managementv1.0.0anthropics/knowledge-work-plugins
stable

update

Sync tasks and refresh memory from your current activity. Use when pulling new assignments from your project tracker into TASKS.md, triaging stale or overdue tasks, filling memory gaps for unknown people or projects, or running a comprehensive scan to catch todos buried in chat and email.

invoke
/update
skill/updatev1.0.0anthropics/knowledge-work-plugins
stable

Write Implementation Plan

Produce a structured implementation plan before touching code on any medium or non-trivial task. Covers objective, alternatives table (minimum 2 options), scope, numbered steps, testing strategy, risk assessment, dependencies, and backward compatibility. Required for 2+ file changes.

skill/writing-plansv1.0.0ai-atoms
stable

write-spec

Write a feature spec or PRD from a problem statement or feature idea. Use when turning a vague idea or user request into a structured document, scoping a feature with goals and non-goals, defining success metrics and acceptance criteria, or breaking a big ask into a phased spec.

invoke
/write-spec
skill/write-specv1.0.0anthropics/knowledge-work-plugins
personadraft

Plan Architect

Decomposition-first planner. Requires an Alternatives Table before locking in a choice; surfaces risk and dependencies.

turns
system
prompt/plan-architectv1.0.0convergent-systems-co/prompt-atoms
tool-usedraft

Plan Then Execute

For non-trivial work: emit a plan, wait for user acknowledgment, then execute. Replan if execution diverges materially.

turns
tool
prompt/plan-then-executev1.0.0convergent-systems-co/prompt-atoms
draft

Planner Agent

Decomposition-first agent. Builds Alternatives Tables, sequences work, surfaces risk before any execution.

job
Implementation planner. Decomposition-first agent. Builds Alternatives Tables, sequences work, surfaces risk before any execution.
persona/planner-agentv1.0.0convergent-systems-co/persona-atoms
draft

Planner Tech Lead

Plans implementation work, decomposes scope, and prepares handoffs for delivery personas inside a development pod.

job
Plan the work, decompose it into executable parts, and define the delivery path for implementation and review personas.
domain
software-engineering
persona/planner-tech-leadv1.0.0convergent-systems-co/persona-atoms
draft

Product Manager (Balanced)

Translates user needs into requirements. Bridges engineering and business. Asks clarifying questions before committing scope.

job
Translate user needs into clear product requirements and prioritization decisions. Bridge engineering, design, and business stakeholders.
domain
product-management
persona/product-manager-balancedv1.0.0convergent-systems-co/persona-atoms
boundarystable

Product Management Domain

You have strong knowledge of product management practices: requirements writing, acceptance criteria, roadmap prioritization, user story decomposition, and stakeholder communication. You do not advise on engineering implementation details, direct people management, or make authoritative decisions outside the defined scope of a product role.

effect
bound
policy/product-management-domainv1.0.0convergent-systems-co/persona-atoms
planstable

Implementation Plan

A plan with an alternatives table, scope, numbered approach, tests, risks, dependencies, and backward compatibility. No TBD or TODO in the final draft. Required before non-trivial work starts.

format
markdown
fills
9 placeholders
template/planv1.0.0ai-atoms