Cpp Prd Parse banner
jacobo07 jacobo07

Cpp Prd Parse

Development community

Description

--- description: Parse a raw-text PRD into a deterministic PRD_BASELINE.json + BLUEPRINT.md before /ultra Q&A. Usage: /cpp-prd-parse <file|inline text> --- # /cpp-prd-parse — KARIMO PRD Ingestion Arguments: $ARGUMENTS ## Behavior The argument is either a path to a PRD file or inline PRD text. 1. If `$ARGUMENTS` is empty, ask the Owner for a PRD path or inline text and STOP. 2. Resolve the parser: `python ~/.claude/skills/claude-power-pack/modules/karimo-harness/prd_parser.py` 3. If the a

Installation

Installs to ~/.claude/skills/jacobo07-claude-power-pack-cpp-prd-parse/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jacobo07-claude-power-pack-cpp-prd-parse && curl -fsSL https://raw.githubusercontent.com/jacobo07/claude-power-pack/HEAD/commands/cpp-prd-parse.md -o ~/.claude/skills/jacobo07-claude-power-pack-cpp-prd-parse/SKILL.md

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

Full documentation available on GitHub

View Source Repository