pagent
Guide for using pagent - a PRD-to-code orchestration tool. Use when users ask how to use pagent, run agents, create PRDs, or transform requirements into code.
npx skills add majiayu000/claude-skill-registry --skill pagent-majiayu000-claude-skill-registr-84226916 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Pagent Usage Guide Pagent orchestrates specialist AI agents to transform Product Requirement Documents (PRDs) into working code. ## Quick Start ```bash # Interactive TUI (recommended) pagent ui # Run with a PRD file pagent run ./prd.md # Check agent status pagent status ``` ## Agents Pagent runs 5 specialist agents in dependency order: | Agent | Output | Purpose | |-------|--------|---------| | `architect` | `architecture.md` | Technical design, API specs, data models | | `qa` | `test-plan.md` | Test cases, acceptance criteria | | `security` | `security-assessment.md` | Threat model, security requirements | | `implementer` | `code/*` | Working code implementation | | `verifier` | `*_test.go`, `verification-report.md` | Tests and validation | ### Execution Order ``` Level 0: architect Level 1: qa, security (parallel) Level 2: implementer Level 3: verifier ``` ## Commands ### Run Agents ```bash # Run all agents (parallel by default) pagent run ./prd.md # Run specific agents pagent run ./prd.md --agents architect,qa # Sequential mode pagent run ./prd.md --sequential # Resume (skip up-to-date outputs) pagent run ./prd.md --resume # Force regeneration pagent run ./prd.md --force # Cus
- Quick Start
- Agents
- Execution Order
- Commands
- Run Agents
- Interactive TUI
- Monitor & Control
- MCP Server
- Personas
- Configuration
- Writing a PRD
- Workflows
- Quick Architecture Review
- Full Pipeline
Interactive TUI (recommended) pagent ui Run with a PRD file pagent run ./prd.md Check agent status pagent status Run all agents (parallel by default) Run specific agents pagent run ./prd.md --agents architect,qa Sequential mode
What does the pagent skill do?
Guide for using pagent - a PRD-to-code orchestration tool. Use when users ask how to use pagent, run agents, create PRDs, or transform requirements into code.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill pagent-majiayu000-claude-skill-registr-84226916 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
