{"id":51236727,"url":"https://github.com/dcversus/prp","last_synced_at":"2026-06-28T21:00:49.962Z","repository":{"id":321172125,"uuid":"1084747734","full_name":"dcversus/prp","owner":"dcversus","description":"Autonomous Software Development Orchestration - AI-powered development system using PRPs and autonomous agent coordination","archived":false,"fork":false,"pushed_at":"2025-12-01T08:29:24.000Z","size":4940,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T12:39:34.229Z","etag":null,"topics":["ai-agents","anthropic","autonomous-development","claude","cli","developer-tools","git-worktree","ink-cli","macos","openai","orchestration","prp","signals","terminal-automation","typescript"],"latest_commit_sha":null,"homepage":"https://prp.theedgestory.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcversus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-28T05:23:24.000Z","updated_at":"2025-12-24T20:19:23.000Z","dependencies_parsed_at":"2025-10-28T08:25:36.211Z","dependency_job_id":"a3060c81-0086-4a45-947c-efb8a34d9578","html_url":"https://github.com/dcversus/prp","commit_stats":null,"previous_names":["dcversus/prp"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dcversus/prp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcversus%2Fprp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcversus%2Fprp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcversus%2Fprp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcversus%2Fprp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcversus","download_url":"https://codeload.github.com/dcversus/prp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcversus%2Fprp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34896652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","anthropic","autonomous-development","claude","cli","developer-tools","git-worktree","ink-cli","macos","openai","orchestration","prp","signals","terminal-automation","typescript"],"created_at":"2026-06-28T21:00:36.124Z","updated_at":"2026-06-28T21:00:49.949Z","avatar_url":"https://github.com/dcversus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PRP - Product Requirement Prompts\n\n\u003e **Bootstrap context-driven development workflow based on Product Requirement Prompts (PRPs) and orchestrate execution with LOOP MODE**\n\u003e\n\u003e By Vasilisa Versus\n\n## What is PRP?\n\n**PRP** is both a methodology and a CLI tool that revolutionizes how you approach software development:\n\n- **📋 PRP Methodology** - Context-driven development using Product Requirement Prompts as living documents\n- **🔄 LOOP MODE** - Continuous agent iteration guided by signals and progress tracking\n- **🤖 Agent Orchestration** - AI agents collaborate through standardized PRPs with emotional signals\n- **⚡ Signal System** - Track progress and emotional state with 14+ signals (ATTENTION, BLOCKED, ENCANTADO, etc.)\n- **🚀 Project Scaffolding** - Bootstrap new projects with best practices and complete infrastructure\n\n### The PRP Workflow (Autonomous Orchestration)\n\n**Key Principle:** AI Orchestrator makes decisions autonomously. Humans are subordinate agents, not decision makers.\n\nEvery development task follows this cycle:\n\n1. **📖 Read ALL PRPs** - Load context across entire project\n2. **🔍 Analyze ALL Signals** - Identify highest priority signal (10→1)\n3. **⚡ React to Strongest Signal** - Work on highest priority across ALL PRPs\n4. **🔨 Execute Work** - Implement changes, write code, solve problems\n5. **💬 Update Progress** - Leave detailed comment in progress log\n6. **🎯 Leave Signal** - Express current state (TIRED, CONFIDENT, BLOCKED, etc.)\n7. **🔄 Loop** - Continue until DoD met or checkpoint reached\n\n**Orchestrator Rules:**\n- ❌ **NO QUESTIONS** to humans for decisions\n- ✅ **DECIDE AUTONOMOUSLY** based on signal analysis\n- ✅ **DOCUMENT** decisions in PRP progress log\n- ✅ **EXECUTE** immediately without waiting\n- ⚠️ **NUDGE** only for critical blocks (Priority 10)\n\n**Quick Start with PRPs**:\n```bash\n# List all PRPs\nls PRPs/\n\n# Start working on a PRP\n# 1. Read the PRP file\n# 2. Check Progress Log for latest signal\n# 3. Follow signal's algorithm (see AGENTS.md)\n# 4. Do work\n# 5. Update Progress Log with your signal\n```\n\n**Signal Examples**:\n- 🔴 **ATTENTION** (10) - New work or need user input (triggers NUDGE system)\n- 🚫 **BLOCKED** (9) - Can't proceed, need external help\n- ✅ **CONFIDENT** (3) - Work done, ready for review\n- 🏁 **COMPLETED** (1) - PRP finished, DoD met\n\n**For detailed workflow instructions, see [AGENTS.md](AGENTS.md)**\n**For contributing guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md)**\n\n[![npm version](https://img.shields.io/npm/v/@dcversus/prp)](https://www.npmjs.com/package/@dcversus/prp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)\n\n## Project Scaffolding Features\n\n- 🚀 **Interactive CLI** with beautiful TUI powered by Ink (React for terminal)\n- 🎨 **Multiple Templates** - FastAPI, NestJS, React, TypeScript libraries, and more\n- 📝 **Complete Project Setup** - LICENSE, README, CONTRIBUTING, Code of Conduct, and more\n- 🤖 **AI Integration** - Optional AI-powered code generation (OpenAI, Anthropic, Google)\n- 🔧 **GitHub Actions** - Pre-configured CI/CD workflows\n- 📦 **Dependency Management** - Auto-install with npm, yarn, or pnpm\n- 🐳 **Docker Support** - Optional Dockerfile and docker-compose configuration\n- ⚙️ **Configurable** - Choose exactly what to include in your project\n\n## Quick Start\n\n### Using npx (no installation required)\n\n```bash\nnpx @dcversus/prp\n```\n\n### Global Installation\n\n```bash\nnpm install -g @dcversus/prp\nprp\n```\n\n### Local Installation\n\n```bash\nnpm install @dcversus/prp\nnpx prp\n```\n\n## Usage\n\n### Interactive Mode (Default)\n\nSimply run the command and follow the prompts:\n\n```bash\nprp\n```\n\nThe interactive CLI will guide you through:\n1. Project metadata (name, description, author)\n2. Template selection (FastAPI, NestJS, React, etc.)\n3. Feature selection (LICENSE, Code of Conduct, GitHub Actions, etc.)\n4. AI integration options (optional)\n\n### Non-Interactive Mode\n\nPass all options via command-line arguments:\n\n```bash\nprp \\\n  --name my-project \\\n  --description \"My awesome project\" \\\n  --author \"Your Name\" \\\n  --email \"you@example.com\" \\\n  --template react \\\n  --license MIT \\\n  --no-interactive\n```\n\n### Command-Line Options\n\n```\nOptions:\n  -n, --name \u003cname\u003e              Project name\n  -d, --description \u003cdesc\u003e       Project description\n  -a, --author \u003cauthor\u003e          Author name\n  -e, --email \u003cemail\u003e            Author email\n  -t, --template \u003ctemplate\u003e      Template (fastapi, nestjs, react, typescript-lib, none)\n  --no-interactive               Run in non-interactive mode\n  --yes                          Use default values for all options\n  --license \u003clicense\u003e            License type (default: MIT)\n  --no-git                       Skip git initialization\n  --no-install                   Skip dependency installation\n  -h, --help                     Display help\n  -V, --version                  Display version\n```\n\n## Supported Templates\n\n| Template | Description | Tech Stack |\n|----------|-------------|------------|\n| `none` | Minimal setup with docs only | N/A |\n| `fastapi` | FastAPI Python web service | Python, FastAPI, Uvicorn |\n| `nestjs` | NestJS TypeScript backend | TypeScript, NestJS, Node.js |\n| `react` | React web application | TypeScript, React, Vite |\n| `typescript-lib` | TypeScript library/package | TypeScript, Node.js |\n| `express` | Express.js backend | TypeScript, Express, Node.js |\n\nMore templates coming soon!\n\n## What Gets Generated\n\n### Core Project Files\n\n- `README.md` - Project documentation with badges and sections\n- `LICENSE` - Your chosen license (default: MIT)\n- `.gitignore` - Language/framework-specific ignores\n- `package.json` / `requirements.txt` - Dependency management\n- `.editorconfig` - Consistent coding styles\n\n### Open Source Best Practices\n\n- `CONTRIBUTING.md` - Contribution guidelines\n- `CODE_OF_CONDUCT.md` - Contributor Covenant\n- `SECURITY.md` - Security policy and vulnerability reporting\n- `CHANGELOG.md` - Keep a Changelog format\n\n### GitHub Templates\n\n- `.github/ISSUE_TEMPLATE/` - Bug reports and feature requests\n- `.github/PULL_REQUEST_TEMPLATE.md` - PR checklist\n- `.github/workflows/ci.yml` - CI/CD workflows\n\n### Development Tools\n\n- ESLint configuration (for JS/TS projects)\n- Prettier configuration (for JS/TS projects)\n- TypeScript configuration (for TS projects)\n- Jest/pytest configuration (testing)\n- Docker configuration (optional)\n\n## AI Integration\n\nPRP can optionally integrate with AI coding assistants to generate boilerplate code:\n\n### Supported Providers\n\n- **OpenAI** (GPT-4, Codex) - `OPENAI_API_KEY`\n- **Anthropic** (Claude) - `ANTHROPIC_API_KEY`\n- **Google** (Gemini) - `GOOGLE_API_KEY`\n\n### Configuration\n\nSet your API key as an environment variable:\n\n```bash\nexport OPENAI_API_KEY=\"your-api-key\"\nprp\n```\n\nOr create a `.prprc` file in your home directory:\n\n```json\n{\n  \"aiProvider\": \"openai\",\n  \"apiKey\": \"your-api-key\"\n}\n```\n\n## Development\n\n### Prerequisites\n\n- Node.js \u003e= 20.0.0\n- npm \u003e= 10.0.0\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/dcversus/prp.git\ncd prp\n\n# Install dependencies\nnpm install\n\n# Run in development mode\nnpm run dev\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n\n# Lint and format\nnpm run lint\nnpm run format\n```\n\n### Project Structure\n\n```\nprp/\n├── src/\n│   ├── cli.ts              # CLI entry point\n│   ├── index.ts            # Main module\n│   ├── types.ts            # TypeScript types\n│   ├── ui/                 # Ink UI components\n│   │   ├── App.tsx\n│   │   └── components/\n│   ├── generators/         # Template generators\n│   ├── templates/          # Template files\n│   ├── ai/                 # AI integration\n│   └── utils/              # Helper functions\n├── tests/                  # Test files\n├── dist/                   # Compiled output\n└── docs/                   # Documentation\n```\n\n## Contributing\n\nContributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## Credits\n\nInspired by:\n- [Yeoman](https://yeoman.io/)\n- [Cookiecutter](https://github.com/cookiecutter/cookiecutter)\n- [create-react-app](https://create-react-app.dev/)\n- [Telefonica Open Source Scaffold](https://github.com/Telefonica/opensource-scaffold)\n\nBuilt with:\n- [Ink](https://github.com/vadimdemedes/ink) - React for CLIs\n- [Commander.js](https://github.com/tj/commander.js) - Command-line framework\n- [TypeScript](https://www.typescriptlang.org/) - Type-safe JavaScript\n\n## Links\n\n- [GitHub Repository](https://github.com/dcversus/prp)\n- [npm Package](https://www.npmjs.com/package/@dcversus/prp)\n- [Issue Tracker](https://github.com/dcversus/prp/issues)\n- [Changelog](CHANGELOG.md)\n\n---\n\nMade with ❤️ by [dcversus](https://github.com/dcversus)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcversus%2Fprp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcversus%2Fprp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcversus%2Fprp/lists"}