pedropauloai

Import PRD — Development skill for Claude Code

Development community

Import or re-import the PRD into CAM server.

How to install Import PRD

Installs to ~/.claude/skills/pedropauloai-claude-agent-monitor-import-prd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pedropauloai-claude-agent-monitor-import-prd && curl -fsSL https://raw.githubusercontent.com/pedropauloai/claude-agent-monitor/HEAD/.claude/skills/import-prd.md -o ~/.claude/skills/pedropauloai-claude-agent-monitor-import-prd/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Import PRD does


name: import-prd description: Import or re-import the PRD into CAM server

Import the PRD file into the running CAM server: $ARGUMENTS

Default file: PRD.md in project root.

  1. Read the PRD file
  2. POST to http://localhost:7890/api/projects with:
    { "name": "", "prdContent": "" }
  3. Verify response shows parsed tasks and sprints
  4. Report: number of tasks, sprints, and any parsing issues

Alternatives in Development

  • Create PRD — Create a PRD with 8-section template covering problem to release 7.8k ★
  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★
  • /write PRD — Generate a PRD that moves smoothly from strategy to delivery 2.3k ★

Full documentation available on GitHub

View Source Repository