snarktanksnarktankCommunityยท2 Agent Skills Included

compound-product

Turn daily product reports into autonomous code fixes and pull requests

Analyzes daily product reports, picks the top priority issue, and autonomously implements the fix as a reviewed pull request. Generates structured PRDs and converts them into small, machine-verifiable coding tasks with pass/fail checks. Runs an execution loop with quality checks, browser testing, and progress logging so agents improve the codebase overnight without manual supervision.
npx skills add snarktank/compound-product --all -g -y
Available:

Tells the AI agent how to install the pipeline and how to autonomously pick tasks from prd.json, implement them, run quality checks, commit, and log learnings until all tasks pass.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Compound Product?โ–ผ

Run `npx skills add snarktank/compound-product --all -g -y` in your terminal to install all skills in this suite globally.

What does Compound Product actually do?โ–ผ

It reads your daily product reports, picks the most impactful issue, plans the work, and autonomously codes the fix so you wake up to a pull request ready for review.

How does the autonomous task loop work?โ–ผ

The loop picks the highest-priority unfinished task from prd.json, implements it, runs your configured quality checks like typecheck and tests, commits on success, and repeats until every task passes.

Does Compound Product work with Claude Code and Amp?โ–ผ

Yes. It supports both Amp and Claude Code as the execution agent, and the included PRD and tasks skills follow the standard SKILL.md format.

Is it safe to let an AI agent change my code?โ–ผ

All changes go through pull requests for human review, quality checks run before every commit, and a max-iteration limit plus dry-run mode prevent runaway execution.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’