@dzhechkov/skills-idea2prd
v0.1.2
Published
Idea2PRD Manual — composite skill for Claude Code: from problem/idea to Vibe-Coding-ready docs (PRD + ADR + DDD + C4 + Pseudocode + Test Scenarios + Completion) with 9 checkpoints
Maintainers
Readme
@dzhechkov/skills-idea2prd
Idea2PRD Manual — composite skill for Claude Code that takes a problem or an idea all the way to Vibe-Coding-ready documentation, with a user checkpoint between every phase.
What It Does
Auto-detects the input (problem vs idea) and runs up to two pipelines with 9 checkpoints:
- Analyst pipeline (only if the input is a problem) —
explore→goap-research-ed25519→problem-solver-enhanced(all 9 modules), producing a validated Product Idea. - PRD pipeline (always) — Requirements → ADR → DDD → C4 → Pseudocode → Test Scenarios (Gherkin) → Completion Checklist.
Output: a complete doc set ready to hand to a coding agent — PRD, ADRs, DDD model, C4 diagrams, pseudocode, test scenarios, and a CI/CD/deploy completion checklist.
Why
Going from a raw idea straight to code skips the design that makes the code correct. Idea2PRD front-loads that design as reviewable artifacts and forces a human gate at each phase (MANUAL mode), so you catch a wrong assumption at the PRD stage instead of after implementation.
How to Use
npx @dzhechkov/skills-idea2prd initThen in Claude Code the skill auto-activates on phrases like:
/idea2prd-manual оформи PRD для сервиса подбора подрядчиков
"сделай PRD пошагово для ..."
"idea to prd manual: ..."It will pause at each checkpoint and wait for your confirmation before the next phase.
Self-Contained Package
Bundles everything needed — no other @dzhechkov package required:
| Component | Description |
|-----------|-------------|
| idea2prd-manual | Orchestrator skill (problem/idea → PRD docs, 9 checkpoints) |
| explore | Task clarification and brief generation (tracked vendor) |
| goap-research-ed25519 | GOAP research with Ed25519 verification (tracked vendor) |
| problem-solver-enhanced | 9-module solver (TRIZ + Game Theory) (tracked vendor) |
| /idea2prd-manual | Slash command |
Bundled scripts (local, no network): c4_generator.py, fitness_validator.py, pseudocode_generator.py, ai_context_builder.py.
Canonicalization (ADR-0001):
idea2prd-manualis the canonical artifact of this pack. Theexplore/goap/problem-solvertrio is a tracked vendored copy whose canonical home is@dzhechkov/skills-analyst-manual; seesources.json. Re-sync drift withdz sync-upstream.
CLI Commands
| Command | Description |
|---------|-------------|
| init | Install the skill pack into the current project (default) |
| update | Update to the latest version |
| remove | Remove the skill pack |
| list | List installed components |
| doctor | Check installation health |
Options: --force, --dry-run, --help, --version.
Also Available Via dz
dz init --select idea2prd-manual # via the unified harness CLI
dz info idea2prd-manualLicense
MIT
