compound-product
Turn daily product reports into autonomous code fixes and pull requests
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core